T
- type of the field elements
public class HighamHall54FieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>> extends AbstractVariableStepFieldIntegratorBuilder<T>
dP, maxStep, minStep
Constructor and Description |
---|
HighamHall54FieldIntegratorBuilder(double minStep, double maxStep, double dP)
构建一个新实例。
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.ode.AbstractFieldIntegrator<T> |
buildIntegrator(org.hipparchus.Field<T> field, Orbit orbit, OrbitType orbitType)
构建一个一阶积分器。
|
buildIntegrator
public HighamHall54FieldIntegratorBuilder(double minStep, double maxStep, double dP)
minStep
- 最小步长(秒)
maxStep
- 最大步长(秒)
dP
- 位置误差(米)
HighamHall54FieldIntegrator
, NumericalPropagator.tolerances(double, Orbit, OrbitType)
public org.hipparchus.ode.AbstractFieldIntegrator<T> buildIntegrator(org.hipparchus.Field<T> field, Orbit orbit, OrbitType orbitType)
buildIntegrator
在接口 FieldODEIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>>
buildIntegrator
在类 AbstractVariableStepFieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>>
field
- 元素所属的域
orbit
- 参考轨道
orbitType
- 使用的轨道类型
Copyright © 2002-2023 CS GROUP. All rights reserved.