Class ThreeEighthesIntegrator

    • Field Detail

      • STATIC_C

        private static final double[] STATIC_C
        Time steps Butcher array.
      • STATIC_A

        private static final double[][] STATIC_A
        Internal weights Butcher array.
      • STATIC_B

        private static final double[] STATIC_B
        Propagation weights Butcher array.
    • Constructor Detail

      • ThreeEighthesIntegrator

        public ThreeEighthesIntegrator​(double step)
        Simple constructor. Build a 3/8 integrator with the given step.
        Parameters:
        step - integration step