This routine runs over each convergence object and check for convergence of each requested quantities timeControl is active on current time
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_convergence_type), | intent(inout), | target | :: | me(:) | convergence descriptions |
|
| type(tem_time_type), | intent(in) | :: | time | current simulation time |
||
| type(tem_status_type), | intent(inout) | :: | status | Status bits |
||
| type(tem_varSys_type), | intent(in) | :: | varSys | global variable system |
||
| type(treelmesh_type), | intent(in) | :: | tree | global tree |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iConv | ||||
| logical, | private | :: | triggered | ||||
| real(kind=rk), | private, | allocatable | :: | res(:) |