ConvergenceCriteria#

class ansys.stk.core.stkobjects.astrogator.ConvergenceCriteria#

IntEnum

Overview#

EQUALITY_CONSTRAINT_WITHIN_TOLERANCE

Equality Constraints Satisfied - the differences between the achieved and desired equality constraint values must be within the specified tolerances for convergence.

CONVERVENCE_CRITERIA_EITHER_EQUALITY_CONSTRAINTS_OR_CONTROL_PARAMS

Equality Constraints Satisfied or Parameter Variations within Tolerance - the differences between the achieved and desired EC values must be within tolerances, or the last updates to the control parameters must be within tolerances for convergence.

Import detail#

from ansys.stk.core.stkobjects.astrogator import ConvergenceCriteria