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

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>

+ Collaboration diagram for moab::WriteAns::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; used by initialize_file to initialize the file header for increased speed

Definition at line 87 of file WriteAns.hpp.

Member Data Documentation

◆ id

int moab::WriteAns::DirichletSetData::id

Definition at line 89 of file WriteAns.hpp.

◆ node_dist_factors

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

Definition at line 92 of file WriteAns.hpp.

◆ nodes

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

Definition at line 91 of file WriteAns.hpp.

◆ number_nodes

int moab::WriteAns::DirichletSetData::number_nodes

Definition at line 90 of file WriteAns.hpp.


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