Stores element block information. More...
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 |
| std::vector<int> NEM::MSH::EXOMesh::elmBlkType::conn |
Definition at line 88 of file exoMesh.H.
Referenced by NEM::MSH::EXOMesh::exoMesh::addElmBlkByElmIdLst(), NEM::DRV::ConversionDriver::genExo(), NEM::MSH::EXOMesh::exoMesh::read(), and NEM::MSH::EXOMesh::exoMesh::removeByElmIdLst().
| std::vector<int> NEM::MSH::EXOMesh::elmBlkType::elmIds |
Definition at line 90 of file exoMesh.H.
Referenced by NEM::MSH::EXOMesh::exoMesh::addElmBlkByElmIdLst(), NEM::MSH::EXOMesh::exoMesh::read(), and NEM::MSH::EXOMesh::exoMesh::removeByElmIdLst().
| elementType NEM::MSH::EXOMesh::elmBlkType::eTpe |
Definition at line 85 of file exoMesh.H.
Referenced by NEM::MSH::EXOMesh::exoMesh::addElmBlkByElmIdLst(), NEM::DRV::ConversionDriver::genExo(), NEM::MSH::EXOMesh::exoMesh::read(), and NEM::MSH::EXOMesh::exoMesh::removeByElmIdLst().
| int NEM::MSH::EXOMesh::elmBlkType::id |
Definition at line 83 of file exoMesh.H.
Referenced by NEM::MSH::EXOMesh::exoMesh::addElmBlkByElmIdLst(), NEM::DRV::ConversionDriver::genExo(), NEM::MSH::EXOMesh::exoMesh::read(), and NEM::MSH::EXOMesh::exoMesh::removeByElmIdLst().
| std::string NEM::MSH::EXOMesh::elmBlkType::name |
Definition at line 84 of file exoMesh.H.
Referenced by NEM::MSH::EXOMesh::exoMesh::addElmBlkByElmIdLst(), NEM::DRV::ConversionDriver::genExo(), NEM::MSH::EXOMesh::exoMesh::read(), and NEM::MSH::EXOMesh::exoMesh::removeByElmIdLst().
| 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().
| int NEM::MSH::EXOMesh::elmBlkType::ndeIdOffset |
Definition at line 89 of file exoMesh.H.
Referenced by NEM::MSH::EXOMesh::exoMesh::addElmBlkByElmIdLst(), NEM::DRV::ConversionDriver::genExo(), NEM::MSH::EXOMesh::exoMesh::read(), and NEM::MSH::EXOMesh::exoMesh::removeByElmIdLst().
| int NEM::MSH::EXOMesh::elmBlkType::ndePerElm |
Definition at line 86 of file exoMesh.H.
Referenced by NEM::MSH::EXOMesh::exoMesh::addElmBlkByElmIdLst(), NEM::DRV::ConversionDriver::genExo(), NEM::MSH::EXOMesh::exoMesh::read(), and NEM::MSH::EXOMesh::exoMesh::removeByElmIdLst().
| int NEM::MSH::EXOMesh::elmBlkType::nElm |
Definition at line 87 of file exoMesh.H.
Referenced by NEM::MSH::EXOMesh::exoMesh::addElmBlkByElmIdLst(), NEM::DRV::ConversionDriver::genExo(), NEM::MSH::EXOMesh::exoMesh::read(), and NEM::MSH::EXOMesh::exoMesh::removeByElmIdLst().