Uses of Interface
org.apache.commons.math3.ode.FirstOrderFieldIntegrator
Packages that use FirstOrderFieldIntegrator
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 FirstOrderFieldIntegrator in org.apache.commons.math3.ode
Classes in org.apache.commons.math3.ode that implement FirstOrderFieldIntegratorModifier and TypeClassDescriptionclassAbstractFieldIntegrator<T extends RealFieldElement<T>>Base class managing common boilerplate for all integrators.classMultistepFieldIntegrator<T extends RealFieldElement<T>>This class is the base class for multistep integrators for Ordinary Differential Equations.Methods in org.apache.commons.math3.ode that return FirstOrderFieldIntegratorModifier and TypeMethodDescriptionMultistepFieldIntegrator.getStarterIntegrator()Get the starter integrator.Methods in org.apache.commons.math3.ode with parameters of type FirstOrderFieldIntegratorModifier and TypeMethodDescriptionvoidMultistepFieldIntegrator.setStarterIntegrator(FirstOrderFieldIntegrator<T> starterIntegrator) Set the starter integrator. -
Uses of FirstOrderFieldIntegrator in org.apache.commons.math3.ode.nonstiff
Classes in org.apache.commons.math3.ode.nonstiff that implement FirstOrderFieldIntegratorModifier and TypeClassDescriptionclassAdamsBashforthFieldIntegrator<T extends RealFieldElement<T>>This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations.classAdamsFieldIntegrator<T extends RealFieldElement<T>>Base class forAdams-BashforthandAdams-Moultonintegrators.classAdamsMoultonFieldIntegrator<T extends RealFieldElement<T>>This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations.classAdaptiveStepsizeFieldIntegrator<T extends RealFieldElement<T>>This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.classClassicalRungeKuttaFieldIntegrator<T extends RealFieldElement<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 RealFieldElement<T>>This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.classDormandPrince853FieldIntegrator<T extends RealFieldElement<T>>This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.classEmbeddedRungeKuttaFieldIntegrator<T extends RealFieldElement<T>>This class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations.classEulerFieldIntegrator<T extends RealFieldElement<T>>This class implements a simple Euler integrator for Ordinary Differential Equations.classGillFieldIntegrator<T extends RealFieldElement<T>>This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .classHighamHall54FieldIntegrator<T extends RealFieldElement<T>>This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.classLutherFieldIntegrator<T extends RealFieldElement<T>>This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.classMidpointFieldIntegrator<T extends RealFieldElement<T>>This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.classRungeKuttaFieldIntegrator<T extends RealFieldElement<T>>This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.classThreeEighthesFieldIntegrator<T extends RealFieldElement<T>>This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.