time_integrator_type Derived Type

type, public, abstract :: time_integrator_type


Contents


Components

Type Visibility Attributes Name Initial
real, public :: starttime
real, public :: endtime
real, public :: dt

Type-Bound Procedures

procedure(integrate_proc), public, deferred :: integrate

  • subroutine integrate_proc(self, afield) Prototype

    Arguments

    Type IntentOptional Attributes Name
    class(time_integrator_type), intent(in) :: self
    class(field_type), intent(inout), allocatable :: afield