Class MidpointIntegrator

    • 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

      • MidpointIntegrator

        public MidpointIntegrator​(double step)
        Simple constructor. Build a midpoint integrator with the given step.
        Parameters:
        step - integration step