Interface | Description |
---|---|
FixedStepHandler |
This interface represents a handler that should be called after
each successful fixed step.
|
StepHandler |
This interface represents a handler that should be called after
each successful step.
|
StepInterpolator |
This interface represents an interpolator over the last step
during an ODE integration.
|
Class | Description |
---|---|
AbstractStepInterpolator |
This abstract class represents an interpolator over the last step
during an ODE integration.
|
DummyStepHandler |
This class is a step handler that does nothing.
|
DummyStepInterpolator |
This class is a step interpolator that does nothing.
|
NordsieckStepInterpolator |
This class implements an interpolator for integrators using Nordsieck representation.
|
StepNormalizer |
This class wraps an object implementing
FixedStepHandler
into a StepHandler . |
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"