Scanner over tetrahedral elements in FV/DG-space. More...
#include <space.hh>
Public Member Functions | |
| linDG3D::FvdgElement & | operator++ (int)=0 |
| Returns next element in scanned space. | |
| operator int () | |
| Returns true as long as the end of the scanned set is not reached yet. | |
| virtual bool | eos () const=0 |
| Returns true if the end of the scanned set is reached. | |
| virtual Scan * | clone () const=0 |
| Returns a clone of the scanner. | |
|
inlineinherited |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 34 of file scannerConnectors.hh.
|
pure virtual |
Returns next element in scanned space.
Implements concepts::Scan< ElementWithCell< Real > >.