MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <WriteNCDF.hpp>
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.
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().
Definition at line 67 of file WriteNCDF.hpp.
Referenced by moab::WriteNCDF::gather_mesh_information(), and moab::WriteNCDF::initialize_exodus_file().