Iterators over sub control volume faces of an fv geometry and a given sub control volume. More...
#include <dumux/discretization/scvandscvfiterators.hh>
Iterators over sub control volume faces of an fv geometry and a given sub control volume.
Public Member Functions | |
SkippingScvfIterator () | |
const SubControlVolumeFace & | dereference () const |
dereferencing yields a subcontrol volume face More... | |
bool | equals (const ThisType &other) const |
void | increment () |
Static Public Member Functions | |
static ThisType | makeBegin (const Vector &vector, const FVElementGeometry &fvGeometry, const std::size_t scvIdx) |
static ThisType | makeEnd (const Vector &vector, const FVElementGeometry &fvGeometry, const std::size_t scvIdx) |
|
inline |
|
inline |
dereferencing yields a subcontrol volume face
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |