6 #ifndef NOGHOSTGENERATOR_HPP 7 #define NOGHOSTGENERATOR_HPP 1 9 #include "../GhostPointGenerator.hpp" 21 return boost::container::flat_map<size_t, ComputationalCell>();
26 const vector<ComputationalCell>& ,
27 const vector<Slope>& ,
35 #endif // NOGHOSTGENERATOR_HPP Abstract class for tessellation.
boost::container::flat_map< size_t, ComputationalCell > operator()(const Tessellation &, const vector< ComputationalCell > &, double, TracerStickerNames const &) const
Calculates the ghost points.
Interface between two cells.
Class for spatial interpolations.
Abstract class for creating ghost points.
Slope GetGhostGradient(const Tessellation &, const vector< ComputationalCell > &, const vector< Slope > &, size_t, double, const Edge &, TracerStickerNames const &) const
Calculates the gradients for the ghost cells.
Class for creating computationalcells of ghost points for rigid walls.
Class for keeping the names of the tracers and stickers.