Merged
Conversation
This reverts commit 3f9d421.
…CIL_SIZE instead of ELEMENT_SIZE; improve documentation for developer tools.
…ce test files; remove redundant includes and adjust order.
- Introduce `set_triplets` function for better triplet handling in `Potential`. - Replace `maybe_parallel_for` with `tbb::parallel_for` and `tbb::parallel_for_each` for improved clarity. - Update `hessian` method signature in `Potential` class to remove `virtual`. - Remove unused operator overloads in `SparseMatrixCache` and clean up related tests.
zfergus
approved these changes
Oct 20, 2025
Member
zfergus
left a comment
There was a problem hiding this comment.
This looks good to merge now.
If you could write a small tutorial in docs/source/tutorials after this is merged, that would be very helpful. 🙏
In the future, I would like to make some structural changes to remove duplicated code. Hopefully, you can help me review them at that time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implementation of Siggraph 2025 paper Geometric Contact Potential. The implementation includes the collision and friction potential, their gradient and Hessian.
Type of change
Please delete options that are not relevant.
Checklist