类 GraggBulirschStoerIntegratorTest.VariableStepHandler
java.lang.Object
org.hipparchus.ode.nonstiff.GraggBulirschStoerIntegratorTest.VariableStepHandler
- 所有已实现的接口:
-
ODEStepHandler
public static class GraggBulirschStoerIntegratorTest.VariableStepHandler extends Object implements ODEStepHandler
-
构造器概要
-
方法概要
修饰符和类型方法说明void
finish
(ODEStateAndDerivative finalState) 集成的最终处理。void
handleStep
(ODEStateInterpolator interpolator) 处理最后接受的步骤。void
init
(double t0, double[] y0, double t) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 org.hipparchus.ode.sampling.ODEStepHandler
init
-
构造器详细资料
-
VariableStepHandler
public VariableStepHandler()
-
-
方法详细资料
-
init
public void init(double t0, double[] y0, double t) -
handleStep
从接口复制的说明:ODEStepHandler
处理最后接受的步骤。- 指定者:
-
handleStep
在接口中ODEStepHandler
- 参数:
-
interpolator
- 最后接受步骤的插值器
-
finish
从接口复制的说明:ODEStepHandler
集成的最终处理。- 指定者:
-
finish
在接口中ODEStepHandler
- 参数:
-
finalState
- 集成结束时的状态
-