public interface IntegratorInterface
Modifier and Type | Method and Description |
---|---|
double |
getAbsMassTolerance()
Get the absolute mass tolerance.
|
org.apache.commons.math3.ode.FirstOrderIntegrator |
getFirstOrderIntegrator(org.orekit.orbits.Orbit initialOrbit)
Get the first order integrator.
|
double |
getRelMassTolerance()
Get the relative mass tolerance.
|
org.apache.commons.math3.ode.FirstOrderIntegrator getFirstOrderIntegrator(org.orekit.orbits.Orbit initialOrbit) throws PsimuException
initialOrbit
- initial orbit for simplified tolerances computation. It might be null if complete
tolerances were already given. (Only for DOP Integrator)PsimuException
- if simplified tolerances are required and no orbit is givendouble getAbsMassTolerance()
double getRelMassTolerance()
Copyright © 2017. All rights reserved.