|
MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Go to the source code of this file.
Modules | |
| module | mod_small_values |
| Module for handling problematic values in simulations, such as negative pressures. | |
Functions/Subroutines | |
| subroutine, public | mod_small_values::small_values_error (wprim, x, ixil, ixol, w_flag, subname) |
| subroutine, public | mod_small_values::small_values_average (ixil, ixol, w, x, w_flag, windex) |
Variables | |
| character(len=20), public | mod_small_values::small_values_method = "error" |
| How to handle small values. | |
| integer, public | mod_small_values::small_values_daverage = 1 |
| Average over this many cells in each direction. | |
| logical, public | mod_small_values::trace_small_values =.false. |
| trace small values in the source file using traceback flag of compiler | |
| logical, dimension(:), allocatable, public | mod_small_values::small_values_fix_iw |
| Whether to apply small value fixes to certain variables. | |