Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constraints #1

Open
3 tasks
looooo opened this issue Sep 28, 2016 · 0 comments
Open
3 tasks

Constraints #1

looooo opened this issue Sep 28, 2016 · 0 comments

Comments

@looooo
Copy link
Collaborator

looooo commented Sep 28, 2016

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant