LBIBCell
 All Classes Functions Variables Friends Pages
LbmLib::reportHandler::ConnectionReporter Class Reference

The GridReporter class This class reports the grid. More...

#include <ConnectionReporter.hpp>

Inheritance diagram for LbmLib::reportHandler::ConnectionReporter:
LbmLib::reportHandler::AbstractReportFunctor

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
 

Detailed Description

The GridReporter class This class reports the grid.

Definition at line 38 of file ConnectionReporter.hpp.

Constructor & Destructor Documentation

LbmLib::reportHandler::ConnectionReporter::ConnectionReporter ( const std::vector< std::shared_ptr< geometry::Connection > > &  connections,
const std::string &  filename 
)
inline

GeomertyHandler The constructor.

Parameters
connectionsThe handler of the connections
filenameThe filename where the dump is written to

Definition at line 45 of file ConnectionReporter.hpp.

Member Function Documentation

void LbmLib::reportHandler::ConnectionReporter::operator() ( unsigned int  time) const
virtual

operator() Writes the report

Parameters
timeThe time step

Implements LbmLib::reportHandler::AbstractReportFunctor.

Definition at line 34 of file ConnectionReporter.cpp.


The documentation for this class was generated from the following files: