simple_extensive_updater_1d.hpp
Go to the documentation of this file.
1 
7 
10 {
11 public:
12 
15 
16  void operator()
17  (const vector<Extensive>& fluxes,
18  const PhysicalGeometry1D& pg,
19  const SimulationState1D& ss,
20  double dt,
21  vector<Extensive>& extensives) const;
22 };
A simple extensive updater.
Base class for physical geometry.
Extensive updater abstract class.
Method for updating the extensive variables.
Package for computational domain and hydro cells.
SimpleExtensiveUpdater1D(void)
Class constructor.