Public Types | |
typedef GIE::FaceIterator< GridInterface > | FaceIterator |
typedef FaceIterator::Vector | Vector |
typedef FaceIterator::Scalar | Scalar |
typedef FaceIterator::Index | Index |
Public Member Functions | |
Cell (const GridInterface &grid, const EntityPointerType &it) | |
FaceIterator | facebegin () const |
FaceIterator | faceend () const |
Scalar | volume () const |
Vector | centroid () const |
Index | index () const |
Protected Attributes | |
const GridInterface * | pgrid_ |
EntityPointerType | iter_ |