petsc-3.6.4 2016-04-12
Report Typos and Errors

DMPlexGetLabelOutput

Get the output flag for a given label

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexGetLabelOutput(DM dm, const char name[], PetscBool *output)
Not Collective

Input Parameters

dm - The DMPlex object
name - The label name

Output Parameter

output -The flag for output

Keywords

mesh

See Also

DMPlexSetLabelOutput(), DMPlexCreateLabel(), DMPlexHasLabel(), DMPlexGetLabelValue(), DMPlexSetLabelValue(), DMPlexGetStratumIS()

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