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

Fix missing constituents update after removing ghost cells #1818

Conversation

grospelliergilles
Copy link
Member

No description provided.

… avant de mettre à jour les mailles fantômes.

Sans cela, l'appel à 'IMeshModifier::updateGhostLayerFromParent()' est
fait alors que les matériaux ne sont pas à jour ce qui peut provoquer
des plantages.
@grospelliergilles grospelliergilles added bug Something isn't working arcane Arcane Component arcane:materials Management of Constituents (Material/Environment) labels Dec 3, 2024
@grospelliergilles grospelliergilles self-assigned this Dec 3, 2024
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 70.25%. Comparing base (8cb0739) to head (304d069).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
arcane/src/arcane/mesh/MeshRefinement.cc 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1818      +/-   ##
==========================================
+ Coverage   70.21%   70.25%   +0.03%     
==========================================
  Files        2261     2261              
  Lines      162507   162522      +15     
  Branches    18708    18716       +8     
==========================================
+ Hits       114100   114172      +72     
+ Misses      41628    41572      -56     
+ Partials     6779     6778       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@grospelliergilles grospelliergilles merged commit ef1092b into main Dec 3, 2024
32 checks passed
@grospelliergilles grospelliergilles deleted the dev/gg-fix-material-update-after-removing-ghost-layer branch December 8, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcane:materials Management of Constituents (Material/Environment) arcane Arcane Component bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant