#include <ELCCoder.h>
Public Types | |
| typedef std::vector< double > | VecDCont |
| typedef std::vector< int > | VecICont |
| typedef std::map< int, int > | MapICont |
Public Member Functions | |
| ELCContainer () | |
| ~ELCContainer () | |
Public Attributes | |
| VecDCont | coordinates |
| VecDCont | velocities |
| VecDCont | mass |
| VecICont | connectivity |
| VecICont | globalNodeIDs |
| MapICont | globalToLocalIDs |
| typedef std::map<int, int> shells::ELCContainer::MapICont |
| typedef std::vector<double> shells::ELCContainer::VecDCont |
| typedef std::vector<int> shells::ELCContainer::VecICont |
| shells::ELCContainer::ELCContainer | ( | ) | [inline] |
| shells::ELCContainer::~ELCContainer | ( | ) | [inline] |
1.4.7