Uses of Interface
org.hipparchus.ode.nonstiff.FieldExplicitRungeKuttaIntegrator
Packages that use FieldExplicitRungeKuttaIntegrator
Package
Description
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
Uses of FieldExplicitRungeKuttaIntegrator in org.hipparchus.ode.nonstiff
Classes in org.hipparchus.ode.nonstiff that implement FieldExplicitRungeKuttaIntegratorModifier and TypeClassDescriptionclassClassicalRungeKuttaFieldIntegrator<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).classDormandPrince54FieldIntegrator<T extends CalculusFieldElement<T>>This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.classDormandPrince853FieldIntegrator<T extends CalculusFieldElement<T>>This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.classEmbeddedRungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>>This class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations.classEulerFieldIntegrator<T extends CalculusFieldElement<T>>This class implements a simple Euler integrator for Ordinary Differential Equations.classFixedStepRungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>>This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.classGillFieldIntegrator<T extends CalculusFieldElement<T>>This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .classHighamHall54FieldIntegrator<T extends CalculusFieldElement<T>>This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.classLutherFieldIntegrator<T extends CalculusFieldElement<T>>This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.classMidpointFieldIntegrator<T extends CalculusFieldElement<T>>This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.classThreeEighthesFieldIntegrator<T extends CalculusFieldElement<T>>This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.