62 const double timeRadius;
Definition: VolumeFactory.hpp:29
The Volume class represents a volume (a collection of cells with values for each cell (eg...
Definition: Volume.hpp:30
virtual void finalize(const grid::Grid &grid, const simulator::TimestepInformation ×tepInformation) override
This method should be called at the end of the simulation.
Definition: TimeIntegrationFunctional.cpp:51
TimeIntegrationFunctional(volume::VolumeFactory volumeFactory, io::WriterPointer writer, FunctionalPointer functional, double time, double timeRadius)
Definition: TimeIntegrationFunctional.cpp:22
alsfvm::shared_ptr< Volume > VolumePointer
Definition: Volume.hpp:345
const grid::Grid & grid
Definition: NumericalFluxFactory.cpp:104
Definition: TimeIntegrationFunctional.hpp:37
alsfvm::shared_ptr< Functional > FunctionalPointer
Definition: Functional.hpp:74
The Writer class is an abstract interface to represent output writers.
Definition: Writer.hpp:28
Various utility functions to implement the tecno flux.
Definition: types.hpp:30
virtual void write(const volume::Volume &conservedVariables, const grid::Grid &grid, const simulator::TimestepInformation ×tepInformation) override
write writes the data to disk
Definition: TimeIntegrationFunctional.cpp:33
functional
Definition: FunctionalStatistics.cpp:76
alsfvm::shared_ptr< Writer > WriterPointer
Definition: Writer.hpp:64