JSBSim Flight Dynamics Model 1.2.2 (22 Mar 2025)
An Open Source Flight Dynamics and Control Software Library in C++
Loading...
Searching...
No Matches
FGRungeKuttaProblem Class Referenceabstract

Detailed Description

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
 

The documentation for this class was generated from the following file: