booya-at / parafem

experiments with structural elements
GNU General Public License v3.0
8 stars 2 forks source link

Constraints #1

Open looooo opened 7 years ago

looooo commented 7 years ago

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