Uses of Interface
org.hipparchus.ode.FieldODEIntegrator
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
Uses of FieldODEIntegrator in org.hipparchus.ode
Modifier and TypeClassDescriptionclass
AbstractFieldIntegrator<T extends CalculusFieldElement<T>>
Base class managing common boilerplate for all integrators.class
MultistepFieldIntegrator<T extends CalculusFieldElement<T>>
This class is the base class for multistep integrators for Ordinary Differential Equations.Modifier and TypeMethodDescriptionMultistepFieldIntegrator.getStarterIntegrator()
Get the starter integrator.Modifier and TypeMethodDescriptionvoid
MultistepFieldIntegrator.setStarterIntegrator
(FieldODEIntegrator<T> starterIntegrator) Set the starter integrator. -
Uses of FieldODEIntegrator in org.hipparchus.ode.nonstiff
Modifier and TypeInterfaceDescriptioninterface
FieldExplicitRungeKuttaIntegrator<T extends CalculusFieldElement<T>>
This interface implements the part of Runge-Kutta Field integrators for Ordinary Differential Equations common to fixed- and adaptive steps.Modifier and TypeClassDescriptionclass
AdamsBashforthFieldIntegrator<T extends CalculusFieldElement<T>>
This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations.class
AdamsFieldIntegrator<T extends CalculusFieldElement<T>>
Base class forAdams-Bashforth
andAdams-Moulton
integrators.class
AdamsMoultonFieldIntegrator<T extends CalculusFieldElement<T>>
This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations.class
AdaptiveStepsizeFieldIntegrator<T extends CalculusFieldElement<T>>
This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.class
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
DormandPrince54FieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.class
DormandPrince853FieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.class
EmbeddedRungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations.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
HighamHall54FieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the 5(4) Higham and Hall 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
RungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>>
This class implements the common part of all fixed step Runge-Kutta integrators 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.