MeshExodusGetInfo

Get information about an ExodusII Mesh.

Synopsis

#include "petscmesh.h"   
PetscErrorCode MeshExodusGetInfo(Mesh mesh, PetscInt *dim, PetscInt *numVertices, PetscInt *numCells, PetscInt *numCellBlocks, PetscInt *numVertexSets)
Not Collective

Input Parameter

mesh -The Mesh object

Output Parameters

dim - The mesh dimension
numVertices - The number of vertices in the mesh
numCells - The number of cells in the mesh
numCellBlocks - The number of cell blocks in the mesh
numVertexSets - The number of vertex sets in the mesh

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