Package jline.solvers.fluid.handlers
Class MethodStepHandler
-
- All Implemented Interfaces:
-
org.apache.commons.math3.ode.sampling.StepHandler
public class MethodStepHandler implements StepHandler
-
-
Constructor Summary
Constructors Constructor Description MethodStepHandler(int numDimensions)
-
Method Summary
Modifier and Type Method Description void
handleStep(StepInterpolator interpolator, boolean isLast)
void
init(double t0, Array<double> x0, double t)
-
-
Method Detail
-
handleStep
void handleStep(StepInterpolator interpolator, boolean isLast)
-
-
-
-