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