Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
#include <alsfvm/functional/TimeIntegrationFunctional.hpp>
Public Member Functions | |
TimeIntegrationFunctional (volume::VolumeFactory volumeFactory, io::WriterPointer writer, FunctionalPointer functional, double time, double timeRadius) | |
virtual void | write (const volume::Volume &conservedVariables, const grid::Grid &grid, const simulator::TimestepInformation ×tepInformation) override |
write writes the data to disk More... | |
virtual void | finalize (const grid::Grid &grid, const simulator::TimestepInformation ×tepInformation) override |
This method should be called at the end of the simulation. More... | |
![]() | |
virtual | ~Writer () |
void | addAttributes (const std::string &nameOfAttributes, const boost::property_tree::ptree &attributes) |
Additional Inherited Members | |
![]() | |
static std::string | getClassName () |
![]() | |
std::map< std::string, boost::property_tree::ptree > | attributesMap |
This lets you time integrate a functional, that is, for a functional g (interpreted in the loose sense), this will compute
alsfvm::functional::TimeIntegrationFunctional::TimeIntegrationFunctional | ( | volume::VolumeFactory | volumeFactory, |
io::WriterPointer | writer, | ||
FunctionalPointer | functional, | ||
double | time, | ||
double | timeRadius | ||
) |
|
overridevirtual |
This method should be called at the end of the simulation.
Reimplemented from alsfvm::io::Writer.
|
overridevirtual |
write writes the data to disk
conservedVariables | the conservedVariables to write |
grid | the grid that is used (describes the whole domain) |
timestepInformation |
Implements alsfvm::io::Writer.