public subroutine tem_abortCriteria_load(me, conf, parent, key, solverAborts)
Load the abortCriteria from a given configuration.
The abort_critera are defined in a table as follows:
abort_criteria={stop_file='',steady_state=false}
stop_file indicates, which file should be checked for
to stop the execution. A typical setting would for example
be stop_file = 'stop'. If the string is empty, no checks
are performed. The default is an empty string.
Empty stop files will be deleted after they are encountered.
Non-empty ones are kept.
steady_state indicates if the simulation should stop when
a steady_state solution is found. Default ist false.
If steady_state is True then load convergence table for condition to
check for steady state
Solvers may pass an additional solverAborts for specific abort parameters
to be filled from the abort_criteria table.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.