1 #ifndef HALF_PERIODIC_EDGE_VELOCITIES_HPP 2 #define HALF_PERIODIC_EDGE_VELOCITIES_HPP 1 4 #include "edge_velocity_calculator.hpp" 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.