|
2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | flagger (nvar, naux, lcheck, start_time) |
| Set up for and call two routines that flag using (a) spatial gradients, or other user-specified criteria (b) richardson error estimates. More... | |
| subroutine flagger | ( | nvar, | |
| naux, | |||
| lcheck, | |||
| start_time | |||
| ) |
Set up for and call two routines that flag using (a) spatial gradients, or other user-specified criteria (b) richardson error estimates.
the two approaches share an array with boundary ghost values before parallel loop give grids the extra storage they need for error estimation
input: AMR level on which all grids need to be flagged output: flag arrays that are stored with each grid node, accessable through node(storeflags, mptr)
| nvar | number of equations for the system |
| naux | number of auxiliary variables |
| lcheck | flag all level lcheck grids |
| start_time |
Definition at line 32 of file flagger.f.
References bound(), errest(), flag2refine2(), and igetsp().
Referenced by flglvl2().


1.8.6