Properties for the RK8th9th numerical integrator.
![]() | The set of coefficients to use. |
![]() | The error control method. |
![]() | The 'safety' coefficient used to decrease step size if the error is too high. Dimensionless. |
![]() | The initial step. Uses time dimension. |
![]() | The 'safety' coefficient used to increase step size if the error is too low. Dimensionless. |
![]() | The maximum absolute error; Also used if relative scale is too small. Dimensionless. |
![]() | The maximum iterations. Dimensionless. |
![]() | The maximum relative error used to control step size. Dimensionless. |
![]() | The maximum step size to allow (absolute value). Uses Time Dimension. |
![]() | The minimum step size to allow (absolute value). Uses Time Dimension. |
![]() | 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 |
Name |
---|
AgVARKV8th9th |