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 }
A velocity scheme where the velocities of all the vertices are 0.