FlightGear next
|
Classical RK4. More...
#include <FGRungeKutta.h>
Inherits JSBSim::FGRungeKutta.
Additional Inherited Members | |
![]() | |
enum | eStates { eNoError =0 , eMathError =1 , eFaultyInit =2 , eEvolve =4 , eUnknown =8 } |
![]() | |
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) |
![]() | |
FGRungeKutta () | |
virtual | ~FGRungeKutta () |
![]() | |
FGRungeKuttaProblem * | pfo |
double | h |
double | h05 |
double | err |
Classical RK4.
Definition at line 133 of file FGRungeKutta.h.