|
FlightGear next
|
Classical RK4. More...
#include <FGRungeKutta.h>
Inherits JSBSim::FGRungeKutta.
Additional Inherited Members | |
Public Types inherited from JSBSim::FGRungeKutta | |
| enum | eStates { eNoError =0 , eMathError =1 , eFaultyInit =2 , eEvolve =4 , eUnknown =8 } |
Public Member Functions inherited from JSBSim::FGRungeKutta | |
| int | init (double x_start, double x_end, int intervals=4) |
| double | evolve (double y_0, FGRungeKuttaProblem *pf) |
| double | getXEnd () |
| double | getError () |
| int | getStatus () |
| int | getIterations () |
| void | clearStatus () |
| void | setTrace (bool t) |
Protected Member Functions inherited from JSBSim::FGRungeKutta | |
| FGRungeKutta () | |
| virtual | ~FGRungeKutta () |
Protected Attributes inherited from JSBSim::FGRungeKutta | |
| FGRungeKuttaProblem * | pfo |
| double | h |
| double | h05 |
| double | err |
Classical RK4.
Definition at line 133 of file FGRungeKutta.h.