2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | coarsegridflagset (iflags, ixlo, ixhi, jxlo, jxhi, ilo_coarse, ihi_coarse, jlo_coarse, jhi_coarse, mbuff) |
Flag a whole subregion from (ixlo,ixhi) to (jxlo, jxhi) with integer. More... | |
subroutine coarsegridflagset | ( | integer*1, dimension(ilo_coarse-mbuff:ihi_coarse+mbuff, jlo_coarse-mbuff:jhi_coarse+mbuff) | iflags, |
ixlo, | |||
ixhi, | |||
jxlo, | |||
jxhi, | |||
ilo_coarse, | |||
ihi_coarse, | |||
jlo_coarse, | |||
jhi_coarse, | |||
mbuff | |||
) |
Flag a whole subregion from (ixlo,ixhi) to (jxlo, jxhi) with integer.
Definition at line 11 of file coarseGridFlagSet.f.
Referenced by setdomflags().