2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | flglvl2 (nvar, naux, lcheck, nxypts, index, lbase, npts, start_time) |
Controls the error estimation/flagging bad pts. More... | |
subroutine | freeflags (lcheck) |
subroutine flglvl2 | ( | nvar, | |
naux, | |||
lcheck, | |||
nxypts, | |||
index, | |||
lbase, | |||
npts, | |||
start_time | |||
) |
Controls the error estimation/flagging bad pts.
for an entire level of grids. returns pointer into alloc where the (x,y) coordinations of the flagged pts. are.
nvar | number of equations for the system |
naux | number of auxiliary variables |
lcheck | level to be flagged |
nxypts | number of flagged points in total |
index | starting index (memory address) in alloc of the flagged points (which occupy 2*nxypts locations) |
lbase | |
npts | |
start_time |
Definition at line 23 of file flglvl2.f.
References bufnst2(), colate2(), flagger(), freeflags(), and igetsp().
Referenced by grdfit().