6 #ifndef CONSTANT_PRIMITIVE_GENERATOR_HPP 7 #define CONSTANT_PRIMITIVE_GENERATOR_HPP 1 9 #include "../GhostPointGenerator.hpp" 27 tracerstickernames)
const;
33 #endif // CONSTANT_PRIMITIVE__GENERATOR_HPP Class for creating computational cells of ghost points for free flow.
Abstract class for tessellation.
Interface between two cells.
Class for spatial interpolations.
Slope GetGhostGradient(const Tessellation &tess, const vector< ComputationalCell > &cells, const vector< Slope > &gradients, size_t ghost_index, double time, const Edge &edge, TracerStickerNames const &tracerstickernames) const
Calculates the gradients for the ghost cells.
Abstract class for creating ghost points.
Class for keeping the names of the tracers and stickers.
ConstantPrimitiveGenerator(ComputationalCell const &cell)
Class constructor.
boost::container::flat_map< size_t, ComputationalCell > operator()(const Tessellation &tess, const vector< ComputationalCell > &cells, double time, TracerStickerNames const &tracerstickernames) const
Calculates the ghost points.