pcm1d.hpp
Go to the documentation of this file.
1 
6 #ifndef PCM1D_HPP
7 #define PCM1D_HPP 1
8 
10 
13 {
14 public:
15  Primitive operator()
16  (vector<double> const& vp,
17  vector<Primitive> const& hv,
18  double interface_speed,
19  size_t i, int dir, double dt) const;
20 };
21 
22 #endif // PCM1D_HPP
Base class for spatial reconstruction.
Spatial reconstruction.
Primitive hydrodynamic variables.
Piecewise constant method for 1d spatial reconstruction.
Definition: pcm1d.hpp:12