LBIBCell
|
The vtkCDEReporter class This class dumps the CDE fields in .vtm vtk format. More...
#include <vtkCDEReporter.hpp>
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 | |
The vtkCDEReporter class This class dumps the CDE fields in .vtm vtk format.
Definition at line 51 of file vtkCDEReporter.hpp.
|
inline |
vtkCDEReporter The constructor.
physicalNodes | The physical nodes. |
cdecoarseningfactor | The coarsening factor. |
filename |
Definition at line 59 of file vtkCDEReporter.hpp.
|
virtual |
operator() Writes the report
time | The time step |
Implements LbmLib::reportHandler::AbstractReportFunctor.
Definition at line 43 of file vtkCDEReporter.cpp.