6 #ifndef CELL_UPDATER_HPP 7 #define CELL_UPDATER_HPP 1 10 #include "computational_cell_2d.hpp" 11 #include "../../tessellation/tessellation.hpp" 13 #include "../common/equation_of_state.hpp" 34 virtual vector<ComputationalCell> operator()
38 vector<Extensive>& extensives,
39 const vector<ComputationalCell>& old,
42 double time)
const = 0;
56 #endif // CELL_UPDATER_HPP
Abstract class for tessellation.
double GetVelocity(Extensive const &cell, double G)
Calculates velocity from extensive in SR.
Base class for equation of state.
Container for cache data.
virtual ~CellUpdater(void)
Class destructor.
Base class for cell update scheme.
Class for keeping the names of the tracers and stickers.
Physical geometry of the grid.
Geometrical cache data for optimisation.
Base class for physical geometry.