DMMeshExodusGetInfo

Get information about an ExodusII Mesh.

Synopsis

#include "petscdmmesh.h" 
PetscErrorCode DMMeshExodusGetInfo(DM dm, PetscInt *dim, PetscInt *numVertices, PetscInt *numCells, PetscInt *numCellBlocks, PetscInt *numVertexSets)
Not Collective

Input Parameter

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

DMMeshCreateExodus()

Level:beginner
Location:
src/dm/impls/mesh/meshexodus.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages