Initialize the container module.
This routine builds up the necessary information as requested by the configuration in the Lua script conf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_element_container_type), | intent(inout) | :: | me | complete domain |
||
type(atl_Equations_type), | intent(inout) | :: | equation | Description of the equation system |
||
type(flu_State) | :: | conf | Handle for the Lua config file |
|||
type(treelmesh_type), | intent(inout) | :: | tree | The mesh in treelm format. |
||
type(tem_time_type) | :: | time | Representation of the current time |
|||
logical, | intent(in) | :: | readRestart | Should a restart be read? |
||
type(tem_comm_env_type) | :: | proc | mpi communication environment with mpi communicator |
|||
type(tem_commPattern_type) | :: | commPattern | mpi communication pattern type |
|||
type(tem_BC_prop_type), | intent(inout) | :: | boundary |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iLevel | ||||
integer, | private | :: | dimen | ||||
integer, | private | :: | nScalarFace | ||||
integer, | private | :: | nScalarFlux | ||||
logical, | private | :: | use_levelWeights | ||||
logical, | private | :: | need_element_deviations | ||||
real(kind=rk), | private | :: | modg_levelWeight(globalMaxLevels) |