7 subroutine addflags(rectflags,mibuff,mjbuff,
8 1 rctold,idim3,mitot,mjtot,mptr)
11 implicit double precision (a-h,o-z)
14 dimension rctold(idim3,mitot,mjtot)
15 dimension rectflags(mibuff,mjbuff)
27 if (rctold(1,i,j) .ne.
goodpt)
then 28 rectflags(i,j) =
badpt subroutine addflags(rectflags, mibuff, mjbuff, rctold, idim3, mitot, mjtot, mptr)
Transfer flagged arrays from errest into the one from spatial differencing.
real(kind=8), parameter goodpt
real(kind=8), parameter badpt
The module contains the definition of a "node descriptor" as well as other global variables used duri...