NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
NEM::MSH::EXOMesh::elmBlkType Struct Reference

Stores element block information. More...

Detailed Description

Definition at line 82 of file exoMesh.H.

Public Attributes

int id
 
std::string name
 
elementType eTpe
 
int ndePerElm
 
int nElm
 
std::vector< int > conn
 
int ndeIdOffset
 
std::vector< int > elmIds
 
std::map< int, std::vector< double > > ndeCoords
 

Member Data Documentation

◆ conn

◆ elmIds

std::vector<int> NEM::MSH::EXOMesh::elmBlkType::elmIds

◆ eTpe

◆ id

◆ name

◆ ndeCoords

std::map<int, std::vector<double> > NEM::MSH::EXOMesh::elmBlkType::ndeCoords

Definition at line 91 of file exoMesh.H.

Referenced by NEM::MSH::EXOMesh::exoMesh::read().

◆ ndeIdOffset

◆ ndePerElm

◆ nElm


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