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