FlightGear next
JSBSim::FGRungeKuttaProblem Class Referenceabstract

Minimalistic implementation of some Runge-Kutta methods. More...

#include <FGRungeKutta.h>

Public Member Functions

virtual double pFunc (double x, double y)=0
 

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.

Member Function Documentation

◆ pFunc()

virtual double JSBSim::FGRungeKuttaProblem::pFunc ( double x,
double y )
pure virtual

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