Abstract interfaces of integrator_runge_kutta_lssp methods.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(integrator_runge_kutta_lssp), | intent(inout) | :: | self | Integrator. |
||
class(integrand_object), | intent(inout) | :: | U | Field to be integrated. |
||
real(kind=R_P), | intent(in) | :: | Dt | Time steps. |
||
real(kind=R_P), | intent(in) | :: | t | Times. |
Integrate field with Linear SSP Runge-Kutta scheme, fast mode.