q_from_variables
- compas_tno.algorithms.q_from_variables(qid, B, d)
Calculate q’s from the force parameters (independent edges).
- Parameters:
- qidarray [kx1]
Force density vector.
- Barray [m x k]
The linear map on the force densities.
- darray [mx1]
A particular solution of the equilibrium.
- Returns:
- qarray [m x 1]
Force densities on all edges.
Notes
Check Block and Lachauer, 2014 for more details