An indicator to decide whether linearization of fluxes is tolerable based on the error estimate.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(atl_euler_type), | intent(in) | :: | euler | Description of the equation |
||
| real(kind=rk), | intent(in) | :: | mean(:) | The mean value of each state |
||
| real(kind=rk), | intent(in) | :: | deviation(:) | Maximal deviation of each state |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private | :: | m_dev_mag | ||||
| real(kind=rk), | private | :: | m_0_mag | ||||
| real(kind=rk), | private | :: | m_max | ||||
| real(kind=rk), | private | :: | rho_min | ||||
| real(kind=rk), | private | :: | M_err | ||||
| real(kind=rk), | private | :: | E_err | ||||
| real(kind=rk), | private | :: | gam |