check_horizontal_loads

compas_tno.algorithms.check_horizontal_loads(E, p)[source]

Run checks to verify of a certain horizontal distribution can be taken by the fixed form diagram.

Parameters
  • E (array) – Equilibrium matrix.

  • p (array) – Vector of horizontal loads.

Returns

checked (bool) – True if independents are checked.