Searched refs:mwidth (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() 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() [all …]
|