Public Types | |
typedef CellType::Vector | Vector |
typedef CellType::Scalar | Scalar |
typedef CellType::Index | Index |
![]() | |
typedef GIE::FaceIterator < GridInterface > | FaceIterator |
typedef FaceIterator::Vector | Vector |
typedef FaceIterator::Scalar | Scalar |
typedef FaceIterator::Index | Index |
Public Member Functions | |
CellIterator (const GridInterface &grid, DuneCellIter it) | |
const CellIterator & | dereference () const |
Used by iterator facade. | |
bool | equal (const CellIterator &other) const |
Used by iterator facade. | |
void | increment () |
Used by iterator facade. | |
![]() | |
Cell (const GridInterface &grid, const GridInterface::GridType::template Codim< 0 >::LeafIterator &it) | |
FaceIterator | facebegin () const |
FaceIterator | faceend () const |
Scalar | volume () const |
Vector | centroid () const |
Index | index () const |
Additional Inherited Members | |
![]() | |
const GridInterface * | pgrid_ |
GridInterface::GridType::template Codim< 0 >::LeafIterator | iter_ |