LBIBCell
 All Classes Functions Variables Friends Pages
LbmLib::reportHandler::GeometryReporter Struct Reference

This class reports current GeometryNodes. Order of dumping: ID XPos YPos XVelocity YVelocity. More...

#include <GeometryReporter.hpp>

Inheritance diagram for LbmLib::reportHandler::GeometryReporter:
LbmLib::reportHandler::AbstractReportFunctor

Public Member Functions

 GeometryReporter (const std::map< unsigned int, std::shared_ptr< LbmLib::nodes::GeometryNode > > &GeometryNodes, const std::string &filename)
 VelocityReporter 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

This class reports current GeometryNodes. Order of dumping: ID XPos YPos XVelocity YVelocity.

Definition at line 41 of file GeometryReporter.hpp.

Constructor & Destructor Documentation

LbmLib::reportHandler::GeometryReporter::GeometryReporter ( const std::map< unsigned int, std::shared_ptr< LbmLib::nodes::GeometryNode > > &  GeometryNodes,
const std::string &  filename 
)
inline

VelocityReporter constructor.

Parameters
GeometryNodesA map containing the GeometryNodes.
filenameThe filename where the dump is written to

Definition at line 47 of file GeometryReporter.hpp.

Member Function Documentation

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

operator() writes the report

Parameters
timeThe time step

Implements LbmLib::reportHandler::AbstractReportFunctor.

Definition at line 35 of file GeometryReporter.cpp.


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