public class DormandPrince853IntegratorBuilder extends Object implements FirstOrderIntegratorBuilder
| Constructor and Description |
|---|
DormandPrince853IntegratorBuilder(double minStep,
double maxStep,
double dP)
Build a new instance.
|
public DormandPrince853IntegratorBuilder(double minStep,
double maxStep,
double dP)
minStep - minimum step size (s)maxStep - maximum step size (s)dP - position error (m)DormandPrince853Integrator,
NumericalPropagator.tolerances(double, Orbit, OrbitType)public AbstractIntegrator buildIntegrator(Orbit orbit) throws PropagationException
buildIntegrator in interface FirstOrderIntegratorBuilderorbit - reference orbitPropagationException - if integrator cannot been builtCopyright © 2002-2015 CS Systèmes d'information. All rights reserved.