![]() |
JSBSim Flight Dynamics Model
1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
|
Abstract base. More...
#include <FGRungeKutta.h>
Inheritance diagram for FGRungeKutta:
Collaboration diagram for FGRungeKutta:Public Types | |
| enum | eStates { eNoError =0, eMathError =1, eFaultyInit =2, eEvolve =4, eUnknown =8 } |
Public Member Functions | |
| void | clearStatus () |
| double | evolve (double y_0, FGRungeKuttaProblem *pf) |
| double | getError () |
| int | getIterations () |
| int | getStatus () |
| double | getXEnd () |
| int | init (double x_start, double x_end, int intervals=4) |
| void | setTrace (bool t) |
Protected Attributes | |
| double | err |
| double | h |
| double | h05 |
| FGRungeKuttaProblem * | pfo |
Abstract base.
Definition at line 86 of file FGRungeKutta.h.