periodic_edge_velocities.hpp
1 #ifndef PERIODIC_EDGE_VELOCITIES_HPP
2 #define PERIODIC_EDGE_VELOCITIES_HPP 1
3 
4 #include "edge_velocity_calculator.hpp"
5 
8 {
9 public:
10 
12 
13  vector<Vector2D> operator()
14  (const Tessellation& tess,
15  const vector<Vector2D>& point_velocities) const;
16 };
17 
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.