Datatype representing the stabilization procedure of a numerical scheme.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | stab_kind | = | atl_no_stab_prp | The stabilization type |
|
logical, | private | :: | reqNeigh | = | .false. | Logical to indicate if neighbor information is required by the stabilization. |
|
type(atl_spectral_visc_type), | private | :: | spectral_visc | Parameters of the spectral viscosity propery (if active). |
|||
type(atl_positivity_preserv_type), | private | :: | positivity_preserv | Parameters of the pointwise positivity preserving limiter (if active). |
|||
type(atl_cons_positivity_preserv_type), | private | :: | cons_positivity_preserv | Parameters of the conservative positivity preserving limiter (if active). |
|||
type(atl_covolume_type), | private | :: | covolume | Parameters of the covolume filter (if active). |