Properties for the RK8th9th numerical integrator.
CoeffType | Gets or sets the set of coefficients to use. |
ErrorControl | Gets or sets the error control method. |
HighSafetyCoefficient | Gets or sets the 'safety' coefficient used to decrease step size if the error is too high. Dimensionless. |
InitialStep | Gets or sets the initial step. Uses time dimension. |
LowSafetyCoefficient | Gets or sets the 'safety' coefficient used to increase step size if the error is too low. Dimensionless. |
MaxAbsErr | Gets or sets the maximum absolute error; Also used if relative scale is too small. Dimensionless. |
MaxIterations | Gets or sets the maximum iterations. Dimensionless. |
MaxRelErr | Gets or sets the maximum relative error used to control step size. 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. |
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 |
Name |
---|
AgVARKV8th9th |