Lines Matching refs:stw
37 …max, kgmax, ib1, ibn, jb1, jbn, kb1, kbn, imax, jmax, kmax, itime, maxstep, nscreen, dof, stw, ndim
61 stw = 1 ! stencil width
67 …_STAR, igmax, jgmax, kgmax, PETSC_DECIDE, PETSC_DECIDE, PETSC_DECIDE, dof, stw, PETSC_NULL_INTEGER…
84 ib1 = 1 - stw
85 jb1 = 1 - stw
86 kb1 = 1 - stw
87 ibn = imax + stw
88 jbn = jmax + stw
89 kbn = kmax + stw
100 call petsc_to_local(CoordDM, coords, array, grid, ndim, stw)
107 call local_to_petsc(CoordDM, coords, array, grid, ndim, stw)
137 call petsc_to_local(SolScal, Lvec, array, f, dof, stw)
149 call local_to_petsc(SolScal, Lvec, array, f, dof, stw)