Searched refs:nwidth (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/wb/ |
| H A D | wb.c | 20 …PetscInt mwidth, nwidth, pwidth, cnt, mp, np, pp, Ntotal, gl[26], *globals, Ng, *IIi… in DMDAGetWireBasketInterpolation() local 39 PetscCall(DMDAGetGhostCorners(da, &istart, &jstart, &kstart, &mwidth, &nwidth, &pwidth)); in DMDAGetWireBasketInterpolation() 144 II[c++] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetWireBasketInterpolation() 147 IIint[cint] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetWireBasketInterpolation() 150 IIsurf[csurf] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetWireBasketInterpolation() 255 gl[cnt++] = mwidth * nwidth; in DMDAGetWireBasketInterpolation() 257 gl[cnt++] = mwidth * nwidth + 1; in DMDAGetWireBasketInterpolation() 259 gl[cnt++] = mwidth * nwidth + m - istart - 1; in DMDAGetWireBasketInterpolation() 261 gl[cnt++] = mwidth * nwidth + mwidth; /* these are the interior nodes */ in DMDAGetWireBasketInterpolation() 262 gl[cnt++] = mwidth * nwidth + mwidth + m - istart - 1; in DMDAGetWireBasketInterpolation() [all …]
|