Explicit Euler: Q^{n+1} = Q^n + dt R(Q^n).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | pointer | :: | u(:) | ||
| real(kind=wp), | intent(in), | pointer | :: | resid(:) | ||
| real(kind=wp), | intent(in) | :: | dt | |||
| procedure(rhs_fn) | :: | rhs | ||||
| class(*), | intent(inout), | target | :: | ctx |