Home
last modified time | relevance | path

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

/petsc/src/dm/impls/patch/
H A Dpatchcreate.c21 extern PetscErrorCode DMDestroy_Patch(DM dm);
46 dm->ops->destroy = DMDestroy_Patch; in DMInitialize_Patch()
H A Dpatch.c349 PetscErrorCode DMDestroy_Patch(DM dm) in DMDestroy_Patch() function