22 namespace integrator {
47 rvec3& waveSpeed,
bool computeWaveSpeed,
alsfvm::shared_ptr< CellExchanger > CellExchangerPtr
Definition: CellExchanger.hpp:43
The Volume class represents a volume (a collection of cells with values for each cell (eg...
Definition: Volume.hpp:30
virtual size_t getNumberOfGhostCells() const
Definition: System.hpp:55
virtual ~System()
Definition: System.hpp:61
Definition: System.hpp:33
virtual void setCellExchanger(mpi::CellExchangerPtr cellExchanger)
Definition: System.hpp:59
Various utility functions to implement the tecno flux.
Definition: types.hpp:30
virtual void operator()(volume::Volume &conservedVariables, rvec3 &waveSpeed, bool computeWaveSpeed, volume::Volume &output)=0
operator () computes the right hand side of the ODE. (see class definition)