adapt_problem_to_fixed_diagram

compas_tno.problems.adapt_problem_to_fixed_diagram(problem, form, method='SVD', printout=False, tol=None)[source]

Adapt the problem assuming that the form diagram is fixed in plan.

Parameters
  • problem (Problem) – Matrices of the problem

  • form (FormDiagram) – The form diagram to be analysed

  • method (str, optional) – Method to find independent edges, the default is ‘SVD’. More options to come.

  • printout (bool, optional) – If prints should show in the screen, by default False

  • tol (float, optional) – Tolerance of the singular values, by default None