public class ClassicalRungeKuttaIntegratorBuilder extends Object implements ODEIntegratorBuilder
Constructor and Description |
---|
ClassicalRungeKuttaIntegratorBuilder(double step)
Build a new instance.
|
Modifier and Type | Method and Description |
---|---|
AbstractIntegrator |
buildIntegrator(Orbit orbit,
OrbitType orbitType)
Build a first order integrator.
|
public ClassicalRungeKuttaIntegratorBuilder(double step)
step
- step size (s)ClassicalRungeKuttaIntegrator
public AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType)
buildIntegrator
in interface ODEIntegratorBuilder
orbit
- reference orbitorbitType
- orbit type to useCopyright © 2002-2022 CS GROUP. All rights reserved.