Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
struct used to hold data for each sideset 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 |
std::vector< EntityHandle > | elements |
std::vector< int > | side_numbers |
EntityHandle | mesh_set_handle |
std::vector< double > | ss_dist_factors |
struct used to hold data for each sideset to be output in Exodus; used by initialize_exodus_file to initialize the file header for increased speed
Definition at line 74 of file WriteNCDF.hpp.
std::vector< EntityHandle > moab::NeumannSetData::elements |
Definition at line 78 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::get_valid_sides(), and moab::WriteNCDF::write_BCs().
Definition at line 76 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::get_valid_sides(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_BCs().
Definition at line 80 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), and moab::WriteNCDF::get_valid_sides().
Definition at line 77 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_BCs().
std::vector< int > moab::NeumannSetData::side_numbers |
Definition at line 79 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::get_valid_sides(), and moab::WriteNCDF::write_BCs().
std::vector< double > moab::NeumannSetData::ss_dist_factors |
Definition at line 81 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::get_valid_sides(), moab::WriteNCDF::initialize_exodus_file(), and moab::WriteNCDF::write_BCs().