-
Notifications
You must be signed in to change notification settings - Fork 16
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
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
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. |
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" ; |
There was a problem hiding this comment.
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.
…f 1 and the input are quads, the output will be triangles.
…bdivider encountered some collision.
… modification of the hash generation function.
…tern storage yet.
59fa681
to
fb115a4
Compare
Added more tests and modified the hash function to reduce collisions in the largest cases (currently tested ~ 2 million).
Modified the function generateHashUniqueId.