MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
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. More... | |
integer, public | mod_small_values::small_values_daverage = 1 |
Average over this many cells in each direction. More... | |
logical, public | mod_small_values::trace_small_values =.false. |
trace small values in the source file using traceback flag of compiler More... | |
logical, dimension(:), allocatable, public | mod_small_values::small_values_fix_iw |
Whether to apply small value fixes to certain variables. More... | |