DMMeshGetStratum

Get the points in a label stratum

Synopsis

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

Input Parameters

dm - The DMMesh 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

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