Uses of Interface
org.apache.commons.math3.ode.sampling.FieldStepInterpolator
Packages that use FieldStepInterpolator
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
-
Uses of FieldStepInterpolator in org.apache.commons.math3.ode
Methods in org.apache.commons.math3.ode with parameters of type FieldStepInterpolatorModifier and TypeMethodDescriptionvoid
ContinuousOutputFieldModel.handleStep
(FieldStepInterpolator<T> interpolator, boolean isLast) Handle the last accepted step. -
Uses of FieldStepInterpolator in org.apache.commons.math3.ode.events
Methods in org.apache.commons.math3.ode.events with parameters of type FieldStepInterpolatorModifier and TypeMethodDescriptionboolean
FieldEventState.evaluateStep
(FieldStepInterpolator<T> interpolator) Evaluate the impact of the proposed step on the event handler.void
FieldEventState.reinitializeBegin
(FieldStepInterpolator<T> interpolator) Reinitialize the beginning of the step. -
Uses of FieldStepInterpolator in org.apache.commons.math3.ode.sampling
Classes in org.apache.commons.math3.ode.sampling that implement FieldStepInterpolatorModifier and TypeClassDescriptionclass
AbstractFieldStepInterpolator<T extends RealFieldElement<T>>
This abstract class represents an interpolator over the last step during an ODE integration.Methods in org.apache.commons.math3.ode.sampling with parameters of type FieldStepInterpolatorModifier and TypeMethodDescriptionvoid
FieldStepHandler.handleStep
(FieldStepInterpolator<T> interpolator, boolean isLast) Handle the last accepted stepvoid
FieldStepNormalizer.handleStep
(FieldStepInterpolator<T> interpolator, boolean isLast) Handle the last accepted step