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

Improve the Basic Mesh Subdivider #2005

Merged
merged 10 commits into from
Feb 26, 2025

Conversation

ValentinPOSTAT
Copy link
Collaborator

Added more tests and modified the hash function to reduce collisions in the largest cases (currently tested ~ 2 million).
Modified the function generateHashUniqueId.

@ValentinPOSTAT ValentinPOSTAT added enhancement New feature or request arcane Arcane Component labels Feb 25, 2025
@ValentinPOSTAT ValentinPOSTAT self-assigned this Feb 25, 2025
Copy link

codecov bot commented Feb 25, 2025

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 70.59%. Comparing base (dddaeae) to head (fb115a4).
Report is 11 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...rc/arcane/impl/ArcaneBasicMeshSubdividerService.cc 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2005      +/-   ##
==========================================
+ Coverage   70.57%   70.59%   +0.02%     
==========================================
  Files        2288     2288              
  Lines      167410   167413       +3     
  Branches    19285    19286       +1     
==========================================
+ Hits       118149   118187      +38     
+ Misses      42181    42146      -35     
  Partials     7080     7080              

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

Comment on lines 1959 to 1960
info() << "Les motifs de rafinement ont changés pour les mailles ayant les types suivant:Quad4,Triangle3,Hexaedron8,Tetraedron4." ;
info() << "Les type d'élément en sortie seront:\nQuad4->Triangle3\nTriangle3->Quad4\nHexaedron8->Tetraedron4\nTetraedron4->Hexaedron8" ;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Listing message should be in english.

@ValentinPOSTAT ValentinPOSTAT force-pushed the dev/vp-basic-mesh-subdivider-service branch from 59fa681 to fb115a4 Compare February 26, 2025 08:59
@ValentinPOSTAT ValentinPOSTAT merged commit 42b1e48 into main Feb 26, 2025
32 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcane Arcane Component enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants