adapt_problem_to_fixed_diagram
- compas_tno.problems.adapt_problem_to_fixed_diagram(problem, form, method='QR', printout=False, tol=None)
Adapt the problem assuming that the form diagram is fixed in plan, by selecting the independent edges.
- Parameters:
- problem
Problem
Matrices of the problem
- form
FormDiagram
The form diagram to be analysed
- methodstr, optional
Method to find independent edges, the default is ‘QR’.
- printoutbool, optional
If prints should show in the screen, by default False
- tolfloat, optional
Tolerance of the singular values, by default None
- problem