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

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

#include <WriteNCDF.hpp>

+ Collaboration diagram for moab::MaterialSetData:

Public Attributes

int id
 
int number_elements
 
int number_nodes_per_element
 
int number_attributes
 
ExoIIElementType element_type
 
Range elements
 

Detailed Description

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

Definition at line 52 of file WriteNCDF.hpp.

Member Data Documentation

◆ element_type

◆ elements

◆ id

◆ number_attributes

int moab::MaterialSetData::number_attributes

◆ number_elements

int moab::MaterialSetData::number_elements

◆ number_nodes_per_element

int moab::MaterialSetData::number_nodes_per_element

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