integrate_fast_interface Abstract Interface

abstract interface

Abstract interfaces of integrator_lmm_ssp_vss methods.

private subroutine integrate_fast_interface(self, U, Dt, t)

Arguments

Type IntentOptional AttributesName
class(integrator_lmm_ssp_vss), intent(inout) :: self

Integrator.

class(integrand_object), intent(inout) :: U

Field to be integrated.

real(kind=R_P), intent(in) :: Dt

Time step.

real(kind=R_P), intent(in) :: t

Time.

Description

Integrate field with LMM-SSP class scheme.