Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
struct used to hold data for each nodeset to be output; used by initialize_file to initialize the file header for increased speed More...
#include <WriteAns.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; used by initialize_file to initialize the file header for increased speed
Definition at line 87 of file WriteAns.hpp.
Definition at line 89 of file WriteAns.hpp.
std::vector< double > moab::WriteAns::DirichletSetData::node_dist_factors |
Definition at line 92 of file WriteAns.hpp.
std::vector< EntityHandle > moab::WriteAns::DirichletSetData::nodes |
Definition at line 91 of file WriteAns.hpp.
Definition at line 90 of file WriteAns.hpp.