public class DormandPrince54IntegratorBuilder extends Object implements ODEIntegratorBuilder
Constructor and Description |
---|
DormandPrince54IntegratorBuilder(double minStep, double maxStep, double dP)
构建一个新实例。
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.ode.AbstractIntegrator |
buildIntegrator(Orbit orbit, OrbitType orbitType)
构建一个一阶积分器。
|
public DormandPrince54IntegratorBuilder(double minStep, double maxStep, double dP)
minStep
- 最小步长(秒)
maxStep
- 最大步长(秒)
dP
- 位置误差(米)
DormandPrince54Integrator
, NumericalPropagator.tolerances(double, Orbit, OrbitType)
public org.hipparchus.ode.AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType)
buildIntegrator
在接口 ODEIntegratorBuilder
orbit
- 参考轨道
orbitType
- 要使用的轨道类型
Copyright © 2002-2023 CS GROUP. All rights reserved.