Class TransientDataHandler

java.lang.Object
jline.solvers.fluid.odes.TransientDataHandler
All Implemented Interfaces:
org.apache.commons.math3.ode.sampling.StepHandler

public class TransientDataHandler extends Object implements org.apache.commons.math3.ode.sampling.StepHandler
  • Field Details

  • Constructor Details

    • TransientDataHandler

      public TransientDataHandler(int numDimensions)
  • Method Details

    • init

      public void init(double t0, double[] x0, double t)
      Specified by:
      init in interface org.apache.commons.math3.ode.sampling.StepHandler
    • handleStep

      public void handleStep(org.apache.commons.math3.ode.sampling.StepInterpolator interpolator, boolean isLast)
      Specified by:
      handleStep in interface org.apache.commons.math3.ode.sampling.StepHandler