Skip to content

Constraints #1

@looooo

Description

@looooo

To sew diagonals and vector-straps to the glider we need a new element type: constraints
This new constraints are handled as normal Elements (there influence is computed in the explicit_step function) But after the time integration of all nodes, they have to be called again to update their position. This will be done in a apply_constraints function.
Constraints are elements. Passing them as elements to the constructor of the case is possible, but I have no idea how to cast them to constraints. (Should be possible shared pointer cast)

TODO

  • Delete constraint stuff
  • Add class constraint based on element
  • EdgeConstraint (the one we need)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions