DMRemoveLabel#
Remove the label given by name from this DM
Synopsis#
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMRemoveLabel(DM dm, const char name[], DMLabel *label)
Not Collective
Input Parameters#
dm - The
DM
objectname - The label name
Output Parameter#
label - The
DMLabel
, orNULL
if the label is absent. Pass inNULL
to callDMLabelDestroy()
on the label, otherwise the caller is responsible for callingDMLabelDestroy()
.
See Also#
DM Basics, DM
, DMLabel
, DMCreateLabel()
, DMHasLabel()
, DMGetLabel()
, DMGetLabelValue()
, DMSetLabelValue()
, DMLabelDestroy()
, DMRemoveLabelBySelf()
Level#
developer
Location#
Examples#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages