A linear multipoint constraint.
Equation constraints are defined by a series of terms that sum to zero, e.g. t1 + t2 + t3 ... = 0
, where tn
is the n
th term. Each term specifies the node number, degree of freedom and coefficient. The node number and degree of freedom specify which nodal variable (either nodal displacement or rotation) is involved with the equation constraint, and coefficient is multiplied by the specified nodal variable when forming the equation. Note, the equation sums to zero, so in order to specify that 2 nodal degrees of freedom are equal their coefficients should be equal and opposite.
unsigned int node_number = 0;