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 TypeMethodDescriptionvoidContinuousOutputFieldModel.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 TypeMethodDescriptionbooleanFieldEventState.evaluateStep(FieldStepInterpolator<T> interpolator) Evaluate the impact of the proposed step on the event handler.voidFieldEventState.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 TypeClassDescriptionclassAbstractFieldStepInterpolator<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 TypeMethodDescriptionvoidFieldStepHandler.handleStep(FieldStepInterpolator<T> interpolator, boolean isLast) Handle the last accepted stepvoidFieldStepNormalizer.handleStep(FieldStepInterpolator<T> interpolator, boolean isLast) Handle the last accepted step