5.1.3. Penalty MethodΒΆ

constraints('Penalty', alphaS=1.0, alphaM=1.0)

This command is used to construct a Penalty constraint handler, which enforces the constraints using the penalty method. The following is the command to construct a penalty constraint handler:

alphaS (float)

\(\alpha_S\) factor on single points.

alphaM (float)

\(\alpha_M\) factor on multi-points.

Note

The degree to which the constraints are enforced is dependent on the penalty values chosen. Problems can arise if these values are too small (constraint not enforced strongly enough) or too large (problems associated with conditioning of the system of equations).