Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::WriteSLAC::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 <WriteSLAC.hpp>

+ Collaboration diagram for moab::WriteSLAC::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 88 of file WriteSLAC.hpp.

Member Data Documentation

◆ id

int moab::WriteSLAC::DirichletSetData::id

Definition at line 90 of file WriteSLAC.hpp.

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

◆ node_dist_factors

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

Definition at line 93 of file WriteSLAC.hpp.

◆ nodes

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

Definition at line 92 of file WriteSLAC.hpp.

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

◆ number_nodes

int moab::WriteSLAC::DirichletSetData::number_nodes

Definition at line 91 of file WriteSLAC.hpp.

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


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