Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/wb/
H A Dwb.c19 …, j, k, m, n, p, dof, Nint, Nface, Nwire, Nsurf, *Iint, *Isurf, cint = 0, csurf = 0, istart, jstar… in DMDAGetWireBasketInterpolation() local
150 IIsurf[csurf] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetWireBasketInterpolation()
151 Isurf[csurf++] = i + j * (m - istart) + k * (m - istart) * (n - jstart); in DMDAGetWireBasketInterpolation()
159 PetscCheck(csurf == Nsurf, PETSC_COMM_SELF, PETSC_ERR_PLIB, "csurf != Nsurf"); in DMDAGetWireBasketInterpolation()
367 …, j, k, m, n, p, dof, Nint, Nface, Nwire, Nsurf, *Iint, *Isurf, cint = 0, csurf = 0, istart, jstar… in DMDAGetFaceInterpolation() local
470 IIsurf[csurf] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetFaceInterpolation()
471 Isurf[csurf++] = i + j * (m - istart) + k * (m - istart) * (n - jstart); in DMDAGetFaceInterpolation()
479 PetscCheck(csurf == Nsurf, PETSC_COMM_SELF, PETSC_ERR_PLIB, "csurf != Nsurf"); in DMDAGetFaceInterpolation()