22 namespace integrator {
70 alsfvm::shared_ptr<System> system;
virtual size_t getNumberOfSubsteps() const
Definition: ForwardEuler.cpp:27
ForwardEuler(alsfvm::shared_ptr< System > system)
Definition: ForwardEuler.cpp:21
The Volume class represents a volume (a collection of cells with values for each cell (eg...
Definition: Volume.hpp:30
double real
Definition: types.hpp:65
Definition: Integrator.hpp:52
Various utility functions to implement the tecno flux.
Definition: types.hpp:30
Definition: ForwardEuler.hpp:33
virtual real performSubstep(std::vector< alsfvm::shared_ptr< volume::Volume > > &inputConserved, rvec3 spatialCellSizes, real dt, real cfl, volume::Volume &output, size_t substep, const simulator::TimestepInformation ×tepInformation)
Definition: ForwardEuler.cpp:32