petsc-3.4.5 2014-06-29

DMPlexGetLabelName

Return the name of nth label

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexGetLabelName(DM dm, PetscInt n, const char **name)
Not Collective

Input Parameters

dm - The DMPlex object
n - the label number

Output Parameter

name -the label name

Keywords

mesh

See Also

DMPlexGetLabelValue(), DMPlexSetLabelValue(), DMPlexGetStratumIS()

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

Examples

src/ts/examples/tutorials/ex11.c.html