Properties for the RK4thAdapt numerical
integrator.
ErrorControl |
The error control method. |
HighSafetyCoefficient |
The 'safety' coefficent used to decrease step size if the error is too high. Dimensionless. |
InitialStep |
The initial step. Uses time dimension. |
LowSafetyCoefficient |
The 'safety' coefficent used to increase step size if the error is too low. Dimensionless. |
MaxAbsErr |
The maximum absolute error; Also used if relative scale is too small. Dimensionless. |
MaxIterations |
The maximum iterations. Dimensionless. |
MaxRelErr |
The maximum relative error used to control step size. Dimensionless. |
MaxStep |
The maximum step size to allow (absolute value). Uses Time Dimension. |
MinStep |
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. |
| Name |
|---|
| AgVARK4thAdapt |