Read in LUA parameter file See http://www.lua.org for a reference on how to use Lua is a scripting language in itself which allows more complex parameter files including comments And load / create the mesh depending on the configuration
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_hvs_config_type), | intent(out) | :: | me | Musubi harvesting configuration to load when no tracking table is defined |
||
type(mus_scheme_type), | target | :: | scheme | scheme type |
||
type(mus_varSys_solverData_type), | target | :: | solverData | contains pointer to scheme, physics types |
||
type(mus_geom_type), | intent(inout), | target | :: | geometry | Treelmesh data |
|
type(mus_param_type), | intent(inout), | target | :: | params | Global parameters |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=PathLen), | private | :: | filename | ||||
integer, | private | :: | minLevel | ||||
integer, | private | :: | maxLevel | ||||
integer, | private | :: | iError |