6 #ifndef LAGRANGIAN1D_HPP 7 #define LAGRANGIAN1D_HPP 1 21 double operator()(
size_t i, vector<double>
const& vp,
22 vector<ComputationalCell>
const& hv)
const;
29 #endif // LAGRANGIAN1D_HPP Lagrangian1D(bool rigid_walls)
Class constructor.
Arbitrary motion of the vertices.
double operator()(size_t i, vector< double > const &vp, vector< ComputationalCell > const &hv) const
Calculates the velocity of a vertex.
Base class for vertex motion.
Lagrangian point motion in 1d (points move together with the fluid)