#include "stdafx.h"#include "Integrator.h"#include "GlobalVariables.h"Functions | |
| static Pos2d | EulerInt (Pos2d anOriPos, FlowData *aData, float aDistance) |
| static Pos2d | RKInt (Pos2d anOriPos, FlowData *aData, float aDistance) |
| void | Integrator::setMethod (SLStyle aType) |
| Pos2d | Integrator::integrate (Pos2d anOriPos, FlowData *aData, float aDistance) |
Variables | |
| static SLStyle | theType = GlobalVariables::theStreamlineStyle() |
integrates the flow at a given position using euler integration
| anOriPos | the position to start at | |
| aData | the flow data to integrate | |
| aDistance | the distance to follow the flow |
integrates the flow at a given position using runge-kutta integration (2nd order)
| anOriPos | the position to start at | |
| aData | the flow data to integrate | |
| aDistance | the distance to follow the flow |
1.4.7