Uses of Interface
org.hipparchus.ode.sampling.FieldODEStateInterpolator
-
Packages that use FieldODEStateInterpolator Package Description org.hipparchus.ode This package provides classes to solve Ordinary Differential Equations problems.org.hipparchus.ode.events Eventsorg.hipparchus.ode.sampling 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 FieldODEStateInterpolator Modifier and Type Method Description voidFieldDenseOutputModel. handleStep(FieldODEStateInterpolator<T> interpolator, boolean isLast)Handle the last accepted step. -
Uses of FieldODEStateInterpolator in org.hipparchus.ode.events
Methods in org.hipparchus.ode.events with parameters of type FieldODEStateInterpolator Modifier and Type Method Description booleanFieldEventState. evaluateStep(FieldODEStateInterpolator<T> interpolator)Evaluate the impact of the proposed step on the event handler.voidFieldEventState. reinitializeBegin(FieldODEStateInterpolator<T> interpolator)Reinitialize the beginning of the step.booleanFieldEventState. 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.sampling
Classes in org.hipparchus.ode.sampling that implement FieldODEStateInterpolator Modifier and Type Class Description classAbstractFieldODEStateInterpolator<T extends RealFieldElement<T>>This abstract class represents an interpolator over the last step during an ODE integration.Methods in org.hipparchus.ode.sampling with parameters of type FieldODEStateInterpolator Modifier and Type Method Description voidFieldODEStepHandler. handleStep(FieldODEStateInterpolator<T> interpolator, boolean isLast)Handle the last accepted stepvoidFieldStepNormalizer. handleStep(FieldODEStateInterpolator<T> interpolator, boolean isLast)Handle the last accepted step
-