Base class for a scheme to calculate the velocity on the edges. More...
#include <edge_velocity_calculator.hpp>
Public Member Functions | |
virtual vector< Vector2D > | operator() (const Tessellation &tess, const vector< Vector2D > &point_velocities) const =0 |
Calculates the velocity of the edges. More... | |
Base class for a scheme to calculate the velocity on the edges.
Definition at line 7 of file edge_velocity_calculator.hpp.
|
pure virtual |
Calculates the velocity of the edges.
tess | Tessellation |
point_velocities | Point velocities |
Implemented in HalfPeriodicEdgeVelocities, PeriodicEdgeVelocities, and StationaryBox.