public class GillIntegratorBuilder extends Object implements ODEIntegratorBuilder
| Constructor and Description |
|---|
GillIntegratorBuilder(double step)
Build a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractIntegrator |
buildIntegrator(Orbit orbit,
OrbitType orbitType)
Build a first order integrator.
|
public GillIntegratorBuilder(double step)
step - step size (s)GillIntegratorpublic AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType)
buildIntegrator in interface ODEIntegratorBuilderorbit - reference orbitorbitType - orbit type to useCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.