update_q_from_qind
- compas_ags.ags.update_q_from_qind(E, q, dep, ind)
Update the full set of force densities using the values of the independent edges.
- Parameters:
- Esparse csr matrix
The equilibrium matrix.
- qarray
The force densities of the edges.
- deplist
The indices of the dependent edges.
- indlist
The indices of the independent edges.
- Returns:
- None
The force densities are modified in-place.