Uses of Interface
org.apache.commons.math3.ode.sampling.FieldStepHandler
Packages that use FieldStepHandler
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 FieldStepHandler in org.apache.commons.math3.ode
Classes in org.apache.commons.math3.ode that implement FieldStepHandlerModifier and TypeClassDescriptionclass
ContinuousOutputFieldModel<T extends RealFieldElement<T>>
This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the solution from this.Methods in org.apache.commons.math3.ode that return types with arguments of type FieldStepHandlerModifier and TypeMethodDescriptionAbstractFieldIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator.FirstOrderFieldIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator.Methods in org.apache.commons.math3.ode with parameters of type FieldStepHandlerModifier and TypeMethodDescriptionvoid
AbstractFieldIntegrator.addStepHandler
(FieldStepHandler<T> handler) Add a step handler to this integrator.void
FirstOrderFieldIntegrator.addStepHandler
(FieldStepHandler<T> handler) Add a step handler to this integrator. -
Uses of FieldStepHandler in org.apache.commons.math3.ode.sampling
Classes in org.apache.commons.math3.ode.sampling that implement FieldStepHandlerModifier and TypeClassDescriptionclass
FieldStepNormalizer<T extends RealFieldElement<T>>
This class wraps an object implementingFieldFixedStepHandler
into aFieldStepHandler
.