Package | Description |
---|---|
fr.cnes.sirius.patrius.math.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
fr.cnes.sirius.patrius.math.ode.nonstiff | |
fr.cnes.sirius.patrius.math.ode.sampling |
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
|
Modifier and Type | Method and Description |
---|---|
protected double |
AbstractIntegrator.acceptStep(AbstractStepInterpolator interpolator,
double[] y,
double[] yDot,
double tEnd)
Accept a step, triggering events and step handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
RungeKutta6StepInterpolator
Interpolator for
RungeKutta6Integrator . |
Modifier and Type | Class and Description |
---|---|
class |
NordsieckStepInterpolator
This class implements an interpolator for integrators using Nordsieck representation.
|
Constructor and Description |
---|
AbstractStepInterpolator(AbstractStepInterpolator interpolator)
Copy constructor.
|
Copyright © 2020 CNES. All rights reserved.