Package cnuphys.rk4

Class ButcherTableau

java.lang.Object
cnuphys.rk4.ButcherTableau

public class ButcherTableau extends Object
  • Field Details

  • Method Details

    • getNumStage

      public int getNumStage()
      Get the number of stages
      Returns:
      the number of stages
    • a

      public double a(int i, int j)
    • b

      public double b(int index)
    • bstar

      public double bstar(int index)
    • bdiff

      public double bdiff(int index)
    • c

      public double c(int index)
    • isAugmented

      public boolean isAugmented()
    • report

      public void report()
    • main

      public static void main(String[] arg)