Class GillIntegrator

    • 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

      • GillIntegrator

        public GillIntegrator​(double step)
        Simple constructor. Build a fourth-order Gill integrator with the given step.
        Parameters:
        step - integration step