22 #ifndef SOLVERREPORTER_HPP
23 #define SOLVERREPORTER_HPP
24 #include <LbmLib/include/reportHandler/AbstractReportFunctor.hpp>
31 namespace reportHandler {
44 const std::vector<std::vector<nodes::PhysicalNode*> >& physicalNodes,
45 const std::string& filename)
47 physicalNodes_(physicalNodes) {}
53 virtual void operator()(
unsigned int time)
const;
59 const std::vector<std::vector<nodes::PhysicalNode*> >& physicalNodes_;
63 #endif // SOLVERREPORTER_HPP
SolverReporter(const std::vector< std::vector< nodes::PhysicalNode * > > &physicalNodes, const std::string &filename)
SolverReporter constructor.
The SolverReporter class This class reports the density of all solver. The dump look as if: xPos yPos...
virtual void operator()(unsigned int time) const
operator() Writes the report
the abstract reporter functor inherit from this for your reporters