Uses of Class
org.apache.commons.math3.ode.FieldODEState
Packages that use FieldODEState
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 solve non-stiff Ordinary Differential Equations problems.
-
Uses of FieldODEState in org.apache.commons.math3.ode
Subclasses of FieldODEState in org.apache.commons.math3.odeModifier and TypeClassDescriptionclassFieldODEStateAndDerivative<T extends RealFieldElement<T>>Container for time, main and secondary state vectors as well as their derivatives.Methods in org.apache.commons.math3.ode with parameters of type FieldODEStateModifier and TypeMethodDescriptionFirstOrderFieldIntegrator.integrate(FieldExpandableODE<T> equations, FieldODEState<T> initialState, T finalTime) Integrate the differential equations up to the given time.T[]FieldEquationsMapper.mapState(FieldODEState<T> state) Map a state to a complete flat array.protected voidAbstractFieldIntegrator.sanityChecks(FieldODEState<T> eqn, T t) Check the integration span.protected voidMultistepFieldIntegrator.start(FieldExpandableODE<T> equations, FieldODEState<T> initialState, T t) Start the integration. -
Uses of FieldODEState in org.apache.commons.math3.ode.events
Methods in org.apache.commons.math3.ode.events that return FieldODEStateModifier and TypeMethodDescriptionFieldEventState.reset(FieldODEStateAndDerivative<T> state) Let the event handler reset the state if it wants.FieldEventHandler.resetState(FieldODEStateAndDerivative<T> state) Reset the state prior to continue the integration. -
Uses of FieldODEState in org.apache.commons.math3.ode.nonstiff
Methods in org.apache.commons.math3.ode.nonstiff with parameters of type FieldODEStateModifier and TypeMethodDescriptionAdamsBashforthFieldIntegrator.integrate(FieldExpandableODE<T> equations, FieldODEState<T> initialState, T finalTime) Integrate the differential equations up to the given time.abstract FieldODEStateAndDerivative<T> AdamsFieldIntegrator.integrate(FieldExpandableODE<T> equations, FieldODEState<T> initialState, T finalTime) Integrate the differential equations up to the given time.AdamsMoultonFieldIntegrator.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 voidAdaptiveStepsizeFieldIntegrator.sanityChecks(FieldODEState<T> eqn, T t) Check the integration span.