7 #define EULERIAN1D_HPP 1 18 double operator()(
size_t i, vector<double>
const& vp,
19 vector<ComputationalCell>
const& hv)
const;
22 #endif // EULERIAN1D_HPP Arbitrary motion of the vertices.
Base class for vertex motion.
Eulerian vertex motion (no vertex motion)
double operator()(size_t i, vector< double > const &vp, vector< ComputationalCell > const &hv) const
Calculates the velocity of a vertex.