|
LBIBCell
|
The GridReporter class This class reports the grid. More...
#include <GridReporter.hpp>
Public Member Functions | |
| GridReporter (const geometry::GeometryHandler &geoHandler, 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 36 of file GridReporter.hpp.
|
inline |
GeomertyHandler The constructor.
| geoHandler | The handler of the geometry |
| filename | The filename where the dump is written to |
Definition at line 43 of file GridReporter.hpp.
|
virtual |
operator() Writes the report
| time | The time step |
Implements LbmLib::reportHandler::AbstractReportFunctor.
Definition at line 35 of file GridReporter.cpp.