Uses of Class
org.hipparchus.ode.nonstiff.RungeKuttaFieldIntegrator
Package
Description
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
Uses of RungeKuttaFieldIntegrator in org.hipparchus.ode.nonstiff
Modifier and TypeClassDescriptionclass
ClassicalRungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most often used Runge-Kutta method).class
EulerFieldIntegrator<T extends CalculusFieldElement<T>>
This class implements a simple Euler integrator for Ordinary Differential Equations.class
GillFieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .class
LutherFieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.class
MidpointFieldIntegrator<T extends CalculusFieldElement<T>>
This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.class
ThreeEighthesFieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.