atl_init_explicitRungeKutta Subroutine

public subroutine atl_init_explicitRungeKutta(me, minLevel, maxLevel, steps, statedata_list)

Routine to initialize explicit runge kutta scheme for timestepping.

Arguments

Type IntentOptional Attributes Name
type(atl_global_timestep_type), intent(inout) :: me

The datatype to initialize.

integer, intent(in) :: minLevel

The minimum of level of the mesh.

integer, intent(in) :: maxLevel

The maximum of level of the mesh.

integer, intent(in) :: steps

The number of steps in the runge kutta procedure

type(atl_statedata_type), intent(in) :: statedata_list(minLevel:maxLevel)

The state list used in your solver, for each level one entry.


Calls

proc~~atl_init_explicitrungekutta~~CallsGraph proc~atl_init_explicitrungekutta atl_init_explicitRungeKutta proc~tem_abort tem_abort proc~atl_init_explicitrungekutta->proc~tem_abort

Called by

proc~~atl_init_explicitrungekutta~~CalledByGraph proc~atl_init_explicitrungekutta atl_init_explicitRungeKutta proc~atl_init_global_time_integration atl_init_global_time_integration proc~atl_init_global_time_integration->proc~atl_init_explicitrungekutta proc~atl_init_elem_container atl_init_elem_container proc~atl_init_elem_container->proc~atl_init_global_time_integration proc~atl_initialize atl_initialize proc~atl_initialize->proc~atl_init_elem_container proc~atl_initialize_program atl_initialize_program proc~atl_initialize_program->proc~atl_initialize program~atl_harvesting atl_harvesting program~atl_harvesting->proc~atl_initialize

Contents