Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmpatch.h27 PETSC_EXTERN PetscErrorCode DMPatchGetCoarse(DM, DM *);
/petsc/src/dm/impls/patch/
H A Dpatch.c202 PetscCall(DMPatchGetCoarse(dm, &dmc)); in DMPatchSolve()
396 PetscErrorCode DMPatchGetCoarse(DM dm, DM *dmCoarse) in DMPatchGetCoarse() function