concepts::Scan< linDG3D::FvdgElement > Class Referenceabstract
Scanner over tetrahedral elements in FV/DG-space. More...
#include <space.hh>
Inheritance diagram for concepts::Scan< linDG3D::FvdgElement >:
Public Member Functions | |
virtual Scan * | clone () const=0 |
Returns a clone of the scanner. More... | |
virtual bool | eos () const=0 |
Returns true if the end of the scanned set is reached. More... | |
operator int () | |
Returns true as long as the end of the scanned set is not reached yet. More... | |
linDG3D::FvdgElement & | operator++ (int)=0 |
Returns next element in scanned space. More... | |
Detailed Description
Member Function Documentation
◆ clone()
|
pure virtualinherited |
Returns a clone of the scanner.
◆ eos()
|
pure virtualinherited |
Returns true if the end of the scanned set is reached.
◆ operator int()
|
inlineinherited |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 34 of file scannerConnectors.hh.
◆ operator++()
|
pure virtual |
Returns next element in scanned space.
Implements concepts::Scan< ElementWithCell< Real > >.
The documentation for this class was generated from the following file:
- linDG3D/space.hh