force_update_from_form

compas_tno.algorithms.force_update_from_form(force, form)[source]

Update the force diagram after modifying the (force densities of) the form diagram. This is an algebraic solution to the duality. It works as long as the force densities in the form diagram are equilibrated.

Parameters
  • force (ForceDiagram) – The force diagram on which the update is based.

  • form (FormDiagram) – The form diagram to update.

Notes

See compas tna package.

Returns

None – The form and force diagram are updated in-place.