Contains the data for a cell: which edge and which vertices have the corresponding constraints of a given cell. More...
Public Member Functions | |
| void | addEdge (uint idx) |
| void | addVertex (uint idx) |
| CellData (const CellData &c) | |
| CellData () | |
| uint | edge () const |
| uint | vertex (uint i) const |
Private Attributes | |
| uint | edgIdx_ |
| uint | vtxIdx_ [2] |
Contains the data for a cell: which edge and which vertices have the corresponding constraints of a given cell.
Definition at line 71 of file maxwell-twod-jump.hh.
| EpsJumpZero< F >::CellData::CellData | ( | ) |
| EpsJumpZero< F >::CellData::CellData | ( | const CellData & | c | ) |
| void EpsJumpZero< F >::CellData::addEdge | ( | uint | idx | ) |
| void EpsJumpZero< F >::CellData::addVertex | ( | uint | idx | ) |
| uint EpsJumpZero< F >::CellData::edge | ( | ) | const [inline] |
Definition at line 78 of file maxwell-twod-jump.hh.
| uint EpsJumpZero< F >::CellData::vertex | ( | uint | i | ) | const [inline] |
Definition at line 76 of file maxwell-twod-jump.hh.
uint EpsJumpZero< F >::CellData::edgIdx_ [private] |
Definition at line 81 of file maxwell-twod-jump.hh.
uint EpsJumpZero< F >::CellData::vtxIdx_[2] [private] |
Definition at line 80 of file maxwell-twod-jump.hh.