simple_extensive_updater.hpp
Go to the documentation of this file.
1 
6 #ifndef SIMPLE_EXTENSIVE_UPDATER_HPP
7 #define SIMPLE_EXTENSIVE_UPDATER_HPP 1
8 
9 #include "extensive_updater.hpp"
10 
13 {
14 public:
15 
16  void operator()
17  (const vector<Extensive>& fluxes,
18  const PhysicalGeometry& pg,
19  const Tessellation& tess,
20  const double dt,
21  const CacheData& cd,
22  const vector<ComputationalCell>& cells,
23  vector<Extensive>& extensives,
24  double time, TracerStickerNames const& tracerstickersnames) const;
25 };
26 
27 #endif // SIMPLE_EXTENSIVE_UPDATER_HPP
Base class for extensive update scheme.
Abstract class for tessellation.
Base class for extensive updater scheme.
Container for cache data.
Definition: cache_data.hpp:14
Class for keeping the names of the tracers and stickers.
Simple extensive variable updater.
Base class for physical geometry.