Uses of Class
org.apache.commons.math3.ode.sampling.AbstractFieldStepInterpolator
Packages that use AbstractFieldStepInterpolator
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
-
Uses of AbstractFieldStepInterpolator in org.apache.commons.math3.ode
Methods in org.apache.commons.math3.ode with parameters of type AbstractFieldStepInterpolatorModifier and TypeMethodDescriptionprotected FieldODEStateAndDerivative
<T> AbstractFieldIntegrator.acceptStep
(AbstractFieldStepInterpolator<T> interpolator, T tEnd) Accept a step, triggering events and step handlers. -
Uses of AbstractFieldStepInterpolator in org.apache.commons.math3.ode.sampling
Methods in org.apache.commons.math3.ode.sampling that return AbstractFieldStepInterpolatorModifier and TypeMethodDescriptionprotected abstract AbstractFieldStepInterpolator
<T> AbstractFieldStepInterpolator.create
(boolean newForward, FieldODEStateAndDerivative<T> newGlobalPreviousState, FieldODEStateAndDerivative<T> newGlobalCurrentState, FieldODEStateAndDerivative<T> newSoftPreviousState, FieldODEStateAndDerivative<T> newSoftCurrentState, FieldEquationsMapper<T> newMapper) Create a new instance.AbstractFieldStepInterpolator.restrictStep
(FieldODEStateAndDerivative<T> previousState, FieldODEStateAndDerivative<T> currentState) Create a new restricted version of the instance.