2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | flagregions (mx, my, mbuff, xlower, ylower, dx, dy, level, t, amrflags, DONTFLAG, DOFLAG) |
Modify array of flagged points to respect minlevels and maxlevels specified by regions. More... | |
subroutine flagregions | ( | integer, intent(in) | mx, |
integer, intent(in) | my, | ||
integer, intent(in) | mbuff, | ||
real(kind=8), intent(in) | xlower, | ||
real(kind=8), intent(in) | ylower, | ||
real(kind=8), intent(in) | dx, | ||
real(kind=8), intent(in) | dy, | ||
integer, intent(in) | level, | ||
real(kind=8), intent(in) | t, | ||
real(kind=8), dimension(1-mbuff:mx+mbuff,1-mbuff:my+mbuff), intent(inout) | amrflags, | ||
real(kind=8), intent(in) | DONTFLAG, | ||
real(kind=8), intent(in) | DOFLAG | ||
) |
Modify array of flagged points to respect minlevels and maxlevels specified by regions.
Definition at line 14 of file flagregions.f90.
References regions_module::num_regions, and regions_module::regions.