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#
- dm - The - DMobject
- name - The label name 
Output Parameter#
- ids - The integer ids, or - NULLif 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