Uses of Class
org.hipparchus.ode.sampling.AbstractODEStateInterpolator
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 AbstractODEStateInterpolator in org.hipparchus.ode
Modifier and TypeMethodDescriptionprotected ODEStateAndDerivative
AbstractIntegrator.acceptStep
(AbstractODEStateInterpolator interpolator, double tEnd) Accept a step, triggering events and step handlers. -
Uses of AbstractODEStateInterpolator in org.hipparchus.ode.sampling
Modifier and TypeMethodDescriptionprotected abstract AbstractODEStateInterpolator
AbstractODEStateInterpolator.create
(boolean newForward, ODEStateAndDerivative newGlobalPreviousState, ODEStateAndDerivative newGlobalCurrentState, ODEStateAndDerivative newSoftPreviousState, ODEStateAndDerivative newSoftCurrentState, EquationsMapper newMapper) Create a new instance.AbstractODEStateInterpolator.restrictStep
(ODEStateAndDerivative previousState, ODEStateAndDerivative currentState) Create a new restricted version of the instance.