source
newtonian
one_dimensional
eulerian1d.cpp
1
#include "
eulerian1d.hpp
"
2
3
double
Eulerian1D::operator()
4
(
size_t
/*i*/
, vector<double>
const
&
/*vp*/
,
5
vector<ComputationalCell>
const
&
/*hv*/
)
const
6
{
7
return
0;
8
}
eulerian1d.hpp
A velocity scheme where the velocities of all the vertices are 0.
Generated on Thu Jun 4 2020 18:12:15 by
1.8.13