form_count_dof

compas_ags.ags.form_count_dof(form)

Count the number of degrees of freedom of a form diagram.

Parameters:
form: :class:`FormDiagram`

The form diagram.

Returns:
kint

Dimension of the null space (nullity) of the equilibrium matrix of the form diagram.

mint

Dimension of the left null space of the equilibrium matrix of the form diagram.

Notes

The equilibrium matrix of the form diagram is

\[\begin{split}\mathbf{E} = \begin{bmatrix} \mathbf{C}_{i}^{t}\mathbf{U} \\ \mathbf{C}_{i}^{t}\mathbf{V} \end{bmatrix}\end{split}\]