Uses of Interface
org.apache.commons.math3.ode.sampling.StepInterpolator
Packages that use StepInterpolator
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 StepInterpolator in org.apache.commons.math3.ode
Methods in org.apache.commons.math3.ode with parameters of type StepInterpolatorModifier and TypeMethodDescriptionvoidContinuousOutputModel.handleStep(StepInterpolator interpolator, boolean isLast) Handle the last accepted step. -
Uses of StepInterpolator in org.apache.commons.math3.ode.events
Methods in org.apache.commons.math3.ode.events with parameters of type StepInterpolatorModifier and TypeMethodDescriptionbooleanEventState.evaluateStep(StepInterpolator interpolator) Evaluate the impact of the proposed step on the event handler.voidEventState.reinitializeBegin(StepInterpolator interpolator) Reinitialize the beginning of the step. -
Uses of StepInterpolator in org.apache.commons.math3.ode.sampling
Classes in org.apache.commons.math3.ode.sampling that implement StepInterpolatorModifier and TypeClassDescriptionclassThis abstract class represents an interpolator over the last step during an ODE integration.classThis class implements an interpolator for integrators using Nordsieck representation.Methods in org.apache.commons.math3.ode.sampling that return StepInterpolatorModifier and TypeMethodDescriptionAbstractStepInterpolator.copy()Copy the instance.StepInterpolator.copy()Copy the instance.protected abstract StepInterpolatorAbstractStepInterpolator.doCopy()Really copy the finalized instance.protected StepInterpolatorNordsieckStepInterpolator.doCopy()Really copy the finalized instance.Methods in org.apache.commons.math3.ode.sampling with parameters of type StepInterpolatorModifier and TypeMethodDescriptionvoidDummyStepHandler.handleStep(StepInterpolator interpolator, boolean isLast) Handle the last accepted step.voidStepHandler.handleStep(StepInterpolator interpolator, boolean isLast) Handle the last accepted stepvoidStepNormalizer.handleStep(StepInterpolator interpolator, boolean isLast) Handle the last accepted step