4 subroutine prepregstep(nvar,naux,lcheck,mptr,nx,ny,mitot,mjtot,
8 implicit double precision (a-h,o-z)
10 dimension fp(nvar,mitot,mjtot),gp(nvar,mitot,mjtot)
11 dimension fm(nvar,mitot,mjtot),gm(nvar,mitot,mjtot)
25 2 dt,dtnew,hx,hy,nvar,
26 3 xlow,ylow,time,mptr,naux,auxbig)
integer, parameter timemult
current simulation time on this grid
integer, parameter cornxlo
x-coordinate of the left border of this grid
real(kind=8), dimension(maxlv) hyposs
real(kind=8), dimension(maxlv) hxposs
real(kind=8), dimension(rsize, maxgr) rnode
subroutine stepgrid(q, fm, fp, gm, gp, mitot, mjtot, mbc, dt, dtnew, dx, dy, nvar, xlow, ylow, time, mptr, maux, aux)
Take a time step on a single grid mptr and overwrite solution array q.
real(kind=8), dimension(maxlv) possk
subroutine prepregstep(nvar, naux, lcheck, mptr, nx, ny, mitot, mjtot, valbig, auxbig)
integer, parameter cornylo
y-coordinate of the lower border of this grid
The module contains the definition of a "node descriptor" as well as other global variables used duri...