LIHPC-Computational-Geometry / gmds

GMDS, for Generic Mesh Data Structures and Services, provide a set of libraries to represent and handles meshes in the context of numerical simulation. It mainly targets quad and hex mesh generation and adaptation.
https://lihpc-computational-geometry.github.io/gmds/
GNU Lesser General Public License v2.1
27 stars 7 forks source link

Issue 272 curved blocking splitting #273

Closed franck-ledoux closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.13 :tada:

Comparison is base (0cd3258) 43.77% compared to head (270b4de) 43.90%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #273 +/- ## ========================================== + Coverage 43.77% 43.90% +0.13% ========================================== Files 327 315 -12 Lines 52677 52559 -118 ========================================== + Hits 23059 23078 +19 + Misses 29618 29481 -137 ``` | [Impacted Files](https://app.codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/273?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry) | Coverage Δ | | |---|---|---| | [blocking/inc/gmds/blocking/CurvedBlocking.h](https://app.codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/273?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-YmxvY2tpbmcvaW5jL2dtZHMvYmxvY2tpbmcvQ3VydmVkQmxvY2tpbmcuaA==) | `42.10% <ø> (-11.23%)` | :arrow_down: | | [claire/src/main.cpp](https://app.codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/273?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-Y2xhaXJlL3NyYy9tYWluLmNwcA==) | `0.00% <ø> (ø)` | | | [blocking/src/CurvedBlocking.cpp](https://app.codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/273?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-YmxvY2tpbmcvc3JjL0N1cnZlZEJsb2NraW5nLmNwcA==) | `87.30% <100.00%> (+2.44%)` | :arrow_up: | ... and [21 files with indirect coverage changes](https://app.codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/273/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.