Base class for a flux calculator. More...
#include <flux_calculator_1d.hpp>
Public Member Functions | |
virtual vector< Extensive > | operator() (const SimulationState1D &ss, const vector< double > &vertex_velocity, const EquationOfState &eos, const double dt) const =0 |
Calculates the fluxes. More... | |
Base class for a flux calculator.
Definition at line 17 of file flux_calculator_1d.hpp.
|
pure virtual |
Calculates the fluxes.
ss | Computational grid and hydro cells |
vertex_velocity | Velocity of the vertices |
eos | Equation of state |
dt | Time ste |
Implemented in SimpleFluxCalculator1D.