Uses of Interface
org.hipparchus.ode.sampling.FieldODEStepHandler
Packages that use FieldODEStepHandler
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 FieldODEStepHandler in org.hipparchus.ode
Classes in org.hipparchus.ode that implement FieldODEStepHandlerModifier and TypeClassDescriptionclass
FieldDenseOutputModel<T extends CalculusFieldElement<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.hipparchus.ode that return types with arguments of type FieldODEStepHandlerModifier and TypeMethodDescriptionAbstractFieldIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator.FieldODEIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator.Methods in org.hipparchus.ode with parameters of type FieldODEStepHandlerModifier and TypeMethodDescriptionvoid
AbstractFieldIntegrator.addStepHandler
(FieldODEStepHandler<T> handler) Add a step handler to this integrator.void
FieldODEIntegrator.addStepHandler
(FieldODEStepHandler<T> handler) Add a step handler to this integrator. -
Uses of FieldODEStepHandler in org.hipparchus.ode.sampling
Classes in org.hipparchus.ode.sampling that implement FieldODEStepHandlerModifier and TypeClassDescriptionclass
FieldStepNormalizer<T extends CalculusFieldElement<T>>
This class wraps an object implementingFieldODEFixedStepHandler
into aFieldODEStepHandler
.