DMGetLabelIdIS#
Get the DMLabelGetValueIS()
from a DMLabel
in the DM
Synopsis#
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMGetLabelIdIS(DM dm, const char name[], IS *ids)
Not Collective
Input Parameters#
mesh - The
DM
objectname - The label name
Output Parameter#
ids - The integer ids, or
NULL
if the label does not exist
See Also#
Level#
beginner
Location#
Examples#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages