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 |
ContinuousOutputFieldModel.handleStep(FieldStepInterpolator<T> interpolator,
boolean isLast)
Handle the last accepted step.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FieldEventState.evaluateStep(FieldStepInterpolator<T> interpolator)
Evaluate the impact of the proposed step on the event handler.
|
void |
FieldEventState.reinitializeBegin(FieldStepInterpolator<T> interpolator)
Reinitialize the beginning of the step.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldStepInterpolator<T extends RealFieldElement<T>>
This abstract class represents an interpolator over the last step
during an ODE integration.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldStepNormalizer.handleStep(FieldStepInterpolator<T> interpolator,
boolean isLast)
Handle the last accepted step
|
void |
FieldStepHandler.handleStep(FieldStepInterpolator<T> interpolator,
boolean isLast)
Handle the last accepted step
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.