2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | flagcheck (rectflags, ilo, ihi, jlo, jhi, mbuff, iflags, |
Check if every cell in grid mptr is properly nested in base level grids (base level in current refinement, usually represented by lbase). More... | |
subroutine flagcheck | ( | dimension(ilo-mbuff:ihi+mbuff,jlo-mbuff:jhi+mbuff) | rectflags, |
ilo, | |||
ihi, | |||
jlo, | |||
jhi, | |||
mbuff, | |||
integer*1, dimension(ilo-mbuff:ihi+mbuff,jlo-mbuff:jhi+mbuff) | iflags | ||
) |
Check if every cell in grid mptr is properly nested in base level grids (base level in current refinement, usually represented by lbase).
If not, turn off the flagging on that cell (mark as needing no refinement).
Definition at line 10 of file flagcheck.f.
References check(), domain(), amr_module::goodpt, amr_module::nestlevel, amr_module::node, amr_module::nprint, and amr_module::outunit.
Referenced by colate2().