Package jline.solvers.fluid.handlers
Class MethodStepHandler
java.lang.Object
jline.solvers.fluid.handlers.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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleStep(org.apache.commons.math3.ode.sampling.StepInterpolator interpolator, boolean isLast) voidinit(double t0, double[] x0, double t)
-
Field Details
-
tVec
-
xVec
-
-
Constructor Details
-
MethodStepHandler
public MethodStepHandler(int numDimensions)
-
-
Method Details
-
handleStep
public void handleStep(org.apache.commons.math3.ode.sampling.StepInterpolator interpolator, boolean isLast) - Specified by:
handleStepin interfaceorg.apache.commons.math3.ode.sampling.StepHandler
-
init
public void init(double t0, double[] x0, double t) - Specified by:
initin interfaceorg.apache.commons.math3.ode.sampling.StepHandler
-