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

The vtkCDEReporter class This class dumps the CDE fields in .vtm vtk format. More...

#include <vtkCDEReporter.hpp>

Inheritance diagram for LbmLib::reportHandler::vtkCDEReporter:
LbmLib::reportHandler::AbstractReportFunctor

Public Member Functions

 vtkCDEReporter (const std::vector< std::vector< nodes::PhysicalNode * > > &physicalNodes, const unsigned int cdecoarseningfactor, const std::string &filename)
 vtkCDEReporter 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 vtkCDEReporter class This class dumps the CDE fields in .vtm vtk format.

Definition at line 51 of file vtkCDEReporter.hpp.

Constructor & Destructor Documentation

LbmLib::reportHandler::vtkCDEReporter::vtkCDEReporter ( const std::vector< std::vector< nodes::PhysicalNode * > > &  physicalNodes,
const unsigned int  cdecoarseningfactor,
const std::string &  filename 
)
inline

vtkCDEReporter The constructor.

Parameters
physicalNodesThe physical nodes.
cdecoarseningfactorThe coarsening factor.
filename

Definition at line 59 of file vtkCDEReporter.hpp.

Member Function Documentation

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

operator() Writes the report

Parameters
timeThe time step

Implements LbmLib::reportHandler::AbstractReportFunctor.

Definition at line 43 of file vtkCDEReporter.cpp.


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