AdamsBashforthIntegratorBuilder
, AdamsMoultonIntegratorBuilder
, ClassicalRungeKuttaIntegratorBuilder
, DormandPrince54IntegratorBuilder
, DormandPrince853IntegratorBuilder
, EulerIntegratorBuilder
, GillIntegratorBuilder
, GraggBulirschStoerIntegratorBuilder
, HighamHall54IntegratorBuilder
, LutherIntegratorBuilder
, MidpointIntegratorBuilder
, ThreeEighthesIntegratorBuilder
public interface ODEIntegratorBuilder
Modifier and Type | Method | Description |
---|---|---|
AbstractIntegrator |
buildIntegrator(Orbit orbit,
OrbitType orbitType) |
Build a first order integrator.
|
AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType) throws OrekitException
orbit
- reference orbitorbitType
- orbit type to useOrekitException
- if integrator cannot been builtCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.