atl_global_time_integration_load Subroutine

public subroutine atl_global_time_integration_load(me, conf, equation)

Routine to load the timestepping scheme from the config.

Arguments

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

the scheme you want to initialize.

type(flu_State), intent(in) :: conf

flu binding to lua configuration file.

type(atl_Equations_type), intent(in) :: equation

The equaton you are using.