public class DormandPrince54IntegratorBuilder extends Object implements FirstOrderIntegratorBuilder
Constructor and Description |
---|
DormandPrince54IntegratorBuilder(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 DormandPrince54IntegratorBuilder(double minStep, double maxStep, double dP)
minStep
- minimum step size (s)maxStep
- maximum step size (s)dP
- position error (m)DormandPrince54Integrator
,
NumericalPropagator.tolerances(double, Orbit, OrbitType)
public org.apache.commons.math3.ode.AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType) throws PropagationException
buildIntegrator
in interface FirstOrderIntegratorBuilder
orbit
- reference orbitorbitType
- orbit type to usePropagationException
- if integrator cannot been builtCopyright © 2002–2016 CS Syst?mes d'Information. All rights reserved.