step Subroutine

public subroutine step(self, u, v, w, du, dv, dw, dt)

Type Bound

time_intg_t

Arguments

Type IntentOptional Attributes Name
class(time_intg_t), intent(inout) :: self
class(field_t), intent(inout), target :: u
class(field_t), intent(inout), target :: v
class(field_t), intent(inout), target :: w
class(field_t), intent(in), target :: du
class(field_t), intent(in), target :: dv
class(field_t), intent(in), target :: dw
real(kind=dp), intent(in) :: dt

Called by

proc~~step~~CalledByGraph proc~step m_time_integrator::time_intg_t%step proc~run m_base_case::base_case_t%run proc~run->proc~step program~xcompact xcompact program~xcompact->proc~run