Lines Matching refs:lower
41 PetscErrorCode DMPatchZoom(DM dm, MatStencil lower, MatStencil upper, MPI_Comm commz, DM *dmz, PeOp… in DMPatchZoom() argument
63 blower.i = PetscMax(lower.i - halo, 0); in DMPatchZoom()
65 blower.j = PetscMax(lower.j - halo, 0); in DMPatchZoom()
67 blower.k = PetscMax(lower.k - halo, 0); in DMPatchZoom()
85 sxr = PetscMax(sxb, lower.i - blower.i); in DMPatchZoom()
86 syr = PetscMax(syb, lower.j - blower.j); in DMPatchZoom()
87 szr = PetscMax(szb, lower.k - blower.k); in DMPatchZoom()
193 MatStencil patchSize, commSize, gridRank, lower, upper; in DMPatchSolve() local
266 lower.i = i; in DMPatchSolve()
267 lower.j = j; in DMPatchSolve()
268 lower.k = k; in DMPatchSolve()
272 PetscCall(DMPatchZoom(dmc, lower, upper, commp, &dmz, &sfz, &sfzr)); in DMPatchSolve()
273 lower.c = 0; /* initialize member, otherwise compiler issues warnings */ in DMPatchSolve()
276 …(%" PetscInt_FMT ", %" PetscInt_FMT ", %" PetscInt_FMT ")\n", p, lower.i, lower.j, lower.k, upper.… in DMPatchSolve()