Home
last modified time | relevance | path

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

/petsc/src/dm/impls/patch/
H A Dpatchcreate.c17 extern PetscErrorCode DMSetUp_Patch(DM dm);
29 dm->ops->setup = DMSetUp_Patch; in DMInitialize_Patch()
H A Dpatch.c361 PetscErrorCode DMSetUp_Patch(DM dm) in DMSetUp_Patch() function