public class DormandPrince853IntegratorBuilder extends Object implements ODEIntegratorBuilder
| Constructor and Description |
|---|
DormandPrince853IntegratorBuilder(double minStep,
double maxStep,
double dP)
Build a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.hipparchus.ode.AbstractIntegrator |
buildIntegrator(Orbit orbit,
OrbitType orbitType)
Build a first order integrator.
|
public DormandPrince853IntegratorBuilder(double minStep,
double maxStep,
double dP)
minStep - minimum step size (s)maxStep - maximum step size (s)dP - position error (m)DormandPrince853Integrator,
NumericalPropagator.tolerances(double, Orbit, OrbitType)public org.hipparchus.ode.AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType)
buildIntegrator in interface ODEIntegratorBuilderorbit - reference orbitorbitType - orbit type to useCopyright © 2002-2023 CS GROUP. All rights reserved.