Properties for the Bulirsch-Stoer numerical integrator.
![]() | The first safety coefficient. Dimensionless. |
![]() | The initial step. Uses time dimension. |
![]() | The maximum number of iterations. Dimensionless. |
![]() | The maximum relative error used to control step size. Dimensionless. |
![]() | The maximum number of sequences. Dimensionless. |
![]() | The maximum step size to allow (absolute value). Uses Time Dimension. |
![]() | The minimum step size to allow (absolute value). Uses Time Dimension. |
![]() | The second safety coefficient. Dimensionless. |
![]() | 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 |