2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | griddomshrink (iflags2, ilo, ihi, jlo, jhi, mbuff, iflags, level) |
Shrink domain flags one cell for allowable properly nested domain This is needed even for lcheck = lbase. More... | |
subroutine griddomshrink | ( | integer*1, dimension(ilo-mbuff:ihi+mbuff,jlo-mbuff:jhi+mbuff) | iflags2, |
ilo, | |||
ihi, | |||
jlo, | |||
jhi, | |||
mbuff, | |||
integer*1, dimension (ilo-mbuff:ihi+mbuff,jlo-mbuff:jhi+mbuff) | iflags, | ||
level | |||
) |
Shrink domain flags one cell for allowable properly nested domain This is needed even for lcheck = lbase.
More shrinking needed for finer levels. Flags starts in iflags2, should end in iflags array
The output iflags has flagged zone one cell smaller (shrinked) than input **iflags2.
The flags and indices, ilo, ihi, jlo and jhi are all with respect to level level index space
input:
Definition at line 26 of file griddomshrink.f.
References amr_module::dprint, amr_module::outunit, and setphysbndryflags().
Referenced by setdomflags().