FixedProblem

class compas_tno.problems.FixedProblem

Bases: Problem

Problem with fixed diagram where independent edges are computed.

This specialized problem class represents a structural analysis problem where the form diagram is fixed in plan, requiring the computation of independent edges for the force density method.

The class inherits all attributes from Problem and automatically computes the independent edges and associated matrices during initialization.

Methods

from_formdiagram

Create a FixedProblem from a FormDiagram with independent edges computed.