|
MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
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) |
| subroutine, public mod_errest::errest |
Do all local error estimation which determines (de)refinement.
Definition at line 11 of file mod_errest.t.

| subroutine mod_errest::forcedrefine_grid | ( | integer, intent(in) | igrid, |
| double precision, dimension(ixg^t,nw), intent(in) | w | ||
| ) |
| 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.
| subroutine mod_errest::lohner_grid | ( | integer, intent(in) | igrid | ) |
| subroutine mod_errest::lohner_orig_grid | ( | integer, intent(in) | igrid | ) |
Definition at line 201 of file mod_errest.t.
| subroutine mod_errest::refinebuffer | ( | integer, intent(in) | igrid, |
| logical, dimension(ixg^t), intent(in) | refineflag | ||
| ) |
Definition at line 401 of file mod_errest.t.