类 GraggBulirschStoerIntegratorTest.VariableStepHandler
java.lang.Object
org.hipparchus.ode.nonstiff.GraggBulirschStoerIntegratorTest.VariableStepHandler
- 所有已实现的接口:
-
ODEStepHandler
public static class GraggBulirschStoerIntegratorTest.VariableStepHandler extends Object implements ODEStepHandler
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidfinish(ODEStateAndDerivative finalState) 集成的最终处理。voidhandleStep(ODEStateInterpolator interpolator) 处理最后接受的步骤。voidinit(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- 集成结束时的状态
-