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 write(const volume::Volume &conservedVariables, const grid::Grid &grid, const simulator::TimestepInformation ×tepInformation) override
write writes the data to disk
Definition: IntervalFunctionalWriter.cpp:31
The IntervalFunctionalWriter class is a decorator for another writer. Its purpose is to only call the...
Definition: IntervalFunctionalWriter.hpp:33
alsfvm::shared_ptr< Volume > VolumePointer
Definition: Volume.hpp:345
const grid::Grid & grid
Definition: NumericalFluxFactory.cpp:104
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
functional
Definition: FunctionalStatistics.cpp:76
alsfvm::shared_ptr< Writer > WriterPointer
Definition: Writer.hpp:64
IntervalFunctionalWriter(volume::VolumeFactory volumeFactory, io::WriterPointer writer, FunctionalPointer functional)
Definition: IntervalFunctionalWriter.cpp:22