Lines Matching refs:xm
184 PetscInt i, j, xs, ys, xm, ym, Mx, My; in InitialConditions() local
202 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in InitialConditions()
209 for (i = xs; i < xs + xm; i++) { in InitialConditions()
228 PetscInt i, j, Mx, My, xs, ys, xm, ym; in InitializeLambda() local
236 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in InitializeLambda()
238 if (xs <= i && i < xs + xm && ys <= j && j < ys + ym) { in InitializeLambda()
251 PetscInt i, j, xs, ys, xm, ym; in IFunctionLocalPassive() local
263 xm = info->xm; in IFunctionLocalPassive()
269 for (i = xs; i < xs + xm; i++) { in IFunctionLocalPassive()
280 PetscCall(PetscLogFlops(16.0 * xm * ym)); in IFunctionLocalPassive()
291 PetscInt i, j, xs, ys, xm, ym, gxs, gys, gxm, gym; in IFunctionActive() local
306 xm = info.xm; in IFunctionActive()
365 for (i = xs; i < xs + xm; i++) { in IFunctionActive()
385 if ((i < xs) || (i >= xs + xm) || (j < ys) || (j >= ys + ym)) { in IFunctionActive()
395 PetscCall(PetscLogFlops(16.0 * xm * ym)); in IFunctionActive()