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

+ Collaboration diagram for moab::WriteTemplate::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 WriteTemplate.hpp.

Member Data Documentation

◆ element_type

ExoIIElementType moab::WriteTemplate::MaterialSetData::element_type

Definition at line 81 of file WriteTemplate.hpp.

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

◆ elements

Range* moab::WriteTemplate::MaterialSetData::elements

◆ id

int moab::WriteTemplate::MaterialSetData::id

Definition at line 77 of file WriteTemplate.hpp.

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

◆ moab_type

EntityType moab::WriteTemplate::MaterialSetData::moab_type

Definition at line 82 of file WriteTemplate.hpp.

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

◆ number_attributes

int moab::WriteTemplate::MaterialSetData::number_attributes

Definition at line 80 of file WriteTemplate.hpp.

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

◆ number_elements

int moab::WriteTemplate::MaterialSetData::number_elements

Definition at line 78 of file WriteTemplate.hpp.

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

◆ number_nodes_per_element

int moab::WriteTemplate::MaterialSetData::number_nodes_per_element

Definition at line 79 of file WriteTemplate.hpp.

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


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