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

This class reports the domainID's. Order of dumping: x, y, DomainId. More...

#include <CellTypeReporter.hpp>

Inheritance diagram for LbmLib::reportHandler::CellTypeReporter:
LbmLib::reportHandler::AbstractReportFunctor

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
 

Detailed Description

This class reports the domainID's. Order of dumping: x, y, DomainId.

Definition at line 36 of file CellTypeReporter.hpp.

Constructor & Destructor Documentation

LbmLib::reportHandler::CellTypeReporter::CellTypeReporter ( const std::vector< std::vector< nodes::PhysicalNode * > > &  physicalNodes,
const std::string &  filename 
)
inline

CellTypeReporter The constructor.

Parameters
physicalNodesThe physical nodes
filenameThe filename where the dump is written to

Definition at line 43 of file CellTypeReporter.hpp.

Member Function Documentation

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

operator() Writes the report

Parameters
timeThe time step

Implements LbmLib::reportHandler::AbstractReportFunctor.

Definition at line 34 of file CellTypeReporter.cpp.


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