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
26 stars 5 forks source link

Issue 276 curved blocking split edge with point location #277

Closed franck-ledoux closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 80.00% and project coverage change: +0.01 :tada:

Comparison is base (51f573a) 43.85% compared to head (3ed3818) 43.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #277 +/- ## ========================================== + Coverage 43.85% 43.87% +0.01% ========================================== Files 315 315 Lines 52609 52622 +13 ========================================== + Hits 23074 23086 +12 - Misses 29535 29536 +1 ``` | [Impacted Files](https://app.codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/277?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/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-YmxvY2tpbmcvaW5jL2dtZHMvYmxvY2tpbmcvQ3VydmVkQmxvY2tpbmcuaA==) | `52.63% <ø> (ø)` | | | [blocking/src/CurvedBlocking.cpp](https://app.codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-YmxvY2tpbmcvc3JjL0N1cnZlZEJsb2NraW5nLmNwcA==) | `88.41% <80.00%> (-0.48%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/277/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.