MeshGetLabelSize

Get the number of different integer ids in a Label

Synopsis

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

Input Parameters

mesh - The Mesh object
name - The label name

Output Parameter

size -The label size (number of different 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