Lines Matching refs:ym

296   PetscInt  i, j, xs, ys, xm, ym, Mx, My;  in InitialConditions()  local
314 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in InitialConditions()
319 for (j = ys; j < ys + ym; j++) { in InitialConditions()
340 PetscInt i, j, Mx, My, xs, ys, xm, ym; in InitializeLambda() local
348 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in InitializeLambda()
350 if (xs <= i && i < xs + xm && ys <= j && j < ys + ym) { in InitializeLambda()
363 PetscInt i, j, xs, ys, xm, ym; in IFunctionLocalPassive() local
377 ym = info->ym; in IFunctionLocalPassive()
380 for (j = ys; j < ys + ym; j++) { in IFunctionLocalPassive()
392 PetscCall(PetscLogFlops(16.0 * xm * ym)); in IFunctionLocalPassive()
403 PetscInt i, j, xs, ys, xm, ym, gxs, gys, gxm, gym; in IFunctionActive() local
422 ym = info.ym; in IFunctionActive()
476 for (j = ys; j < ys + ym; j++) { in IFunctionActive()
497 if ((i < xs) || (i >= xs + xm) || (j < ys) || (j >= ys + ym)) { in IFunctionActive()
507 PetscCall(PetscLogFlops(16.0 * xm * ym)); in IFunctionActive()
530 PetscInt i, j, xs, ys, xm, ym, Mx, My; in RHSFunctionPassive() local
567 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in RHSFunctionPassive()
572 for (j = ys; j < ys + ym; j++) { in RHSFunctionPassive()
602 PetscCall(PetscLogFlops(16.0 * xm * ym)); in RHSFunctionPassive()
610 PetscInt i, j, xs, ys, xm, ym, gxs, gys, gxm, gym, Mx, My; in RHSFunctionActive() local
649 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in RHSFunctionActive()
690 for (j = ys; j < ys + ym; j++) { in RHSFunctionActive()
738 PetscCall(PetscLogFlops(16.0 * xm * ym)); in RHSFunctionActive()
790 PetscInt i, j, Mx, My, xs, ys, xm, ym; in IJacobianByHand() local
825 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in IJacobianByHand()
837 for (j = ys; j < ys + ym; j++) { in IJacobianByHand()
902 PetscCall(PetscLogFlops(19.0 * xm * ym)); in IJacobianByHand()
920 PetscInt i, j, Mx, My, xs, ys, xm, ym; in RHSJacobianByHand() local
955 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in RHSJacobianByHand()
968 for (j = ys; j < ys + ym; j++) { in RHSJacobianByHand()
1033 PetscCall(PetscLogFlops(19.0 * xm * ym)); in RHSJacobianByHand()