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

struct used to hold data for each block to be output; used by initialize_file to initialize the file header for increased speed More...

#include <WriteSLAC.hpp>

+ Collaboration diagram for moab::WriteSLAC::MaterialSetData:

Public Attributes

int id
 
int number_elements
 
int number_nodes_per_element
 
int number_attributes
 
ExoIIElementType element_type
 
EntityType moab_type
 
Rangeelements
 

Detailed Description

struct used to hold data for each block to be output; used by initialize_file to initialize the file header for increased speed

Definition at line 75 of file WriteSLAC.hpp.

Member Data Documentation

◆ element_type

ExoIIElementType moab::WriteSLAC::MaterialSetData::element_type

Definition at line 81 of file WriteSLAC.hpp.

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

◆ elements

Range* moab::WriteSLAC::MaterialSetData::elements

◆ id

int moab::WriteSLAC::MaterialSetData::id

◆ moab_type

EntityType moab::WriteSLAC::MaterialSetData::moab_type

◆ number_attributes

int moab::WriteSLAC::MaterialSetData::number_attributes

Definition at line 80 of file WriteSLAC.hpp.

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

◆ number_elements

int moab::WriteSLAC::MaterialSetData::number_elements

Definition at line 78 of file WriteSLAC.hpp.

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

◆ number_nodes_per_element

int moab::WriteSLAC::MaterialSetData::number_nodes_per_element

Definition at line 79 of file WriteSLAC.hpp.

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


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