Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Speed Class Reference

#include <speeds.h>

Inheritance diagram for Speed:

Public Member Functions

 Speed ()
 
virtual ~Speed ()
 
virtual Vector_3 get_velocity (const Point_3 &p, double t) const
 

Detailed Description

Definition at line 32 of file speeds.h.

Constructor & Destructor Documentation

Speed ( )
inline

Definition at line 34 of file speeds.h.

34 {}
virtual ~Speed ( )
inlinevirtual

Definition at line 35 of file speeds.h.

35 {}

Member Function Documentation

virtual Vector_3 get_velocity ( const Point_3 p,
double  t 
) const
inlinevirtual

Reimplemented in LeVeque_flow, Vortex_flow, Rotate_speed, and Translate_speed.

Definition at line 40 of file speeds.h.

Referenced by PointPropagate::time_integrate().

41  { assert(false); return Vector_3(0,0,0); }
SURF::Vector_3< Real > Vector_3
Definition: rfc_basic.h:42

Here is the caller graph for this function:


The documentation for this class was generated from the following file: