2D AMRCLAW
Functions/Subroutines
coarseGridFlagSet.f File Reference

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...
 

Function/Subroutine Documentation

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.

  1. The subregion is inside a grid described by (ilo_coarse, jlo_coarse) and (ihi_coarse, jhi_coarse)

Definition at line 8 of file coarseGridFlagSet.f.

Referenced by setdomflags().

Here is the caller graph for this function: