RollerBCZ.global_constraint_equations
- RollerBCZ.global_constraint_equations()[source]
Return linear constraint equations in global translational DOFs implied by local restraints.
Each equation corresponds to a local restrained translational DOF. Equation format: ( { ‘UX’: a, ‘UY’: b, ‘UZ’: c }, 0.0 ) meaning a*UX + b*UY + c*UZ = 0. Rotational mapping can be extended similarly when needed.