[Simulation] Remove DAGSimulation - #6261
Open
damienmarchal wants to merge 7 commits into
Open
Conversation
fredroy
reviewed
Aug 26, 2026
Replace all occurrences of DAGSimulation with Simulation in test files and application examples as part of the removal of the deprecated Sofa.Simulation.Graph package. - Replace new sofa::simulation::graph::DAGSimulation() with new sofa::simulation::Simulation() in all test files - Replace DAGNode with Node in sofaProjectExample - Update SimpleApi to use Simulation instead of DAGSimulation - Remove includes of DAGSimulation.h Remaining work: remove Sofa.Simulation.Graph package and update CMake dependencies.
This was referenced Aug 26, 2026
Collaborator
|
[ci-depends-on] detected during build #5. To unlock the merge button, you must
|
Collaborator
|
[ci-depends-on] detected during build #7. To unlock the merge button, you must
|
This was referenced Aug 26, 2026
Collaborator
|
[ci-depends-on] detected during build #8. To unlock the merge button, you must
|
Contributor
Author
|
[ci-build][with-scene-tests][with-regression-tests] |
Collaborator
|
[ci-depends-on] detected during build #9. To unlock the merge button, you must
|
Collaborator
|
[ci-depends-on] detected during build #10. To unlock the merge button, you must
|
damienmarchal
force-pushed
the
pr-remove-dagsimulation
branch
from
August 27, 2026 12:56
5b5d721 to
94f5b73
Compare
Collaborator
|
[ci-depends-on] detected during build #11. To unlock the merge button, you must
|
Collaborator
|
[ci-depends-on] detected during build #12. To unlock the merge button, you must
|
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.
Replace all occurrences of DAGSimulation with Simulation in test files and application examples as part of the removal of the deprecated Sofa.Simulation.Graph package.
new sofa::simulation::Simulation() in all test files
Remaining work: remove Sofa.Simulation.Graph package and update CMake dependencies.
[ci-depends-on https://github.com/sofa-framework/SofaGLFW/pull/296]
[ci-depends-on https://github.com/sofa-framework/SofaPython3/pull/635]
[ci-depends-on https://github.com/sofa-framework/BeamAdapter/pull/239]
[ci-depends-on https://github.com/SofaDefrost/ModelOrderReduction/pull/181]
[ci-depends-on https://github.com/SofaDefrost/SoftRobots/pull/352]
[ci-depends-on https://github.com/SofaDefrost/SoftRobots.Inverse/pull/90]
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