Lines Matching refs:mwidth

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()
243 gl[cnt++] = mwidth; in DMDAGetWireBasketInterpolation()
245 gl[cnt++] = mwidth + 1; in DMDAGetWireBasketInterpolation()
247 gl[cnt++] = mwidth + m - istart - 1; in DMDAGetWireBasketInterpolation()
249 gl[cnt++] = mwidth * (n - jstart - 1); in DMDAGetWireBasketInterpolation()
251 gl[cnt++] = mwidth * (n - jstart - 1) + 1; in DMDAGetWireBasketInterpolation()
253 gl[cnt++] = mwidth * (n - jstart - 1) + m - istart - 1; 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()
264 gl[cnt++] = mwidth * nwidth + mwidth * (n - jstart - 1); in DMDAGetWireBasketInterpolation()
266 gl[cnt++] = mwidth * nwidth + mwidth * (n - jstart - 1) + 1; in DMDAGetWireBasketInterpolation()
268 gl[cnt++] = mwidth * nwidth + mwidth * (n - jstart - 1) + m - istart - 1; in DMDAGetWireBasketInterpolation()
270 gl[cnt++] = mwidth * nwidth * (p - kstart - 1); in DMDAGetWireBasketInterpolation()
272 gl[cnt++] = mwidth * nwidth * (p - kstart - 1) + 1; in DMDAGetWireBasketInterpolation()
274 gl[cnt++] = mwidth * nwidth * (p - kstart - 1) + m - istart - 1; in DMDAGetWireBasketInterpolation()
276 gl[cnt++] = mwidth * nwidth * (p - kstart - 1) + mwidth; in DMDAGetWireBasketInterpolation()
278 gl[cnt++] = mwidth * nwidth * (p - kstart - 1) + mwidth + 1; in DMDAGetWireBasketInterpolation()
280 gl[cnt++] = mwidth * nwidth * (p - kstart - 1) + mwidth + m - istart - 1; in DMDAGetWireBasketInterpolation()
282 gl[cnt++] = mwidth * nwidth * (p - kstart - 1) + mwidth * (n - jstart - 1); in DMDAGetWireBasketInterpolation()
284 gl[cnt++] = mwidth * nwidth * (p - kstart - 1) + mwidth * (n - jstart - 1) + 1; in DMDAGetWireBasketInterpolation()
286 gl[cnt++] = mwidth * nwidth * (p - kstart - 1) + mwidth * (n - jstart - 1) + m - istart - 1; in DMDAGetWireBasketInterpolation()
368 …PetscInt mwidth, nwidth, pwidth, cnt, mp, np, pp, Ntotal, gl[6], *globals, Ng, *IIin… in DMDAGetFaceInterpolation() local
387 PetscCall(DMDAGetGhostCorners(da, &istart, &jstart, &kstart, &mwidth, &nwidth, &pwidth)); in DMDAGetFaceInterpolation()
464 II[c++] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetFaceInterpolation()
467 IIint[cint] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetFaceInterpolation()
470 IIsurf[csurf] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetFaceInterpolation()
559 gl[cnt++] = mwidth + 1; in DMDAGetFaceInterpolation()
563 gl[cnt++] = mwidth * nwidth + 1; in DMDAGetFaceInterpolation()
566 gl[cnt++] = mwidth * nwidth + mwidth; /* these are the interior nodes */ in DMDAGetFaceInterpolation()
567 gl[cnt++] = mwidth * nwidth + mwidth + m - istart - 1; in DMDAGetFaceInterpolation()
570 gl[cnt++] = mwidth * nwidth + mwidth * (n - jstart - 1) + 1; in DMDAGetFaceInterpolation()
574 gl[cnt++] = mwidth * nwidth * (p - kstart - 1) + mwidth + 1; in DMDAGetFaceInterpolation()