HalfPeriodicEdgeMotion.hpp
1 #ifndef HALF_PERIODIC_EDGE_VELOCITIES_HPP
2 #define HALF_PERIODIC_EDGE_VELOCITIES_HPP 1
3 
4 #include "edge_velocity_calculator.hpp"
5 
8 {
9 public:
10 
12 
13  vector<Vector2D> operator()(const Tessellation& tess,const vector<Vector2D>& point_velocities) const;
14 };
15 
16 #endif // HALF_PERIODIC_EDGE_VELOCITIES_HPP
Abstract class for tessellation.
Edge velocity calculator for half periodic domains.
Base class for a scheme to calculate the velocity on the edges.
vector< Vector2D > operator()(const Tessellation &tess, const vector< Vector2D > &point_velocities) const
Calculates the velocity of the edges.