4 subroutine errest (nvar,naux,lcheck,mptr,nx,ny)
7 implicit double precision (a-h,o-z)
13 double precision valbgc(nvar,nx/2+2*nghost,ny/2+2*nghost)
14 double precision auxbgc(naux,nx/2+2*nghost,ny/2+2*nghost)
28 locnew = node(store1,mptr)
29 locold = node(store2,mptr)
30 locaux = node(storeaux,mptr)
31 mi2tot = nx/2 + 2*nghost
32 mj2tot = ny/2 + 2*nghost
40 . mjdub,valbgc,auxbgc,mi2tot,mj2tot)
47 locbig = node(tempptr,mptr)
48 locaux = node(storeaux,mptr)
49 call
prepregstep(nvar,naux,lcheck,mptr,nx,ny,mitot,mjtot,
50 . alloc(locbig),alloc(locaux))
54 locamrflags = node(storeflags, mptr)
55 mbuff = max(nghost,ibuff+1)
58 call
errf1(alloc(locbig),nvar,valbgc,mptr,mi2tot,mj2tot,
59 1 mitot,mjtot,alloc(locamrflags),mibuff,mjbuff)
subroutine errest(nvar, naux, lcheck, mptr, nx, ny)
subroutine prepbigstep(nvar, naux, lcheck, mptr, nx, ny, midub, mjdub, valbgc, auxbgc, mi2tot, mj2tot)
subroutine errf1(rctfine, nvar, rctcrse, mptr, mi2tot, mj2tot, mitot, mjtot, rctflg, mibuff, mjbuff)
subroutine prepregstep(nvar, naux, lcheck, mptr, nx, ny, mitot, mjtot, valbig, auxbig)