Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
contains the general information about a mesh More...
#include <WriteNCDF.hpp>
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 |
contains the general information about a mesh
Definition at line 116 of file WriteNCDF.hpp.
Definition at line 124 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), and moab::WriteNCDF::write_file().
unsigned int moab::WriteNCDF::ExodusMeshInfo::num_dim |
Definition at line 118 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_file().
unsigned int moab::WriteNCDF::ExodusMeshInfo::num_elementblocks |
Definition at line 121 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), and moab::WriteNCDF::initialize_exodus_file().
unsigned int moab::WriteNCDF::ExodusMeshInfo::num_elements |
Definition at line 120 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_file().
unsigned int moab::WriteNCDF::ExodusMeshInfo::num_nodes |
Definition at line 119 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_file().
Definition at line 122 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), and moab::WriteNCDF::write_poly_faces().
Definition at line 125 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::initialize_exodus_file(), moab::WriteNCDF::write_elementblocks(), moab::WriteNCDF::write_file(), and moab::WriteNCDF::write_poly_faces().
std::vector< std::string > moab::WriteNCDF::ExodusMeshInfo::qaRecords |
Definition at line 123 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_file().