Properties for the RK4th5th numerical integrator.
![]() | Gets or sets the error control method. |
![]() | Gets or sets the 'safety' coefficient used to decrease step size if the error is too high. Dimensionless. |
![]() | Gets or sets the initial step. Uses time dimension. |
![]() | Gets or sets the 'safety' coefficient used to increase step size if the error is too low. Dimensionless. |
![]() | Gets or sets the maximum absolute error; Also used if relative scale is too small. Dimensionless. |
![]() | Gets or sets the maximum iterations. Dimensionless. |
![]() | Gets or sets the maximum relative error used to control step size. 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. |
![]() | 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 |
---|
AgVARK4th5th |