#include "petscdmplex.h" #include "petscdmlabel.h" PetscErrorCode DMPlexCreateHybridMesh(DM dm, DMLabel label, DMLabel bdlabel, DMLabel *hybridLabel, DMLabel *splitLabel, DM *dmInterface, DM *dmHybrid)Collective on dm
dm | - The original DM | |
label | - The label specifying the interface vertices | |
bdlabel | - The optional label specifying the interface boundary vertices |
hybridLabel | - The label fully marking the interface, or NULL if no output is desired | |
splitLabel | - The label containing the split points, or NULL if no output is desired | |
dmInterface | - The new interface DM, or NULL | |
dmHybrid | - The new DM with cohesive cells |