Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
moab::DirichletSetData Struct Reference

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< EntityHandlenodes
 
std::vector< double > node_dist_factors
 

Detailed Description

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.

Member Data Documentation

◆ id

int moab::DirichletSetData::id

◆ node_dist_factors

std::vector< double > moab::DirichletSetData::node_dist_factors

Definition at line 69 of file WriteNCDF.hpp.

Referenced by moab::WriteNCDF::gather_mesh_information().

◆ nodes

std::vector< EntityHandle > moab::DirichletSetData::nodes

Definition at line 68 of file WriteNCDF.hpp.

Referenced by moab::WriteNCDF::gather_mesh_information().

◆ number_nodes

int moab::DirichletSetData::number_nodes

The documentation for this struct was generated from the following file: