MeshGetStratumSize

Get the number of points in a label stratum

Synopsis

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

Input Parameters

mesh - The Mesh object
name - The label name
value - The stratum value

Output Parameter

size -The stratum size

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