timestep_template Subroutine

public subroutine timestep_template(comm_handler, tau)

Model template subroutine Yet a simple in-plane diffusion equation with first order explicit Euler scheme is implemented

Arguments

Type IntentOptional Attributes Name
type(comm_handler_t), target :: comm_handler

Communication handler

real(kind=GP), intent(inout) :: tau

Current time


Contents