STK AstrogatorSend comments on this topic.
IAgVARK4th5th Interface

Description

Properties for the RK4th5th numerical integrator.

Public Properties

Public Property ErrorControlThe error control method.
Public Property HighSafetyCoefficientThe 'safety' coefficient used to decrease step size if the error is too high. Dimensionless.
Public Property InitialStepThe initial step. Uses time dimension.
Public Property LowSafetyCoefficientThe 'safety' coefficient used to increase step size if the error is too low. Dimensionless.
Public Property MaxAbsErrThe maximum absolute error; Also used if relative scale is too small. Dimensionless.
Public Property MaxIterationsThe maximum iterations. Dimensionless.
Public Property MaxRelErrThe maximum relative error used to control step size. Dimensionless.
Public Property MaxStepThe maximum step size to allow (absolute value). Uses Time Dimension.
Public Property MinStepThe minimum step size to allow (absolute value). Uses Time Dimension.
Public Property UseFixedStepTrue if running in fixed-step mode.
Public Property UseMaxStepWhether or not to enforce the maximum step.
Public Property UseMinStepWhether or not to enforce the minimum step.

Interfaces

Implemented Interface
IAgVANumericalIntegrator

CoClasses that Implement IAgVARK4th5th

© 2023 Analytical Graphics, Inc. All Rights Reserved.