Class ClassicalRungeKuttaIntegratorBuilder
- java.lang.Object
-
- org.orekit.propagation.conversion.ClassicalRungeKuttaIntegratorBuilder
-
- All Implemented Interfaces:
ODEIntegratorBuilder
public class ClassicalRungeKuttaIntegratorBuilder extends Object implements ODEIntegratorBuilder
Builder for ClassicalRungeKuttaIntegrator.- Since:
- 6.0
- Author:
- Pascal Parraud
-
-
Constructor Summary
Constructors Constructor Description ClassicalRungeKuttaIntegratorBuilder(double step)
Build a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hipparchus.ode.AbstractIntegrator
buildIntegrator(Orbit orbit, OrbitType orbitType)
Build a first order integrator.
-
-
-
Method Detail
-
buildIntegrator
public org.hipparchus.ode.AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType)
Build a first order integrator.- Specified by:
buildIntegrator
in interfaceODEIntegratorBuilder
- Parameters:
orbit
- reference orbitorbitType
- orbit type to use- Returns:
- a first order integrator ready to use
-
-