Skip to content

Commit 4067a0c

Browse files
authored
Merge pull request #157 from alxbilger/fixlagrange
Fix sentence and equations in constraints
2 parents f152924 + 8e88161 commit 4067a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

20_Simulation_Principles/60_Constraint/20_Lagrange_Constraint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The following steps are processed one after another:
158158
159159
- select which method will be used to solve the constraint problem. The associated visitor is _MechanicalGetConstraintResolutionVisitor_
160160
161-
- finally build the $ based on the previously computed matrices. This task is performed by the _ConstraintCorrection_. The detail of the assembly of $\mathbf{W}$$ is given below in the [ConstraintCorrection](#constraintcorrection) section. The associated function of the _ConstraintCorrection_ is _addComplianceInConstraintSpace()_
161+
- finally build the matrix $\mathbf{W}$, the compliance matrix projected in the constraint space, based on the previously computed matrices. This task is performed by the _ConstraintCorrection_. The detail of the assembly of $\mathbf{W}$ is given below in the [ConstraintCorrection](#constraintcorrection) section. The associated function of the _ConstraintCorrection_ is _addComplianceInConstraintSpace()_
162162
163163
- store $\mathbf{H}^T\lambda$ which corresponds to the projection of the Lagrange multipliers $\lambda$ into the physics space, and is homogeneous to forces. This vector is made available with the function _storeLambda()_. This will be finally used to compute the corrective motion, resulting from the constraint resolution
164164

0 commit comments

Comments
 (0)