6 #ifndef SPATIAL_RECONSTRUCTION_HPP 7 #define SPATIAL_RECONSTRUCTION_HPP 1 9 #include "../common/hydrodynamic_variables.hpp" 10 #include "../../tessellation/tessellation.hpp" 11 #include "computational_cell_2d.hpp" 40 const vector<ComputationalCell>& cells,
41 double time, vector<pair<ComputationalCell, ComputationalCell> > &res,
47 #endif // SPATIAL_RECONSTRUCTION_HPP Spatial reconstruction of the primitive functions.
Abstract class for tessellation.
Interface between two cells.
Container for cache data.
Class for keeping the names of the tracers and stickers.
Geometrical cache data for optimisation.
Vector2D CalcCentroid(Edge const &edge)
Calculates the central point of the edge.