Properties for the Bulirsch-Stoer numerical integrator.
FirstSafetyCoefficient | Gets or sets the first safety coefficient. Dimensionless. |
InitialStep | Gets or sets the initial step. Uses time dimension. |
MaxIterations | Gets or sets the maximum number of iterations. Dimensionless. |
MaxRelErr | Gets or sets the maximum relative error used to control step size. Dimensionless. |
MaxSequences | Gets or sets the maximum number of sequences. Dimensionless. |
MaxStep | Gets or sets the maximum step size to allow (absolute value). Uses Time Dimension. |
MinStep | Gets or sets the minimum step size to allow (absolute value). Uses Time Dimension. |
SecondSafetyCoefficient | Gets or sets the second safety coefficient. Dimensionless. |
Tolerance | Gets or sets the error tolerance for step size control. Dimensionless. |
UseFixedStep | True if running in fixed-step mode. |
UseMaxStep | Whether or not to enforce the maximum step. |
UseMinStep | Whether or not to enforce the minimum step. |
Implemented Interface |
---|
IAgVANumericalIntegrator |