T
- type of the field elements
public class ClassicalRungeKuttaFieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>> extends AbstractFixedStepFieldIntegratorBuilder<T>
Constructor and Description |
---|
ClassicalRungeKuttaFieldIntegratorBuilder(double step)
构造函数。
|
ClassicalRungeKuttaFieldIntegratorBuilder(T step)
使用“fielded”步长的构造函数。
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.ode.AbstractFieldIntegrator<T> |
buildIntegrator(org.hipparchus.Field<T> field, Orbit orbit, OrbitType orbitType)
构建一个一阶积分器。
|
checkStep, getFieldStep
buildIntegrator
public ClassicalRungeKuttaFieldIntegratorBuilder(double step)
step
- 步长(s)
ClassicalRungeKuttaFieldIntegrator
public ClassicalRungeKuttaFieldIntegratorBuilder(T step)
警告:给定的“fielded”步长必须与调用buildIntegrator(org.hipparchus.Field<T>, org.orekit.orbits.Orbit, org.orekit.orbits.OrbitType)
时将要使用的字段相同
step
- 步长(s)
ClassicalRungeKuttaFieldIntegrator
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
在类 AbstractFieldIntegratorBuilder<T extends org.hipparchus.CalculusFieldElement<T>>
field
- 元素所属的字段
orbit
- 参考轨道
orbitType
- 要使用的轨道类型
Copyright © 2002-2023 CS GROUP. All rights reserved.