![]() |
JSBSim Flight Dynamics Model 1.2.3 (07 Jun 2025)
An Open Source Flight Dynamics and Control Software Library in C++
|
Classical RK4.
Definition at line 133 of file FGRungeKutta.h.
#include <FGRungeKutta.h>
Inheritance diagram for FGRK4:
Collaboration diagram for FGRK4:Additional Inherited Members | |
Public Types inherited from FGRungeKutta | |
| enum | eStates { eNoError =0 , eMathError =1 , eFaultyInit =2 , eEvolve =4 , eUnknown =8 } |
Public Member Functions inherited from FGRungeKutta | |
| 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 inherited from FGRungeKutta | |
| double | err |
| double | h |
| double | h05 |
| FGRungeKuttaProblem * | pfo |