constraint
Last updated
Last updated
In this article, the formulation and implementation of constraints, both single-point and multipoint types, are briefly discussed.
The easiest approach to implement the constraint with penalty method is to treat the constraint as a special element.
In the most general form, a minimisation problem of function subjected to equality constraint can be expressed as
It can be converted to the Lagrangian function so that the target is to find the stationary points of
Either linear or nonlinear constraints can be applied.
which would be resistance.
Thus, the stationary condition leads to the following nonlinear system.
Linearisation gives the Jacobian to be
For the Hessian matrix, it can be treated as the corresponding stiffness matrix of the element that connects the nodes on which the constraint is applied. It can be computed locally and assembled into global stiffness matrix with other conventional elements.
For the gradient, it is normally stored separately in the so-called border matrix. In a system with multiple constraints defined, the number of active constraints may differ from step to step, especially with the presence of inequality constraints. Thus, the border matrix, and the corresponding constraint residual (for nonlinear constraints), shall be stored locally and later be used to formulate the corresponding global variables in each iteration.
To consider linear constraints only, the implementation can be greatly simplified. But its applicability would be confined.
For finite element analysis, is normally the strain energy so that
where is the tangent stiffness of the unconstrained system.
From the formulation, it is clear that the general implementation of Lagrange multiplier method requires two main parts, namely the Hessian matrix and the gradient of constraints .