public class ClassicalRungeKuttaIntegratorBuilder extends Object implements ODEIntegratorBuilder
Constructor and Description |
---|
ClassicalRungeKuttaIntegratorBuilder(double step)
构建一个新实例。
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.ode.AbstractIntegrator |
buildIntegrator(Orbit orbit, OrbitType orbitType)
构建一个一阶积分器。
|
public ClassicalRungeKuttaIntegratorBuilder(double step)
step
- 步长(秒)
ClassicalRungeKuttaIntegrator
public org.hipparchus.ode.AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType)
buildIntegrator
在接口 ODEIntegratorBuilder
orbit
- 参考轨道
orbitType
- 要使用的轨道类型
Copyright © 2002-2023 CS GROUP. All rights reserved.