Uses of Class
org.hipparchus.ode.ODEStateAndDerivative
-
Packages that use ODEStateAndDerivative Package Description org.hipparchus.migration.ode.events This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.ode.sampling This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.ode This package provides classes to solve Ordinary Differential Equations problems.org.hipparchus.ode.events Eventsorg.hipparchus.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems.org.hipparchus.ode.sampling This package provides classes to handle sampling steps during Ordinary Differential Equations integration. -
-
Uses of ODEStateAndDerivative in org.hipparchus.migration.ode.events
Methods in org.hipparchus.migration.ode.events with parameters of type ODEStateAndDerivative Modifier and Type Method Description default doubleEventHandler. g(ODEStateAndDerivative state)Deprecated.Compute the value of the switching function.default voidEventHandler. init(ODEStateAndDerivative initialState, double finalTime)Deprecated.Initialize event handler at the start of an ODE integration. -
Uses of ODEStateAndDerivative in org.hipparchus.migration.ode.sampling
Methods in org.hipparchus.migration.ode.sampling with parameters of type ODEStateAndDerivative Modifier and Type Method Description default voidFixedStepHandler. handleStep(ODEStateAndDerivative state, boolean isLast)Deprecated.Handle the last accepted stepdefault voidFixedStepHandler. init(ODEStateAndDerivative initialState, double finalTime)Deprecated.Initialize step handler at the start of an ODE integration.default voidStepHandler. init(ODEStateAndDerivative initialState, double finalTime)Deprecated.Initialize step handler at the start of an ODE integration. -
Uses of ODEStateAndDerivative in org.hipparchus.ode
Methods in org.hipparchus.ode that return ODEStateAndDerivative Modifier and Type Method Description protected ODEStateAndDerivativeAbstractIntegrator. acceptStep(AbstractODEStateInterpolator interpolator, double tEnd)Accept a step, triggering events and step handlers.ODEStateAndDerivativeDenseOutputModel. getInterpolatedState(double time)Get the state at interpolated time.ODEStateAndDerivativeAbstractIntegrator. getStepStart()Get the state at step start time ti.ODEStateAndDerivativeODEIntegrator. getStepStart()Get the state at step start time ti.protected ODEStateAndDerivativeAbstractIntegrator. initIntegration(ExpandableODE eqn, ODEState s0, double t)Prepare the start of an integration.ODEStateAndDerivativeODEIntegrator. integrate(ExpandableODE equations, ODEState initialState, double finalTime)Integrate the differential equations up to the given time.default ODEStateAndDerivativeODEIntegrator. integrate(OrdinaryDifferentialEquation equations, ODEState initialState, double finalTime)Integrate the differential equations up to the given time.ODEStateAndDerivativeEquationsMapper. mapStateAndDerivative(double t, double[] y, double[] yDot)Map flat arrays to a state and derivative.Methods in org.hipparchus.ode with parameters of type ODEStateAndDerivative Modifier and Type Method Description ComplexODEStateAndDerivativeComplexODEConverter. convertState(ODEStateAndDerivative state)Convert a real state and derivatives (typically the final state or some intermediate state for step handling or event handling).voidDenseOutputModel. finish(ODEStateAndDerivative finalState)Finalize integration.voidDenseOutputModel. init(ODEStateAndDerivative initialState, double targetTime)Initialize step handler at the start of an ODE integration.protected voidAbstractIntegrator. setStepStart(ODEStateAndDerivative stepStart)Set current step start. -
Uses of ODEStateAndDerivative in org.hipparchus.ode.events
Methods in org.hipparchus.ode.events with parameters of type ODEStateAndDerivative Modifier and Type Method Description doubleAdaptableInterval. currentInterval(ODEStateAndDerivative state)Get the current value of maximal time interval between events handler checks.EventOccurrenceDetectorBasedEventState. doEvent(ODEStateAndDerivative state)Notify the user's listener of the event.EventOccurrenceEventState. doEvent(ODEStateAndDerivative state)Notify the user's listener of the event.EventOccurrenceStepEndEventState. doEvent(ODEStateAndDerivative state)Notify the user's listener of the event.ActionODEEventHandler. eventOccurred(ODEStateAndDerivative state, ODEEventDetector detector, boolean increasing)Handle an event and choose what to do next.abstract doubleAbstractODEDetector. g(ODEStateAndDerivative s)Compute the value of the switching function.doubleEventSlopeFilter. g(ODEStateAndDerivative state)Compute the value of the switching function.doubleODEEventDetector. g(ODEStateAndDerivative state)Compute the value of the switching function.voidAbstractODEDetector. init(ODEStateAndDerivative s0, double t)Initialize event handler at the start of an ODE integration.voidDetectorBasedEventState. init(ODEStateAndDerivative s0, double t)Initialize handler at the start of an integration.voidEventSlopeFilter. init(ODEStateAndDerivative initialState, double finalTime)Initialize event handler at the start of an ODE integration.voidEventState. init(ODEStateAndDerivative s0, double t)Initialize handler at the start of an integration.default voidODEEventDetector. init(ODEStateAndDerivative initialState, double finalTime)Initialize event handler at the start of an ODE integration.default voidODEEventHandler. init(ODEStateAndDerivative initialState, double finalTime, ODEEventDetector detector)Initialize event handler at the start of an ODE integration.default voidODEStepEndHandler. init(ODEStateAndDerivative initialState, double finalTime)Initialize step end handler at the start of an ODE integration.voidStepEndEventState. init(ODEStateAndDerivative s0, double t)Initialize handler at the start of an integration.default ODEStateODEEventHandler. resetState(ODEEventDetector detector, ODEStateAndDerivative state)Reset the state prior to continue the integration.default ODEStateODEStepEndHandler. resetState(ODEStateAndDerivative state)Reset the state prior to continue the integration.ActionODEStepEndHandler. stepEndOccurred(ODEStateAndDerivative state, boolean forward)Handle an event and choose what to do next.booleanDetectorBasedEventState. tryAdvance(ODEStateAndDerivative state, ODEStateInterpolator interpolator)Try to accept the current history up to the given time. -
Uses of ODEStateAndDerivative in org.hipparchus.ode.nonstiff
Methods in org.hipparchus.ode.nonstiff that return ODEStateAndDerivative Modifier and Type Method Description ODEStateAndDerivativeAdamsIntegrator. integrate(ExpandableODE equations, ODEState initialState, double finalTime)Integrate the differential equations up to the given time.ODEStateAndDerivativeEmbeddedRungeKuttaIntegrator. integrate(ExpandableODE equations, ODEState initialState, double finalTime)Integrate the differential equations up to the given time.ODEStateAndDerivativeGraggBulirschStoerIntegrator. integrate(ExpandableODE equations, ODEState initialState, double finalTime)Integrate the differential equations up to the given time.ODEStateAndDerivativeRungeKuttaIntegrator. integrate(ExpandableODE equations, ODEState initialState, double finalTime)Integrate the differential equations up to the given time.Methods in org.hipparchus.ode.nonstiff with parameters of type ODEStateAndDerivative Modifier and Type Method Description protected org.hipparchus.ode.nonstiff.ClassicalRungeKuttaStateInterpolatorClassicalRungeKuttaIntegrator. createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper)Create an interpolator.protected org.hipparchus.ode.nonstiff.DormandPrince54StateInterpolatorDormandPrince54Integrator. createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper)Create an interpolator.protected org.hipparchus.ode.nonstiff.DormandPrince853StateInterpolatorDormandPrince853Integrator. createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper)Create an interpolator.protected abstract org.hipparchus.ode.nonstiff.RungeKuttaStateInterpolatorEmbeddedRungeKuttaIntegrator. createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper)Create an interpolator.protected org.hipparchus.ode.nonstiff.EulerStateInterpolatorEulerIntegrator. createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper)Create an interpolator.protected org.hipparchus.ode.nonstiff.GillStateInterpolatorGillIntegrator. createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper)Create an interpolator.protected org.hipparchus.ode.nonstiff.HighamHall54StateInterpolatorHighamHall54Integrator. createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper)Create an interpolator.protected org.hipparchus.ode.nonstiff.LutherStateInterpolatorLutherIntegrator. createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper)Create an interpolator.protected org.hipparchus.ode.nonstiff.MidpointStateInterpolatorMidpointIntegrator. createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper)Create an interpolator.protected abstract org.hipparchus.ode.nonstiff.RungeKuttaStateInterpolatorRungeKuttaIntegrator. createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper)Create an interpolator.protected org.hipparchus.ode.nonstiff.ThreeEighthesStateInterpolatorThreeEighthesIntegrator. createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper)Create an interpolator.protected org.hipparchus.ode.nonstiff.AdamsStateInterpolatorAdamsBashforthIntegrator. finalizeStep(double stepSize, double[] predictedState, double[] predictedScaled, Array2DRowRealMatrix predictedNordsieck, boolean isForward, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper equationsMapper)Finalize the step.protected abstract org.hipparchus.ode.nonstiff.AdamsStateInterpolatorAdamsIntegrator. finalizeStep(double stepSize, double[] predictedState, double[] predictedScaled, Array2DRowRealMatrix predictedNordsieck, boolean isForward, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper equationsMapper)Finalize the step.protected org.hipparchus.ode.nonstiff.AdamsStateInterpolatorAdamsMoultonIntegrator. finalizeStep(double stepSize, double[] predictedState, double[] predictedScaled, Array2DRowRealMatrix predictedNordsieck, boolean isForward, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper equationsMapper)Finalize the step.doubleAdaptiveStepsizeIntegrator. initializeStep(boolean forward, int order, double[] scale, ODEStateAndDerivative state0)Initialize the integration step. -
Uses of ODEStateAndDerivative in org.hipparchus.ode.sampling
Methods in org.hipparchus.ode.sampling that return ODEStateAndDerivative Modifier and Type Method Description protected abstract ODEStateAndDerivativeAbstractODEStateInterpolator. computeInterpolatedStateAndDerivatives(EquationsMapper equationsMapper, double time, double theta, double thetaH, double oneMinusThetaH)Compute the state and derivatives at the interpolated time.ODEStateAndDerivativeAbstractODEStateInterpolator. getCurrentState()Get the state at current grid point time.ODEStateAndDerivativeODEStateInterpolator. getCurrentState()Get the state at current grid point time.ODEStateAndDerivativeAbstractODEStateInterpolator. getGlobalCurrentState()Get the current global grid point state.ODEStateAndDerivativeAbstractODEStateInterpolator. getGlobalPreviousState()Get the previous global grid point state.ODEStateAndDerivativeAbstractODEStateInterpolator. getInterpolatedState(double time)Get the state at interpolated time.ODEStateAndDerivativeODEStateInterpolator. getInterpolatedState(double time)Get the state at interpolated time.ODEStateAndDerivativeAbstractODEStateInterpolator. getPreviousState()Get the state at previous grid point time.ODEStateAndDerivativeODEStateInterpolator. getPreviousState()Get the state at previous grid point time.Methods in org.hipparchus.ode.sampling with parameters of type ODEStateAndDerivative Modifier and Type Method Description protected abstract AbstractODEStateInterpolatorAbstractODEStateInterpolator. create(boolean newForward, ODEStateAndDerivative newGlobalPreviousState, ODEStateAndDerivative newGlobalCurrentState, ODEStateAndDerivative newSoftPreviousState, ODEStateAndDerivative newSoftCurrentState, EquationsMapper newMapper)Create a new instance.default voidODEStepHandler. finish(ODEStateAndDerivative finalState)Finalize integration.voidStepNormalizer. finish(ODEStateAndDerivative finalState)Finalize integration.voidODEFixedStepHandler. handleStep(ODEStateAndDerivative state, boolean isLast)Handle the last accepted stepdefault voidODEFixedStepHandler. init(ODEStateAndDerivative initialState, double finalTime)Initialize step handler at the start of an ODE integration.default voidODEStepHandler. init(ODEStateAndDerivative initialState, double finalTime)Initialize step handler at the start of an ODE integration.voidStepNormalizer. init(ODEStateAndDerivative initialState, double finalTime)Initialize step handler at the start of an ODE integration.AbstractODEStateInterpolatorAbstractODEStateInterpolator. restrictStep(ODEStateAndDerivative previousState, ODEStateAndDerivative currentState)Create a new restricted version of the instance.Constructors in org.hipparchus.ode.sampling with parameters of type ODEStateAndDerivative Constructor Description AbstractODEStateInterpolator(boolean isForward, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, ODEStateAndDerivative softPreviousState, ODEStateAndDerivative softCurrentState, EquationsMapper equationsMapper)Simple constructor.
-