#include "petscmesh.h" PetscErrorCode MeshExodusGetInfo(Mesh mesh, PetscInt *dim, PetscInt *numVertices, PetscInt *numCells, PetscInt *numCellBlocks, PetscInt *numVertexSets)Not Collective
| 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 |
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