MOAB: Mesh Oriented datABase
(version 5.4.1)
|
contains the general information about a mesh More...
#include <WriteSLAC.hpp>
Public Member Functions | |
MeshInfo () | |
Public Attributes | |
unsigned int | num_dim |
unsigned int | num_nodes |
unsigned int | num_elements |
unsigned int | num_matsets |
unsigned int | num_int_hexes |
unsigned int | num_int_tets |
Range | bdy_hexes |
Range | bdy_tets |
Range | nodes |
contains the general information about a mesh
Definition at line 115 of file WriteSLAC.hpp.
moab::WriteSLAC::MeshInfo::MeshInfo | ( | ) | [inline] |
Definition at line 127 of file WriteSLAC.hpp.
: num_dim( 0 ), num_nodes( 0 ), num_elements( 0 ), num_matsets( 0 ), num_int_hexes( 0 ), num_int_tets( 0 ) { }
Definition at line 124 of file WriteSLAC.hpp.
Referenced by moab::WriteSLAC::gather_interior_exterior(), moab::WriteSLAC::initialize_file(), and moab::WriteSLAC::write_matsets().
Definition at line 124 of file WriteSLAC.hpp.
Referenced by moab::WriteSLAC::gather_interior_exterior(), moab::WriteSLAC::initialize_file(), and moab::WriteSLAC::write_matsets().
Definition at line 125 of file WriteSLAC.hpp.
Referenced by moab::WriteSLAC::gather_mesh_information(), and moab::WriteSLAC::write_file().
unsigned int moab::WriteSLAC::MeshInfo::num_dim |
Definition at line 118 of file WriteSLAC.hpp.
Referenced by moab::WriteSLAC::gather_mesh_information(), moab::WriteSLAC::initialize_file(), and moab::WriteSLAC::write_file().
unsigned int moab::WriteSLAC::MeshInfo::num_elements |
Definition at line 120 of file WriteSLAC.hpp.
Referenced by moab::WriteSLAC::gather_mesh_information().
unsigned int moab::WriteSLAC::MeshInfo::num_int_hexes |
Definition at line 122 of file WriteSLAC.hpp.
Referenced by moab::WriteSLAC::gather_interior_exterior(), moab::WriteSLAC::initialize_file(), and moab::WriteSLAC::write_matsets().
unsigned int moab::WriteSLAC::MeshInfo::num_int_tets |
Definition at line 123 of file WriteSLAC.hpp.
Referenced by moab::WriteSLAC::gather_interior_exterior(), moab::WriteSLAC::initialize_file(), and moab::WriteSLAC::write_matsets().
unsigned int moab::WriteSLAC::MeshInfo::num_matsets |
Definition at line 121 of file WriteSLAC.hpp.
Referenced by moab::WriteSLAC::gather_mesh_information().
unsigned int moab::WriteSLAC::MeshInfo::num_nodes |
Definition at line 119 of file WriteSLAC.hpp.
Referenced by moab::WriteSLAC::gather_mesh_information(), moab::WriteSLAC::initialize_file(), and moab::WriteSLAC::write_file().