Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::WriteNCDF::ExodusMeshInfo Struct Reference

contains the general information about a mesh More...

#include <WriteNCDF.hpp>

+ Collaboration diagram for moab::WriteNCDF::ExodusMeshInfo:

Public Attributes

unsigned int num_dim
 
unsigned int num_nodes
 
unsigned int num_elements
 
unsigned int num_elementblocks
 
unsigned int num_polyhedra_blocks
 
std::vector< std::string > qaRecords
 
Range nodes
 
Range polyhedronFaces
 

Detailed Description

contains the general information about a mesh

Definition at line 116 of file WriteNCDF.hpp.

Member Data Documentation

◆ nodes

Range moab::WriteNCDF::ExodusMeshInfo::nodes

◆ num_dim

unsigned int moab::WriteNCDF::ExodusMeshInfo::num_dim

◆ num_elementblocks

unsigned int moab::WriteNCDF::ExodusMeshInfo::num_elementblocks

◆ num_elements

unsigned int moab::WriteNCDF::ExodusMeshInfo::num_elements

◆ num_nodes

unsigned int moab::WriteNCDF::ExodusMeshInfo::num_nodes

◆ num_polyhedra_blocks

unsigned int moab::WriteNCDF::ExodusMeshInfo::num_polyhedra_blocks

◆ polyhedronFaces

◆ qaRecords

std::vector< std::string > moab::WriteNCDF::ExodusMeshInfo::qaRecords

The documentation for this struct was generated from the following file: