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 <WriteTemplate.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 88 of file WriteTemplate.hpp.
Definition at line 90 of file WriteTemplate.hpp.
Referenced by moab::WriteTemplate::gather_mesh_information().
std::vector< double > moab::WriteTemplate::DirichletSetData::node_dist_factors |
Definition at line 93 of file WriteTemplate.hpp.
std::vector< EntityHandle > moab::WriteTemplate::DirichletSetData::nodes |
Definition at line 92 of file WriteTemplate.hpp.
Referenced by moab::WriteTemplate::gather_mesh_information().
Definition at line 91 of file WriteTemplate.hpp.
Referenced by moab::WriteTemplate::gather_mesh_information().