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

Tetrahedral Inversion #10

Open
nithinp7 opened this issue May 2, 2023 · 0 comments
Open

Tetrahedral Inversion #10

nithinp7 opened this issue May 2, 2023 · 0 comments

Comments

@nithinp7
Copy link
Owner

nithinp7 commented May 2, 2023

The FEM-based tetrahedral, strain-limiting constraint is at the core of our soft-body simulation. It has undergone many revisions and is quite stable and robust now. Even then, there are still cases where tetrahedrons invert under large forces or timesteps. After some recent improvements, the tetrahedral strain constraint itself attempts to “pop” the tetrahedron back into its original uninverted state - however, there are often situations under extreme deformation where the surface collisions can cause an inverted tetrahedron to explode. Special handling should be given to these cases, to either disable collision on triangles from inverted tetrahedrons, adaptively timestep to avoid such states, or to provide some sort of hard-constraint that can fix inverted tetrahedrons after each PD timestep (a similar thing is currently done to stabilize collisions).

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