4 subroutine outtre(mlev,outgrd,nvar,naux)
7 implicit double precision (a-h,o-z)
22 1
format(1x,14hthe subtree is)
24 level = node(nestlevel, mlev)
25 10
if (level .gt. lfine) go to 99
27 20
if (mptr .eq. 0) go to 30
28 call
outmsh(mptr,outgrd,nvar,naux)
29 mptr = node(levelptr, mptr)
32 write(outunit,2) numgrids(level), level,iregst(level),
33 1 jregst(level),iregend(level),jregend(level)
34 2
format(/,i5,
" grids at level ",i5,
" go from ",2i9,
" to",2i9,/)
43 subroutine outlev(mlev,outgrd,nvar,naux)
46 implicit double precision (a-h,o-z)
61 1
format(1x,
"the partially built new subtree is:")
64 20
if (mptr .eq. 0) go to 30
65 call
outmsh(mptr,outgrd,nvar,naux)
66 mptr = node(levelptr, mptr)
subroutine outlev(mlev, outgrd, nvar, naux)
subroutine outtre(mlev, outgrd, nvar, naux)
subroutine outmsh(mptr, outgrd, nvar, naux)