Routine to initialize the global parameters, sets the solver module variable.
Subroutine to initialize the global parameters like simulation name, etc. as specified in the given lua configuration file. The configuration file is passed as a handle to this subroutine.
Todo
HK: this is strange, the array of conf, should probably be moved somewhere else.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_solver_param_type), | intent(inout) | :: | me | |||
type(treelmesh_type), | intent(inout) | :: | tree |