integrate_fast_interface Abstract Interface

abstract interface

Abstract interfaces of deferred methods of integrator_multistage_object.

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

Arguments

Type IntentOptional AttributesName
class(integrator_multistage_object), 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.

real(kind=R_P), intent(out), optional :: new_Dt

New adapted time step.

Description

Integrate integrand field, fast mode.