Lines Matching refs:ys
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()
207 for (j = ys; j < ys + ym; j++) { 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
264 ys = info->ys; in IFunctionLocalPassive()
268 for (j = ys; j < ys + ym; j++) { in IFunctionLocalPassive()
291 PetscInt i, j, xs, ys, xm, ym, gxs, gys, gxm, gym; in IFunctionActive() local
309 ys = info.ys; in IFunctionActive()
364 for (j = ys; j < ys + ym; j++) { in IFunctionActive()
385 if ((i < xs) || (i >= xs + xm) || (j < ys) || (j >= ys + ym)) { in IFunctionActive()