Uses of Interface
org.hipparchus.ode.sampling.FieldODEStateInterpolator
Packages that use FieldODEStateInterpolator
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
Events
This package provides classes implementing interpolators for dense outputs of ODE integrators.
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
-
Uses of FieldODEStateInterpolator in org.hipparchus.ode
Methods in org.hipparchus.ode with parameters of type FieldODEStateInterpolatorModifier and TypeMethodDescriptionvoidFieldDenseOutputModel.handleStep(FieldODEStateInterpolator<T> interpolator) Handle the last accepted step. -
Uses of FieldODEStateInterpolator in org.hipparchus.ode.events
Methods in org.hipparchus.ode.events with parameters of type FieldODEStateInterpolatorModifier and TypeMethodDescriptionbooleanFieldDetectorBasedEventState.evaluateStep(FieldODEStateInterpolator<T> interpolator) Evaluate the impact of the proposed step on the event handler.booleanFieldEventState.evaluateStep(FieldODEStateInterpolator<T> interpolator) Evaluate the impact of the proposed step on the event handler.booleanFieldStepEndEventState.evaluateStep(FieldODEStateInterpolator<T> interpolator) Evaluate the impact of the proposed step on the event handler.voidFieldDetectorBasedEventState.reinitializeBegin(FieldODEStateInterpolator<T> interpolator) Reinitialize the beginning of the step.booleanFieldDetectorBasedEventState.tryAdvance(FieldODEStateAndDerivative<T> state, FieldODEStateInterpolator<T> interpolator) Try to accept the current history up to the given time. -
Uses of FieldODEStateInterpolator in org.hipparchus.ode.nonstiff.interpolators
Classes in org.hipparchus.ode.nonstiff.interpolators that implement FieldODEStateInterpolatorModifier and TypeClassDescriptionclassAdamsFieldStateInterpolator<T extends CalculusFieldElement<T>>This class implements an interpolator for Adams integrators using Nordsieck representation.classThis class implements a step interpolator for the classical fourth order Runge-Kutta integrator.classDormandPrince54FieldStateInterpolator<T extends CalculusFieldElement<T>>This class represents an interpolator over the last step during an ODE integration for the 5(4) Dormand-Prince integrator.classDormandPrince853FieldStateInterpolator<T extends CalculusFieldElement<T>>This class represents an interpolator over the last step during an ODE integration for the 8(5,3) Dormand-Prince integrator.classEulerFieldStateInterpolator<T extends CalculusFieldElement<T>>This class implements a linear interpolator for step.classGillFieldStateInterpolator<T extends CalculusFieldElement<T>>This class implements a step interpolator for the Gill fourth order Runge-Kutta integrator.classHighamHall54FieldStateInterpolator<T extends CalculusFieldElement<T>>This class represents an interpolator over the last step during an ODE integration for the 5(4) Higham and Hall integrator.classLutherFieldStateInterpolator<T extends CalculusFieldElement<T>>This class represents an interpolator over the last step during an ODE integration for the 6th order Luther integrator.classMidpointFieldStateInterpolator<T extends CalculusFieldElement<T>>This class implements a step interpolator for second order Runge-Kutta integrator.classRungeKuttaFieldStateInterpolator<T extends CalculusFieldElement<T>>This class represents an interpolator over the last step during an ODE integration for Runge-Kutta and embedded Runge-Kutta integrators.classThreeEighthesFieldStateInterpolator<T extends CalculusFieldElement<T>>This class implements a step interpolator for the 3/8 fourth order Runge-Kutta integrator. -
Uses of FieldODEStateInterpolator in org.hipparchus.ode.sampling
Classes in org.hipparchus.ode.sampling that implement FieldODEStateInterpolatorModifier and TypeClassDescriptionclassAbstractFieldODEStateInterpolator<T extends CalculusFieldElement<T>>This abstract class represents an interpolator over the last step during an ODE integration.Methods in org.hipparchus.ode.sampling that return FieldODEStateInterpolatorModifier and TypeMethodDescriptionFieldODEStateInterpolator.restrictStep(FieldODEStateAndDerivative<T> previousState, FieldODEStateAndDerivative<T> currentState) Create a new restricted version of the instance.Methods in org.hipparchus.ode.sampling with parameters of type FieldODEStateInterpolatorModifier and TypeMethodDescriptionvoidFieldODEStepHandler.handleStep(FieldODEStateInterpolator<T> interpolator) Handle the last accepted step.voidFieldStepNormalizer.handleStep(FieldODEStateInterpolator<T> interpolator) Handle the last accepted step.