|
LBIBCell
|
The GridReporter class This class reports the grid. More...
#include <ConnectionReporter.hpp>
Public Member Functions | |
| ConnectionReporter (const std::vector< std::shared_ptr< geometry::Connection > > &connections, const std::string &filename) | |
| GeomertyHandler The constructor. More... | |
| virtual void | operator() (unsigned int time) const |
| operator() Writes the report More... | |
Public Member Functions inherited from LbmLib::reportHandler::AbstractReportFunctor | |
| AbstractReportFunctor (const std::string &filename) | |
| ReportFunctor The constructor of a reporter functor which takes a name. More... | |
| virtual | ~AbstractReportFunctor () |
| ~ReportFunctor virtual destructor | |
Additional Inherited Members | |
Protected Attributes inherited from LbmLib::reportHandler::AbstractReportFunctor | |
| const std::string | filename_ |
| filename_ Stores the filename of this functor | |
The GridReporter class This class reports the grid.
Definition at line 38 of file ConnectionReporter.hpp.
|
inline |
GeomertyHandler The constructor.
| connections | The handler of the connections |
| filename | The filename where the dump is written to |
Definition at line 45 of file ConnectionReporter.hpp.
|
virtual |
operator() Writes the report
| time | The time step |
Implements LbmLib::reportHandler::AbstractReportFunctor.
Definition at line 34 of file ConnectionReporter.cpp.