25 subroutine shiftset2(rectflags,ilo,ihi,jlo,jhi,mbuff)
28 implicit double precision (a-h, o-z)
29 dimension rectflags(ilo-mbuff:ihi+mbuff,jlo-mbuff:jhi+mbuff)
30 dimension copyflags(ilo-mbuff:ihi+mbuff,jlo-mbuff:jhi+mbuff)
32 do j = jlo-mbuff, jhi+mbuff
33 do i = ilo-mbuff, ihi+mbuff
42 rflag = rectflags(i,j)
43 if (rflag .gt. 0)
then 53 copyflags(m,k) = rflag
64 do 60 j = jlo-mbuff, jhi+mbuff
65 do 60 i = ilo-mbuff, ihi+mbuff
66 rectflags(i,j) = copyflags(i,j)
subroutine shiftset2(rectflags, ilo, ihi, jlo, jhi, mbuff)
For an input grid, flag cells near the previously flagged cells for creating buffer zone...
The module contains the definition of a "node descriptor" as well as other global variables used duri...