|
OpenVDB
2.3.0
|
Performs runge-kutta time integration of variable order in a static velocity field. More...
#include <PointAdvect.h>
Public Types | |
| typedef GridT::ValueType | VecType |
| typedef VecType::ValueType | ElementType |
Public Member Functions | |
| VelocityIntegrator (const GridT &velGrid) | |
| template<int Order, typename LocationType > | |
| void | rungeKutta (const float dt, LocationType &loc) |
Performs runge-kutta time integration of variable order in a static velocity field.
| typedef VecType::ValueType ElementType |
| typedef GridT::ValueType VecType |
|
inline |
|
inline |
1.8.7