Class DormandPrince853FieldIntegratorBuilder<T extends CalculusFieldElement<T>>

    • Constructor Detail

      • DormandPrince853FieldIntegratorBuilder

        public DormandPrince853FieldIntegratorBuilder​(double minStep,
                                                      double maxStep,
                                                      double dP)
        Build a new instance using default integration tolerances.
        Parameters:
        minStep - minimum step size (s)
        maxStep - maximum step size (s)
        dP - position error (m)
        See Also:
        DormandPrince853FieldIntegrator
      • DormandPrince853FieldIntegratorBuilder

        public DormandPrince853FieldIntegratorBuilder​(double minStep,
                                                      double maxStep,
                                                      ToleranceProvider toleranceProvider)
        Build a new instance.
        Parameters:
        minStep - minimum step size (s)
        maxStep - maximum step size (s)
        toleranceProvider - integration tolerance provider
        Since:
        13.0
        See Also:
        DormandPrince853FieldIntegrator