functionintegralValue_der
time derivative of integral of polynomial p(u) from u_low to u_high, assuming only u_high as time-dependent (Leibnitz rule)
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | p | Polynomial coefficients | |
| Real | u_high | High integrand value | |
| Real | u_low | 0 | Low integrand value, default 0 |
| Real | du_high | High integrand value | |
| Real | du_low | 0 | Low integrand value, default 0 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | dintegral | 0.0 | Integral of polynomial p from u_low to u_high |