Class HighamHall54IntegratorBuilder

All Implemented Interfaces:
ExplicitRungeKuttaIntegratorBuilder, ODEIntegratorBuilder

public class HighamHall54IntegratorBuilder extends AbstractVariableStepIntegratorBuilder<HighamHall54Integrator> implements ExplicitRungeKuttaIntegratorBuilder
Builder for HighamHall54Integrator.
Since:
6.0
Author:
Pascal Parraud
  • Constructor Details

    • HighamHall54IntegratorBuilder

      public HighamHall54IntegratorBuilder(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:
    • HighamHall54IntegratorBuilder

      public HighamHall54IntegratorBuilder(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:
      12.2
      See Also:
  • Method Details