Package | Description |
---|---|
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 |
Events
|
org.hipparchus.ode.sampling |
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StepInterpolator
Deprecated.
as of 1.0, replaced with
ODEStateInterpolator |
Modifier and Type | Method and Description |
---|---|
default void |
StepHandler.handleStep(ODEStateInterpolator interpolator)
Deprecated.
Handle the last accepted step.
|
void |
DummyStepHandler.handleStep(ODEStateInterpolator interpolator)
Deprecated.
Handle the last accepted step.
|
Modifier and Type | Method and Description |
---|---|
void |
DenseOutputModel.handleStep(ODEStateInterpolator interpolator)
Handle the last accepted step.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventState.evaluateStep(ODEStateInterpolator interpolator)
Evaluate the impact of the proposed step on the event handler.
|
void |
EventState.reinitializeBegin(ODEStateInterpolator interpolator)
Reinitialize the beginning of the step.
|
boolean |
EventState.tryAdvance(ODEStateAndDerivative state,
ODEStateInterpolator interpolator)
Try to accept the current history up to the given time.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractODEStateInterpolator
This abstract class represents an interpolator over the last step
during an ODE integration.
|
Modifier and Type | Method and Description |
---|---|
void |
StepNormalizer.handleStep(ODEStateInterpolator interpolator)
Handle the last accepted step.
|
void |
ODEStepHandler.handleStep(ODEStateInterpolator interpolator)
Handle the last accepted step.
|
Copyright © 2016-2021 CS GROUP. All rights reserved.