struct used to hold data for each nodeset to be output in Exodus; used by initialize_exodus_file to initialize the file header for increased speed More...
#include <WriteNCDF.hpp>
Collaboration diagram for moab::DirichletSetData:Public Attributes | |
| int | id |
| int | number_nodes |
| std::vector< EntityHandle > | nodes |
| std::vector< double > | node_dist_factors |
struct used to hold data for each nodeset to be output in Exodus; used by initialize_exodus_file to initialize the file header for increased speed
Definition at line 64 of file WriteNCDF.hpp.
| int moab::DirichletSetData::id |
Definition at line 66 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), and moab::WriteNCDF::initialize_exodus_file().
| std::vector< double > moab::DirichletSetData::node_dist_factors |
Definition at line 69 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information().
| std::vector< EntityHandle > moab::DirichletSetData::nodes |
Definition at line 68 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information().
| int moab::DirichletSetData::number_nodes |
Definition at line 67 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), and moab::WriteNCDF::initialize_exodus_file().