MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Functions/Subroutines
errest.t File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ compare1_grid()

subroutine compare1_grid ( integer, intent(in)  igrid,
double precision, dimension(ixg^t,1:nw), intent(in)  wold,
double precision, dimension(ixg^t,1:nw), intent(in)  w 
)

Definition at line 297 of file errest.t.

◆ errest()

subroutine errest

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

Definition at line 2 of file errest.t.

Here is the call graph for this function:

◆ forcedrefine_grid()

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

Definition at line 359 of file errest.t.

Here is the call graph for this function:

◆ forcedrefine_grid_io()

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

Definition at line 430 of file errest.t.

◆ lohner_grid()

subroutine lohner_grid ( integer, intent(in)  igrid)

Definition at line 63 of file errest.t.

Here is the call graph for this function:

◆ lohner_orig_grid()

subroutine lohner_orig_grid ( integer, intent(in)  igrid)

Definition at line 201 of file errest.t.

Here is the call graph for this function:

◆ refinebuffer()

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

Definition at line 470 of file errest.t.