struct used to hold data for each block to be output in Exodus; used by initialize_exodus_file to initialize the file header for increased speed More...
#include <WriteNCDF.hpp>
Public Attributes | |
int | id |
int | number_elements |
int | number_nodes_per_element |
int | number_attributes |
ExoIIElementType | element_type |
Range | elements |
struct used to hold data for each block to be output in Exodus; used by initialize_exodus_file to initialize the file header for increased speed
Definition at line 52 of file WriteNCDF.hpp.
ExoIIElementType moab::MaterialSetData::element_type |
Definition at line 58 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_elementblocks().
Range moab::MaterialSetData::elements |
Definition at line 59 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_elementblocks().
int moab::MaterialSetData::id |
Definition at line 54 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_elementblocks().
int moab::MaterialSetData::number_attributes |
Definition at line 57 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), and moab::WriteNCDF::initialize_exodus_file().
int moab::MaterialSetData::number_elements |
Definition at line 55 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_elementblocks().
int moab::MaterialSetData::number_nodes_per_element |
Definition at line 56 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_elementblocks().