IOSS  2.0
Ioex::Mesh Class Reference

#include <Ioex_Internals.h>

Public Member Functions

 Mesh ()
 
 Mesh (int dim, char *the_title, bool file_pp)
 

Public Attributes

char title [MAX_LINE_LENGTH+1] {}
 
int dimensionality
 
bool file_per_processor
 
std::vector< NodeBlocknodeblocks
 
std::vector< EdgeBlockedgeblocks
 
std::vector< FaceBlockfaceblocks
 
std::vector< ElemBlockelemblocks
 
std::vector< NodeSetnodesets
 
std::vector< EdgeSetedgesets
 
std::vector< FaceSetfacesets
 
std::vector< ElemSetelemsets
 
std::vector< SideSetsidesets
 
CommunicationMetaData comm
 

Constructor & Destructor Documentation

◆ Mesh() [1/2]

Ioex::Mesh::Mesh ( )
inline

◆ Mesh() [2/2]

Ioex::Mesh::Mesh ( int  dim,
char *  the_title,
bool  file_pp 
)
inline

Member Data Documentation

◆ comm

CommunicationMetaData Ioex::Mesh::comm

◆ dimensionality

int Ioex::Mesh::dimensionality

◆ edgeblocks

std::vector<EdgeBlock> Ioex::Mesh::edgeblocks

◆ edgesets

std::vector<EdgeSet> Ioex::Mesh::edgesets

◆ elemblocks

std::vector<ElemBlock> Ioex::Mesh::elemblocks

◆ elemsets

std::vector<ElemSet> Ioex::Mesh::elemsets

◆ faceblocks

std::vector<FaceBlock> Ioex::Mesh::faceblocks

◆ facesets

std::vector<FaceSet> Ioex::Mesh::facesets

◆ file_per_processor

bool Ioex::Mesh::file_per_processor

◆ nodeblocks

std::vector<NodeBlock> Ioex::Mesh::nodeblocks

◆ nodesets

std::vector<NodeSet> Ioex::Mesh::nodesets

◆ sidesets

std::vector<SideSet> Ioex::Mesh::sidesets

◆ title

char Ioex::Mesh::title[MAX_LINE_LENGTH+1] {}

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