Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmpatch.h21 PETSC_EXTERN PetscErrorCode DMPatchZoom(DM, MatStencil, MatStencil, MPI_Comm, DM *, PetscSF *, Pets…
/petsc/src/dm/tutorials/
H A Dex25.c39 PetscCall(DMPatchZoom(da, lower, upper, comm, &sda, NULL, &sf)); in main()
/petsc/src/dm/impls/patch/
H A Dpatch.c41 PetscErrorCode DMPatchZoom(DM dm, MatStencil lower, MatStencil upper, MPI_Comm commz, DM *dmz, PeOp… in DMPatchZoom() function
272 PetscCall(DMPatchZoom(dmc, lower, upper, commp, &dmz, &sfz, &sfzr)); in DMPatchSolve()
/petsc/doc/changes/
H A D315.md250 - Remove unneeded `Vec` argument from `DMPatchZoom()`