Uses of Class
org.hipparchus.ode.FieldODEState
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
Events
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
Uses of FieldODEState in org.hipparchus.ode
Modifier and TypeClassDescriptionclass
FieldODEStateAndDerivative<T extends CalculusFieldElement<T>>
Container for time, main and secondary state vectors as well as their derivatives.Modifier and TypeMethodDescriptionvoid
FieldExpandableODE.init
(FieldODEState<T> s0, T finalTime) Initialize equations at the start of an ODE integration.protected FieldODEStateAndDerivative<T>
AbstractFieldIntegrator.initIntegration
(FieldExpandableODE<T> eqn, FieldODEState<T> s0, T t) Prepare the start of an integration.FieldODEIntegrator.integrate
(FieldExpandableODE<T> equations, FieldODEState<T> initialState, T finalTime) Integrate the differential equations up to the given time.protected void
AbstractFieldIntegrator.sanityChecks
(FieldODEState<T> initialState, T t) Check the integration span.protected void
MultistepFieldIntegrator.start
(FieldExpandableODE<T> equations, FieldODEState<T> initialState, T t) Start the integration. -
Uses of FieldODEState in org.hipparchus.ode.events
Modifier and TypeMethodDescriptionFieldEventOccurrence.getNewState()
Get the new state for a reset action.default FieldODEState<T>
FieldODEEventHandler.resetState
(FieldODEEventDetector<T> detector, FieldODEStateAndDerivative<T> state) Reset the state prior to continue the integration.default FieldODEState<T>
FieldODEStepEndHandler.resetState
(FieldODEStateAndDerivative<T> state) Reset the state prior to continue the integration.ModifierConstructorDescriptionFieldEventOccurrence
(Action action, FieldODEState<T> newState, T stopTime) Create a new occurrence of an event. -
Uses of FieldODEState in org.hipparchus.ode.nonstiff
Modifier and TypeMethodDescriptionprotected FieldODEStateAndDerivative<T>
EmbeddedRungeKuttaFieldIntegrator.initIntegration
(FieldExpandableODE<T> eqn, FieldODEState<T> s0, T t) Prepare the start of an integration.protected FieldODEStateAndDerivative<T>
RungeKuttaFieldIntegrator.initIntegration
(FieldExpandableODE<T> eqn, FieldODEState<T> s0, T t) Prepare the start of an integration.AdamsFieldIntegrator.integrate
(FieldExpandableODE<T> equations, FieldODEState<T> initialState, T finalTime) Integrate the differential equations up to the given time.EmbeddedRungeKuttaFieldIntegrator.integrate
(FieldExpandableODE<T> equations, FieldODEState<T> initialState, T finalTime) Integrate the differential equations up to the given time.RungeKuttaFieldIntegrator.integrate
(FieldExpandableODE<T> equations, FieldODEState<T> initialState, T finalTime) Integrate the differential equations up to the given time.protected void
AdaptiveStepsizeFieldIntegrator.sanityChecks
(FieldODEState<T> initialState, T t) Check the integration span.