22 #ifndef MATRIXABSVELOCITYREPORTER_HPP
23 #define MATRIXABSVELOCITYREPORTER_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 // MATRIXABSVELOCITYREPORTER_HPP
MatixAbsVelocityReporter(const std::vector< std::vector< nodes::PhysicalNode * > > &physicalNodes, const std::string &filename)
FluidReporter constructor.
The MatixAbsVelocityReporter class This class reports the density and velocity of the fluid solver ...
virtual void operator()(unsigned int time) const
operator() Writes the report
the abstract reporter functor inherit from this for your reporters