Load the condition table in case of convergence
Example:
condition = {threshold = 2.0e-10, operator = '<='}
The tables inside condition table should be equal to the nVars If thats not the case we return an error message check single or multiple table
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_condition_type), | intent(inout), | allocatable | :: | me(:) | ||
type(flu_state), | intent(in) | :: | conf | |||
integer, | intent(in) | :: | parent |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | cond_handle | ||||
integer, | private | :: | sub_cond_handle | ||||
integer, | private | :: | nCond | ||||
integer, | private | :: | iCond | Open the condition table |