Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplex.h408 PETSC_EXTERN PetscErrorCode DMPlexConstructCohesiveCells(DM, DMLabel, DMLabel, DM *);
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1947 PetscErrorCode DMPlexConstructCohesiveCells(DM dm, DMLabel label, DMLabel splitLabel, DM *dmSplit) in DMPlexConstructCohesiveCells() function
2445 PetscCall(DMPlexConstructCohesiveCells(dm, hlabel, slabel, dmHybrid)); in DMPlexCreateHybridMesh()