Datatype to describe the physical checks.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | private | :: | isActive | = | .false. | Is the check active |
|
integer, | private | :: | iterationInterval | = | huge(int(1)) | The interval for the physical checks. |
|
real(kind=rk), | private | :: | tolerance | = | 1.0e-13_rk | The tolerance below which a state will be marked as unphysical |