petsc-3.7.1 2016-05-15
Report Typos and Errors

DMPlexLabelCohesiveComplete

Starting with a label marking points on an internal surface, we add all other mesh pieces to complete the surface

Synopsis

#include "petscdmplex.h"    
#include "petscdmlabel.h"   
PetscErrorCode DMPlexLabelCohesiveComplete(DM dm, DMLabel label, DMLabel blabel, PetscBool flip, DM subdm)

Input Parameters

dm - The DM Many br
label - A DMLabel marking the surface Many br
blabel - A DMLabel marking the vertices on the boundary which will not be duplicated, or NULL to find them automatically Many br
flip - Flag to flip the submesh normal and replace points on the other side Many br
subdm - The subDM associated with the label, or NULL Many br

Output Parameter

label -A DMLabel marking all surface points Many br

Note: The vertices in blabel are called "unsplit" in the terminology from hybrid cell creation. Many br

Many br

See Also

DMPlexConstructCohesiveCells(), DMPlexLabelComplete()

Level:developer
Location:
src/dm/impls/plex/plexsubmesh.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages