DMMeshGetLabelIds

Get the integer ids in a label

Synopsis

#include "petscdmmesh.h"   
PetscErrorCode DMMeshGetLabelIds(DM dm, const char name[], PetscInt *ids)
Not Collective

Input Parameters

mesh - The DMMesh object
name - The label name
ids - The id storage array

Output Parameter

ids -The integer ids

Keywords

mesh, ExodusII

See Also

DMMeshCreateExodus()

Level:beginner
Location:
src/dm/impls/mesh/mesh.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages