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