MeshGetStratum

Get the points in a label stratum

Synopsis

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

Input Parameters

mesh - The Mesh object
name - The label name
value - The stratum value
points - The stratum points storage array

Output Parameter

points -The stratum points

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