1 #ifndef EDGE_VELOCITY_CALCULATOR_HPP 2 #define EDGE_VELOCITY_CALCULATOR_HPP 1 4 #include "../../tessellation/tessellation.hpp" 16 virtual vector<Vector2D> operator()
18 const vector<Vector2D>& point_velocities)
const = 0;
23 #endif // EDGE_VELOCITY_CALCULATOR_HPP Abstract class for tessellation.
Base class for a scheme to calculate the velocity on the edges.