SetMaximumIterationsPerSubstep(uint, int)

Sets the Maximum Iterations Per Substep for a given solution step. Default: 0 (Program Controlled). Valid range is greater than or equal to -1, where -1 forces one iteration per substep. An exception will be thrown for invalid values.

Declaration Syntax

public virtual void SetMaximumIterationsPerSubstep(uint stepNumber, int value)

Parameters

stepNumber(uint)

No details are provided for this entry.

value(int)

No details are provided for this entry.