JSBSim Flight Dynamics Model
1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
|
Minimalistic implementation of some Runge-Kutta methods. More...
#include <FGRungeKutta.h>
Public Member Functions | |
virtual double | pFunc (double x, double y)=0 |
Minimalistic implementation of some Runge-Kutta methods.
Runge-Kutta methods are a standard for solving ordinary differential equation (ODE) initial value problems. The code follows closely the description given on Wikipedia, see http://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods.
For more powerfull routines see GNU Scientific Library (GSL) or GNU Plotutils 'ode'. Abstract base for the function to solve.
Definition at line 74 of file FGRungeKutta.h.