-
Notifications
You must be signed in to change notification settings - Fork 315
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
[Topology] Add function in BaseMeshTopology to compute all topology containers #3368
Open
epernod
wants to merge
10
commits into
sofa-framework:master
Choose a base branch
from
epernod:inf_fix_meshtopology_init
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
epernod
added
pr: fix
Fix a bug
pr: status to review
To notify reviewers to review this pull-request
labels
Oct 8, 2022
[ci-build][with-all-tests] |
[ci-build][with-all-tests] |
TEst to fix |
Conflicts to solve @epernod |
hugtalbot
added
pr: status wip
Development in the pull-request is still in progress
and removed
pr: status to review
To notify reviewers to review this pull-request
labels
Oct 26, 2022
hugtalbot
approved these changes
Oct 28, 2022
epernod
force-pushed
the
inf_fix_meshtopology_init
branch
from
October 31, 2022 16:07
ca2b261
to
5cbfd2c
Compare
epernod
added
pr: status to review
To notify reviewers to review this pull-request
and removed
pr: status wip
Development in the pull-request is still in progress
labels
Oct 31, 2022
[ci-build][with-all-tests] |
hugtalbot
reviewed
Nov 2, 2022
applications/plugins/MultiThreading/src/MultiThreading/ParallelBVHNarrowPhase.cpp
Outdated
Show resolved
Hide resolved
hugtalbot
added
pr: status wip
Development in the pull-request is still in progress
and removed
pr: status to review
To notify reviewers to review this pull-request
labels
Nov 2, 2022
hugtalbot
changed the title
[Topology] Add fonction in BaseMeshTopology to compute all topology containers
[Topology] Add function in BaseMeshTopology to compute all topology containers
Jan 11, 2023
@epernod Hello! |
epernod
force-pushed
the
inf_fix_meshtopology_init
branch
from
April 9, 2024 15:04
4787d81
to
bd6a5da
Compare
epernod
added
pr: status to review
To notify reviewers to review this pull-request
and removed
pr: status wip
Development in the pull-request is still in progress
labels
Apr 9, 2024
[ci-build][with-all-tests] |
hugtalbot
added
pr: status wip
Development in the pull-request is still in progress
and removed
pr: status to review
To notify reviewers to review this pull-request
labels
Apr 10, 2024
epernod
removed
the
pr: status wip
Development in the pull-request is still in progress
label
Apr 10, 2024
epernod
added
the
pr: status to review
To notify reviewers to review this pull-request
label
Apr 17, 2024
alxbilger
approved these changes
Apr 29, 2024
alxbilger
force-pushed
the
inf_fix_meshtopology_init
branch
from
April 29, 2024 11:28
00a2e56
to
7e06395
Compare
fredroy
force-pushed
the
inf_fix_meshtopology_init
branch
from
April 30, 2024 03:04
7e06395
to
5c12eec
Compare
bakpaul
added
pr: status wip
Development in the pull-request is still in progress
pr: status postponed
To keep in mind that this PR was interesting but no one has time to make it mergeable now.
and removed
pr: status to review
To notify reviewers to review this pull-request
labels
May 7, 2024
epernod
added
pr: status to review
To notify reviewers to review this pull-request
and removed
pr: status wip
Development in the pull-request is still in progress
labels
Sep 5, 2024
[ci-build][with-all-tests] |
… access to it from BaseMeshTopology
epernod
force-pushed
the
inf_fix_meshtopology_init
branch
from
October 26, 2024 20:22
f902137
to
35a8723
Compare
[ci-build][with-all-tests] |
epernod
added
pr: status wip
Development in the pull-request is still in progress
and removed
pr: status to review
To notify reviewers to review this pull-request
labels
Dec 4, 2024
epernod
added
pr: status to review
To notify reviewers to review this pull-request
and removed
pr: status wip
Development in the pull-request is still in progress
labels
Dec 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
pr: fix
Fix a bug
pr: status postponed
To keep in mind that this PR was interesting but no one has time to make it mergeable now.
pr: status to review
To notify reviewers to review this pull-request
STC#17
Tasks for STC#17 coding sprint
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.
initTopology
already present in XXSetTopologyContainer classes intoinitContainers
BaseMeshTopology
MeshTopology
ParallelBVHNarrowPhase
This should fix #2063
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