Load general treelm settings from the Lua script in conf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_general_type), | intent(inout) | :: | me | global general parameter |
||
type(flu_state) | :: | conf | Handle to the Lua script containing the configuration. |
|||
character(len=*), | intent(in), | optional | :: | timingFile | Default timing filename provided by the caller, overwritten by config file. |
|
class(tem_solverAborts_type), | intent(inout), | optional | :: | solverAborts | Solver specific abort criteria to load. See tem_abortCriteria_module for details on this additional abortCriteria parameters, that the solver may define to be loaded from the configuration. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iError | ||||
character(len=pathLen), | private | :: | def_timingFile |