#include "petscdmplex.h" #include "petscdmlabel.h" PetscErrorCode DMPlexConstructCohesiveCells(DM dm, DMLabel label, DMLabel splitLabel, DM *dmSplit)Collective on dm
dm | - The original DM | |
label | - The label specifying the boundary faces (this could be auto-generated) |
splitLabel | - The label containing the split points, or NULL if no output is desired | |
dmSplit | - The new DM |