PETSc version 3.15.5
DMHasLabel
Determine whether the mesh has a label of a given name 
Synopsis
#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode DMHasLabel(DM dm, const char name[], PetscBool *hasLabel)
Not Collective
Input Parameters
|  | dm | - The DM object | 
|  | name | - The label name | 
Output Parameter
See Also
 DMCreateLabel(), DMGetLabelValue(), DMSetLabelValue(), DMGetStratumIS()
Level
intermediate
Location
src/dm/interface/dm.c
Examples
src/snes/tutorials/ex12.c.html
src/ts/tutorials/ex11.c.html
src/ts/tutorials/ex45.c.html
src/ts/tutorials/ex46.c.html
src/ts/tutorials/ex48.c.html
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages