BlockResearchGroup / compas_tna

Form finding of funicular networks in compression with vertical loads using Thrust Network Analysis
https://blockresearchgroup.github.io/compas_tna
MIT License
13 stars 9 forks source link

recomputing l and _l after horizontal nodal #1

Closed tkmmark closed 6 years ago

tkmmark commented 6 years ago

Comment regarding the 'horizontal_nodal' method.

Shouldn't the l and _l be recompute after the parallelise_nodal operation, especially if the form and force diagram's xy positions have changed and the algorithm relies on l to compute q?

tomvanmele commented 6 years ago

the lengths should indeed be recalculated. have corrected it now...