apply_bounds_on_q

compas_tno.utilities.apply_bounds_on_q(form, qmin=- 10000.0, qmax=1e-08)[source]

Apply bounds on the magnitude of the edges’force densities.

Parameters
  • form (FormDiagram) – The input FormDiagram

  • qmin (float, optional) – The minimum allowed force density qmin, by default -1e+4

  • qmax (float, optional) – The maximum allowed force density qmax, by default 1e-8

Returns

None – The formdiagram is updated in place in the attributes.