Package jline.solvers.fluid.odes
Class MethodStepHandler
java.lang.Object
jline.solvers.fluid.odes.MethodStepHandler
- All Implemented Interfaces:
org.apache.commons.math3.ode.sampling.StepHandler
public class MethodStepHandler
extends Object
implements org.apache.commons.math3.ode.sampling.StepHandler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleStep
(org.apache.commons.math3.ode.sampling.StepInterpolator interpolator, boolean isLast) void
init
(double t0, double[] x0, double t)
-
Field Details
-
tVec
-
xVec
-
-
Constructor Details
-
MethodStepHandler
public MethodStepHandler(int numDimensions)
-
-
Method Details
-
init
public void init(double t0, double[] x0, double t) - Specified by:
init
in interfaceorg.apache.commons.math3.ode.sampling.StepHandler
-
handleStep
public void handleStep(org.apache.commons.math3.ode.sampling.StepInterpolator interpolator, boolean isLast) - Specified by:
handleStep
in interfaceorg.apache.commons.math3.ode.sampling.StepHandler
-