Routine to load the timestepping scheme from the config.
| Type | Intent | Optional | 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. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=100), | private | :: | timestepName | ||||
| character(len=100), | private | :: | controlName | ||||
| integer, | private | :: | scheme_table | ||||
| integer, | private | :: | temporal_table | ||||
| integer, | private | :: | control_table | ||||
| integer, | private | :: | iError | ||||
| integer, | private | :: | steps |