SetCurrentConvergenceTolerance(uint, double)

Sets the Current Convergence Tolerance as a percentage for a given solution step. For example if the user input is 5% then the "value" argument should be set to 5.

Declaration Syntax

public virtual void SetCurrentConvergenceTolerance(uint stepNumber, double value)

Parameters

stepNumber(uint)

No details are provided for this entry.

value(double)

No details are provided for this entry.