Home
last modified time | relevance | path

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

/petsc/src/dm/impls/patch/
H A Dpatchcreate.c22 extern PetscErrorCode DMCreateSubDM_Patch(DM dm, PetscInt numFields, const PetscInt fields[], IS *i…
47 dm->ops->createsubdm = DMCreateSubDM_Patch; in DMInitialize_Patch()
H A Dpatch.c391 PetscErrorCode DMCreateSubDM_Patch(DM dm, PetscInt numFields, const PetscInt fields[], IS *is, DM *… in DMCreateSubDM_Patch() function