T
- type of the field elements
public class AdamsBashforthFieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>> extends AbstractLimitedVariableStepFieldIntegratorBuilder<T>
nSteps
dP, maxStep, minStep
Constructor and Description |
---|
AdamsBashforthFieldIntegratorBuilder(int nSteps, 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 AdamsBashforthFieldIntegratorBuilder(int nSteps, double minStep, double maxStep, double dP)
nSteps
- 步数
minStep
- 最小步长(s)
maxStep
- 最大步长(s)
dP
- 位置误差(m)
AdamsBashforthFieldIntegrator
, 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.