Home
last modified time | relevance | path

Searched refs:Nwire (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/wb/ !
H A Dwb.c19 …PetscInt dim, i, j, k, m, n, p, dof, Nint, Nface, Nwire, Nsurf, *Iint, *Isurf, cint … in DMDAGetWireBasketInterpolation() local
60 Nwire = 4 * ((m - 2 - istart) + (n - 2 - jstart) + (p - 2 - kstart)) + 8; in DMDAGetWireBasketInterpolation()
61 Nsurf = Nface + Nwire; in DMDAGetWireBasketInterpolation()
367 …PetscInt dim, i, j, k, m, n, p, dof, Nint, Nface, Nwire, Nsurf, *Iint, *Isurf, cint … in DMDAGetFaceInterpolation() local
408 Nwire = 4 * ((m - 2 - istart) + (n - 2 - jstart) + (p - 2 - kstart)) + 8; in DMDAGetFaceInterpolation()
409 Nsurf = Nface + Nwire; in DMDAGetFaceInterpolation()