1 #ifndef PERIODIC_EDGE_VELOCITIES_HPP 2 #define PERIODIC_EDGE_VELOCITIES_HPP 1 4 #include "edge_velocity_calculator.hpp" 13 vector<Vector2D> operator()
15 const vector<Vector2D>& point_velocities)
const;
18 #endif // PERIODIC_EDGE_VELOCITIES_HPP Abstract class for tessellation.
Base class for a scheme to calculate the velocity on the edges.
Edge velocity calculator for periodic domains.