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

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

Member Data Documentation

◆ element_type

ExoIIElementType moab::WriteAns::MaterialSetData::element_type

Definition at line 80 of file WriteAns.hpp.

◆ elements

Range* moab::WriteAns::MaterialSetData::elements

Definition at line 82 of file WriteAns.hpp.

◆ id

int moab::WriteAns::MaterialSetData::id

Definition at line 76 of file WriteAns.hpp.

◆ moab_type

EntityType moab::WriteAns::MaterialSetData::moab_type

Definition at line 81 of file WriteAns.hpp.

◆ number_attributes

int moab::WriteAns::MaterialSetData::number_attributes

Definition at line 79 of file WriteAns.hpp.

◆ number_elements

int moab::WriteAns::MaterialSetData::number_elements

Definition at line 77 of file WriteAns.hpp.

◆ number_nodes_per_element

int moab::WriteAns::MaterialSetData::number_nodes_per_element

Definition at line 78 of file WriteAns.hpp.


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