Class FixedStepRungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>>

    • Constructor Detail

      • FixedStepRungeKuttaFieldIntegrator

        protected FixedStepRungeKuttaFieldIntegrator​(Field<T> field,
                                                     String name,
                                                     T step)
        Simple constructor. Build a Runge-Kutta integrator with the given step. The default step handler does nothing.
        Parameters:
        field - field to which the time and state vector elements belong
        name - name of the method
        step - integration step