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