RunSimulation Subroutine

public subroutine RunSimulation(sim, field, step, SolverType)

Type Bound

Simulator_

Arguments

Type IntentOptional Attributes Name
class(Simulator_), intent(inout) :: sim
type(Field_), intent(inout), target :: field
integer(kind=int32), intent(in) :: step
character(len=*), intent(in), optional :: SolverType