DMPlexCheckLabel#

Check that points matched by the pointSF have the same value in the label

Synopsis#

#include "petscdmplex.h"    
#include "petscdmlabel.h"   
PetscErrorCode DMPlexCheckLabel(DM dm, MPI_Op reduceop, DMLabel label)

Input Parameters#

  • dm - The DM

  • reduceop - The MPI reduction operation to use for comparison, or MPI_OP_NULL for the default

  • label - A DMLabel marking the points

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexLabelCohesiveComplete()

Level#

advanced

Location#

src/dm/impls/plex/plexsubmesh.c


Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages