![]() |
JSBSim Flight Dynamics Model 1.2.2 (22 Mar 2025)
An Open Source Flight Dynamics and Control Software Library in C++
|
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 66 of file FGRungeKutta.h.
#include <FGRungeKutta.h>
Public Member Functions | |
virtual double | pFunc (double x, double y)=0 |