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