public class AdamsMoultonIntegratorBuilder extends Object implements FirstOrderIntegratorBuilder
| Constructor and Description |
|---|
AdamsMoultonIntegratorBuilder(int nSteps,
double minStep,
double maxStep,
double dP)
Build a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.ode.AbstractIntegrator |
buildIntegrator(Orbit orbit,
OrbitType orbitType)
Build a first order integrator.
|
public AdamsMoultonIntegratorBuilder(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)AdamsMoultonIntegrator,
NumericalPropagator.tolerances(double, Orbit, OrbitType)public org.apache.commons.math3.ode.AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType) throws PropagationException
buildIntegrator in interface FirstOrderIntegratorBuilderorbit - reference orbitorbitType - orbit type to usePropagationException - if integrator cannot been builtCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.