Package | Description |
---|---|
org.apache.commons.math3.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
org.apache.commons.math3.ode.events |
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
|
org.apache.commons.math3.ode.sampling |
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
|
Modifier and Type | Method and Description |
---|---|
void |
ContinuousOutputModel.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventState.evaluateStep(StepInterpolator interpolator)
Evaluate the impact of the proposed step on the event handler.
|
void |
EventState.reinitializeBegin(StepInterpolator interpolator)
Reinitialize the beginning of the step.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStepInterpolator
This abstract class represents an interpolator over the last step
during an ODE integration.
|
class |
NordsieckStepInterpolator
This class implements an interpolator for integrators using Nordsieck representation.
|
Modifier and Type | Method and Description |
---|---|
StepInterpolator |
AbstractStepInterpolator.copy()
Copy the instance.
|
StepInterpolator |
StepInterpolator.copy()
Copy the instance.
|
protected StepInterpolator |
NordsieckStepInterpolator.doCopy()
Really copy the finalized instance.
|
protected abstract StepInterpolator |
AbstractStepInterpolator.doCopy()
Really copy the finalized instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DummyStepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step.
|
void |
StepNormalizer.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step
|
void |
StepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.