Edge velocity calculator for periodic domains. More...
#include <periodic_edge_velocities.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 periodic domains.
Definition at line 7 of file periodic_edge_velocities.hpp.
|
virtual |
Calculates the velocity of the edges.
tess | Tessellation |
point_velocities | Point velocities |
Implements EdgeVelocityCalculator.
Definition at line 6 of file periodic_edge_velocities.cpp.