Searched refs:DMPatchZoom (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petscdmpatch.h | 21 PETSC_EXTERN PetscErrorCode DMPatchZoom(DM, MatStencil, MatStencil, MPI_Comm, DM *, PetscSF *, Pets…
|
| /petsc/src/dm/tutorials/ |
| H A D | ex25.c | 39 PetscCall(DMPatchZoom(da, lower, upper, comm, &sda, NULL, &sf)); in main()
|
| /petsc/src/dm/impls/patch/ |
| H A D | patch.c | 41 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 D | 315.md | 250 - Remove unneeded `Vec` argument from `DMPatchZoom()`
|