Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1009 Bytes

PenaltyMethod.rst

File metadata and controls

19 lines (13 loc) · 1009 Bytes

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 αS factor on single points.
alphaM α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).