Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmpatch.h19 PETSC_EXTERN PetscErrorCode DMPatchCreate(MPI_Comm, DM *);
/petsc/src/dm/impls/patch/
H A Dpatchcreate.c91 PetscErrorCode DMPatchCreate(MPI_Comm comm, DM *mesh) in DMPatchCreate() function
107 PetscCall(DMPatchCreate(comm, dm)); in DMPatchCreateGrid()