Home
last modified time | relevance | path

Searched refs:sfzr (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/patch/
H A Dpatch.c41 …MatStencil lower, MatStencil upper, MPI_Comm commz, DM *dmz, PeOp PetscSF *sfz, PeOp PetscSF *sfzr) in DMPatchZoom() argument
139 PetscCall(PetscSFCreate(PetscObjectComm((PetscObject)dm), sfzr)); in DMPatchZoom()
140 PetscCall(PetscObjectSetName((PetscObject)*sfzr, "Restricted Map")); in DMPatchZoom()
141 …PetscCall(PetscSFSetGraph(*sfzr, dof * M * N * P, q, localPoints, PETSC_COPY_VALUES, remotePoints,… in DMPatchZoom()
191 PetscSF sfz, sfzr; in DMPatchSolve() local
272 PetscCall(DMPatchZoom(dmc, lower, upper, commp, &dmz, &sfz, &sfzr)); in DMPatchSolve()
279 PetscCall(PetscSFView(sfzr, PETSC_VIEWER_STDOUT_(comm))); in DMPatchSolve()
300 PetscCall(PetscSFReduceBegin(sfzr, MPIU_SCALAR, xzarray, xcarray, MPIU_SUM)); in DMPatchSolve()
301 PetscCall(PetscSFReduceEnd(sfzr, MPIU_SCALAR, xzarray, xcarray, MPIU_SUM)); in DMPatchSolve()
309 PetscCall(PetscSFDestroy(&sfzr)); in DMPatchSolve()