integrate_fast_interface Abstract Interface

abstract interface

Abstract interfaces of deferred methods of integrator_multistep_object.

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

Arguments

Type IntentOptional AttributesName
class(integrator_multistep_object), 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 integrand field, fast mode.