Skip to content

Conversation

@bakpaul
Copy link
Contributor

@bakpaul bakpaul commented Aug 29, 2025

Tried to add a new simple constraint solving method as a ConstraintSovler using introduced refactoring in #5666
It is basically a Jacobi with a bit of conjugate residue.

I plan to make is multithreaded to be able to run the added example at more than 3Hz...

⚠️ Of course, based on #5666


By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if

  • it builds with SUCCESS for all platforms on the CI.
  • it does not generate new warnings.
  • it does not generate new unit test failures.
  • it does not generate new scene test failures.
  • it does not break API compatibility.
  • it is more than 1 week old (or has fast-merge label).

…info in GenericCosntraintSolver data that are dependent on the method type. Need to find a way of setting the solving method by adding a component in the scene.
…ritance. Now the constraintProblem is only a container
@bakpaul bakpaul added pr: status to review To notify reviewers to review this pull-request pr: based on previous PR PR based on a previous PR, therefore to be merged ONLY subsequently labels Aug 29, 2025
@hugtalbot hugtalbot changed the title [Lagrangian] Add corrected jacobi constraint solving method [Lagrangian] Add corrected Jacobi constraint solving method Sep 3, 2025
@hugtalbot hugtalbot added pr: new feature Implement a new feature pr: highlighted in next release Highlight this contribution in the notes of the upcoming release labels Sep 10, 2025
@bakpaul bakpaul force-pushed the 25_08_add_corrected_jacobi_constraint_solving_method branch from ebffdd6 to 3e8b76a Compare October 20, 2025 15:49
@fredroy
Copy link
Contributor

fredroy commented Oct 23, 2025

[ci-build][with-all-tests]

Co-authored-by: Alex Bilger <alxbilger@users.noreply.github.com>
@hugtalbot hugtalbot requested a review from alxbilger October 30, 2025 09:25
@hugtalbot hugtalbot removed the pr: status to review To notify reviewers to review this pull-request label Nov 6, 2025
@hugtalbot hugtalbot added the pr: status ready Approved a pull-request, ready to be squashed label Nov 6, 2025
@fredroy
Copy link
Contributor

fredroy commented Nov 7, 2025

[ci-build][with-all-tests][force-full-build]

1 similar comment
@bakpaul
Copy link
Contributor Author

bakpaul commented Nov 7, 2025

[ci-build][with-all-tests][force-full-build]

@hugtalbot hugtalbot merged commit e8aeba5 into sofa-framework:master Nov 11, 2025
11 checks passed
@hugtalbot hugtalbot added this to the v25.12 milestone Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: based on previous PR PR based on a previous PR, therefore to be merged ONLY subsequently pr: highlighted in next release Highlight this contribution in the notes of the upcoming release pr: new feature Implement a new feature pr: status ready Approved a pull-request, ready to be squashed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants