MPI-AMRVAC  3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Functions/Subroutines
mod_errest Module Reference

Functions/Subroutines

subroutine, public errest
 Do all local error estimation which determines (de)refinement. More...
 
subroutine lohner_grid (igrid)
 
subroutine lohner_orig_grid (igrid)
 
subroutine forcedrefine_grid (igrid, w)
 
subroutine, public forcedrefine_grid_io (igrid, w)
 
subroutine refinebuffer (igrid, refineflag)
 

Function/Subroutine Documentation

◆ errest()

subroutine, public mod_errest::errest

Do all local error estimation which determines (de)refinement.

Definition at line 11 of file mod_errest.t.

Here is the call graph for this function:

◆ forcedrefine_grid()

subroutine mod_errest::forcedrefine_grid ( integer, intent(in)  igrid,
double precision, dimension(ixg^t,nw), intent(in)  w 
)

Definition at line 296 of file mod_errest.t.

Here is the call graph for this function:

◆ forcedrefine_grid_io()

subroutine, public mod_errest::forcedrefine_grid_io ( integer, intent(in)  igrid,
double precision, dimension(ixg^t,nw), intent(in)  w 
)

Definition at line 363 of file mod_errest.t.

◆ lohner_grid()

subroutine mod_errest::lohner_grid ( integer, intent(in)  igrid)

Definition at line 63 of file mod_errest.t.

Here is the call graph for this function:

◆ lohner_orig_grid()

subroutine mod_errest::lohner_orig_grid ( integer, intent(in)  igrid)

Definition at line 201 of file mod_errest.t.

◆ refinebuffer()

subroutine mod_errest::refinebuffer ( integer, intent(in)  igrid,
logical, dimension(ixg^t), intent(in)  refineflag 
)

Definition at line 401 of file mod_errest.t.