Class documentation of Concepts

Loading...
Searching...
No Matches
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 >:
concepts::Scan< ElementWithCell< Real > >

Public Member Functions

linDG3D::FvdgElementoperator++ (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 Scanclone () const=0
 Returns a clone of the scanner.
 

Detailed Description

Scanner over tetrahedral elements in FV/DG-space.

Definition at line 29 of file space.hh.

Member Function Documentation

◆ operator int()

concepts::Scan< ElementWithCell< Real > >::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++()

Returns next element in scanned space.

Implements concepts::Scan< ElementWithCell< Real > >.


The documentation for this class was generated from the following file: