Edge velocity calculator for a stationary box. More...
#include <stationary_box.hpp>
Public Member Functions | |
vector< Vector2D > | operator() (const Tessellation &tess, const vector< Vector2D > &point_velocities) const |
Calculates the velocity of the edges. More... | |
Edge velocity calculator for a stationary box.
Definition at line 7 of file stationary_box.hpp.
|
virtual |
Calculates the velocity of the edges.
tess | Tessellation |
point_velocities | Point velocities |
Implements EdgeVelocityCalculator.
Definition at line 21 of file stationary_box.cpp.