LBIBCell
|
This class reports the domainID's. Order of dumping: x, y, DomainId. More...
#include <CellTypeReporter.hpp>
Public Member Functions | |
CellTypeReporter (const std::vector< std::vector< nodes::PhysicalNode * > > &physicalNodes, const std::string &filename) | |
CellTypeReporter 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 | |
This class reports the domainID's. Order of dumping: x, y, DomainId.
Definition at line 36 of file CellTypeReporter.hpp.
|
inline |
CellTypeReporter The constructor.
physicalNodes | The physical nodes |
filename | The filename where the dump is written to |
Definition at line 43 of file CellTypeReporter.hpp.
|
virtual |
operator() Writes the report
time | The time step |
Implements LbmLib::reportHandler::AbstractReportFunctor.
Definition at line 34 of file CellTypeReporter.cpp.