Read the convergence variables from convergence subtables defined in configuration from the main lua file
If convergence is just a single table with single convergence entry then load only one convergence log exists with one or more variables using tem_load_convergenceHeader_single. Else if convergence is table of many log then allocate log and load each log type using tem_load_convergenceHeader_single Setup the values for the convergence entities
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_convergence_type), | intent(out) | :: | me | list of the convergence entities to create |
||
type(flu_state) | :: | conf | handle of the lua config file |
|||
integer, | intent(in) | :: | sub_handle | table sub-handle for the convergence table |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iError | ||||
integer, | private, | allocatable | :: | vError(:) | |||
character(len=labelLen), | private | :: | norm |