22 namespace integrator {
63 alsfvm::shared_ptr<System> system;
virtual size_t getNumberOfSubsteps() const
Definition: RungeKutta3.cpp:34
The Volume class represents a volume (a collection of cells with values for each cell (eg...
Definition: Volume.hpp:30
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: RungeKutta3.cpp:49
double real
Definition: types.hpp:65
RungeKutta3(alsfvm::shared_ptr< System > system)
Definition: RungeKutta3.cpp:22
Definition: Integrator.hpp:52
Definition: RungeKutta3.hpp:28
Various utility functions to implement the tecno flux.
Definition: types.hpp:30