integrate_interface Abstract Interface

abstract interface

Abstract interfaces of integrator_runge_kutta_lssp methods.

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

Arguments

Type IntentOptional AttributesName
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.

Description

Integrate field with Linear SSP Runge-Kutta scheme.