33 #ifndef __H__UG__LIB_DISC__SPATIAL_DISC__ROTATING_VELOCITY__
34 #define __H__UG__LIB_DISC__SPATIAL_DISC__ROTATING_VELOCITY__
45 :
cx(_cx),
cy(_cy),
nu(_nu)
number time() const
get the current evaluation time
Definition: user_data.h:285
a mathematical Vector with N entries.
Definition: math_vector.h:97
Definition: rotating_velocity.h:42
double cy
Definition: rotating_velocity.h:58
double cx
Definition: rotating_velocity.h:58
void evaluate(MathVector< 2 > &val, const MathVector< 2 > &pos, number time, int si) const
Definition: rotating_velocity.h:48
RotatingVelocity2d(double _cx, double _cy, double _nu)
Definition: rotating_velocity.h:44
double nu
Definition: rotating_velocity.h:58
Definition: std_glob_pos_data.h:55
double number
Definition: types.h:124