20 namespace integrator {
57 alsfvm::shared_ptr<System> system;
virtual size_t getNumberOfSubsteps() const
Definition: RungeKutta4.cpp:35
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
RungeKutta4(alsfvm::shared_ptr< System > system)
Definition: RungeKutta4.cpp:23
Definition: Integrator.hpp:52
Various utility functions to implement the tecno flux.
Definition: types.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: RungeKutta4.cpp:50
Definition: RungeKutta4.hpp:22