Properties for the Bulirsch-Stoer numerical integrator.
![]() | Gets or sets the first safety coefficient. Dimensionless. |
![]() | Gets or sets the initial step. Uses time dimension. |
![]() | Gets or sets the maximum number of iterations. Dimensionless. |
![]() | Gets or sets the maximum relative error used to control step size. Dimensionless. |
![]() | Gets or sets the maximum number of sequences. Dimensionless. |
![]() | Gets or sets the maximum step size to allow (absolute value). Uses Time Dimension. |
![]() | Gets or sets the minimum step size to allow (absolute value). Uses Time Dimension. |
![]() | Gets or sets the second safety coefficient. Dimensionless. |
![]() | Gets or sets the error tolerance for step size control. Dimensionless. |
![]() | True if running in fixed-step mode. |
![]() | Whether or not to enforce the maximum step. |
![]() | Whether or not to enforce the minimum step. |
Implemented Interface |
---|
IAgVANumericalIntegrator |