2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | griddomup (iflags, iflags2, ilo, ihi, jlo, jhi, mbuff, lev, ilofine, ihifine, jlofine, jhifine) |
iflags described flagged cells in a rectangular region described by ilo, ihi, jlo, jhi in level lev index space This subroutine projects iflags to iflag, which has flagging information in a rectangular region described by ilofine, ihifine, jlofine, jhifine in level lev+1 index space More... | |
subroutine griddomup | ( | integer*1, dimension (ilo-mbuff:ihi+mbuff,jlo-mbuff:jhi+mbuff) | iflags, |
integer*1, dimension(ilofine-mbuff:ihifine+mbuff, jlofine-mbuff:jhifine+mbuff) | iflags2, | ||
ilo, | |||
ihi, | |||
jlo, | |||
jhi, | |||
mbuff, | |||
lev, | |||
ilofine, | |||
ihifine, | |||
jlofine, | |||
jhifine | |||
) |
iflags described flagged cells in a rectangular region described by ilo, ihi, jlo, jhi in level lev index space This subroutine projects iflags to iflag, which has flagging information in a rectangular region described by ilofine, ihifine, jlofine, jhifine in level lev+1 index space
input:
Definition at line 18 of file griddomup.f.
References amr_module::dprint, amr_module::intratx, amr_module::intraty, and amr_module::outunit.
Referenced by setdomflags().