6 #ifndef SEVERALSOURCES_HPP 7 #define SEVERALSOURCES_HPP 1 9 #include "../SourceTerm.hpp" 22 vector<Extensive> operator()
26 const vector<ComputationalCell>& cells,
27 const vector<Extensive>& fluxes,
28 const vector<Vector2D>& point_velocities,
33 vector<SourceTerm*> sources_;
36 #endif //SEVERALSOURCES_HPP Abstract class for tessellation.
SeveralSources(vector< SourceTerm *> forces)
Class constructor.
Abstract class for external forces.
~SeveralSources(void)
Class destructor.
Container for cache data.
Class for keeping the names of the tracers and stickers.
Class for a combination of external sources.
Base class for physical geometry.