source
newtonian
one_dimensional
pcm1d.hpp
Go to the documentation of this file.
1
6
#ifndef PCM1D_HPP
7
#define PCM1D_HPP 1
8
9
#include "
spatial_reconstruction1d.hpp
"
10
12
class
PCM1D
:
public
SpatialReconstruction1D
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
SpatialReconstruction1D
Base class for spatial reconstruction.
Definition:
spatial_reconstruction1d.hpp:15
spatial_reconstruction1d.hpp
Spatial reconstruction.
Primitive
Primitive hydrodynamic variables.
Definition:
hydrodynamic_variables.hpp:61
PCM1D
Piecewise constant method for 1d spatial reconstruction.
Definition:
pcm1d.hpp:12
Generated on Thu Jun 4 2020 18:12:15 by
1.8.13