|
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 |
|
|
| 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 &cell) |
|
FaceIterator | facebegin () const |
|
FaceIterator | faceend () const |
|
Scalar | volume () const |
|
Vector | centroid () const |
|
Index | index () const |
|
|
const GridInterface * | pgrid_ |
|
GridInterface::GridType::template Codim< 0 >::LeafIterator | cell_ |
|
The documentation for this class was generated from the following file: