Lines Matching refs:xm
31 PetscInt i, j, Mx, My, xs, ys, xm, ym; in RHSFunction() local
64 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in RHSFunction()
70 for (i = xs; i < xs + xm; i++) { in RHSFunction()
81 PetscCall(PetscLogFlops(16.0 * xm * ym)); in RHSFunction()
96 PetscInt i, j, Mx, My, xs, ys, xm, ym; in RHSJacobian() local
131 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in RHSJacobian()
152 for (i = xs; i < xs + xm; i++) { in RHSJacobian()
209 PetscCall(PetscLogFlops(19.0 * xm * ym)); in RHSJacobian()
239 PetscInt i, j, Mx, My, xs, ys, xm, ym; in IFunction() local
273 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in IFunction()
279 for (i = xs; i < xs + xm; i++) { in IFunction()
290 PetscCall(PetscLogFlops(16.0 * xm * ym)); in IFunction()
306 PetscInt i, j, Mx, My, xs, ys, xm, ym; in IJacobian() local
341 PetscCall(DMDAGetCorners(da, &xs, &ys, NULL, &xm, &ym, NULL)); in IJacobian()
362 for (i = xs; i < xs + xm; i++) { in IJacobian()
419 PetscCall(PetscLogFlops(19.0 * xm * ym)); in IJacobian()