MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
use different threshold in special regions for AMR to reduce/increase resolution there where nothing/something interesting happens. More...
Public Member Functions | |
subroutine | a_refine_threshold (wlocal, xlocal, threshold, qt, level) |
use different threshold in special regions for AMR to reduce/increase resolution there where nothing/something interesting happens.
Definition at line 416 of file mod_usr_methods.t.
subroutine mod_usr_methods::a_refine_threshold::a_refine_threshold | ( | double precision, dimension(1:nw), intent(in) | wlocal, |
double precision, dimension(1:ndim), intent(in) | xlocal, | ||
double precision, intent(inout) | threshold, | ||
double precision, intent(in) | qt, | ||
integer, intent(in) | level | ||
) |
Definition at line 416 of file mod_usr_methods.t.