public class AdamsBashforthIntegratorBuilder extends Object implements ODEIntegratorBuilder
| Constructor and Description |
|---|
AdamsBashforthIntegratorBuilder(int nSteps,
double minStep,
double maxStep,
double dP)
Build a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractIntegrator |
buildIntegrator(Orbit orbit,
OrbitType orbitType)
Build a first order integrator.
|
public AdamsBashforthIntegratorBuilder(int nSteps,
double minStep,
double maxStep,
double dP)
nSteps - number of stepsminStep - minimum step size (s)maxStep - maximum step size (s)dP - position error (m)AdamsBashforthIntegrator,
NumericalPropagator.tolerances(double, Orbit, OrbitType)public AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType) throws OrekitException
buildIntegrator in interface ODEIntegratorBuilderorbit - reference orbitorbitType - orbit type to useOrekitException - if integrator cannot been builtCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.