MeshGetLabelIds

Get the integer ids in a label

Synopsis

#include "petscmesh.h"   
PetscErrorCode MeshGetLabelIds(Mesh mesh, const char name[], PetscInt *ids)
Not Collective

Input Parameters

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

Output Parameter

ids -The integer ids

Keywords

mesh, ExodusII

See Also

MeshCreateExodus()

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