Interface IRkListener

All Known Implementing Classes:
DefaultListener

public interface IRkListener
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    nextStep(double newT, double[] newY, double h)
    The integration has advanced one step
  • Method Details Link icon

    • nextStep Link icon

      void nextStep(double newT, double[] newY, double h)
      The integration has advanced one step
      Parameters:
      newT - the new value of the independent variable (e.g., time)
      newY - the new value of the dependent variable, e.g. often a vector with six elements, e.g.: x, y, z, dx/dt, dy/dt, dz/dt
      h - the stepsize used for this advance