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

- Added cgns writer functionality #240

Closed SimonCald closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 44.61% // Head: 44.73% // Increases project coverage by +0.12% :tada:

Coverage data is based on head (e55db05) compared to base (5888fda). Patch coverage: 42.48% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #240 +/- ## ========================================== + Coverage 44.61% 44.73% +0.12% ========================================== Files 316 317 +1 Lines 49283 49515 +232 ========================================== + Hits 21986 22153 +167 - Misses 27297 27362 +65 ``` | [Impacted Files](https://codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry) | Coverage Δ | | |---|---|---| | [ig/inc/gmds/ig/Blocking2D.h](https://codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-aWcvaW5jL2dtZHMvaWcvQmxvY2tpbmcyRC5o) | `100.00% <ø> (ø)` | | | [blocking/src/CGNSWriter.cpp](https://codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-YmxvY2tpbmcvc3JjL0NHTlNXcml0ZXIuY3Bw) | `42.48% <42.48%> (ø)` | | | [blockMesher/inc/gmds/blockMesher/BlockMesher.h](https://codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-YmxvY2tNZXNoZXIvaW5jL2dtZHMvYmxvY2tNZXNoZXIvQmxvY2tNZXNoZXIuaA==) | `0.00% <0.00%> (ø)` | | | [ig/src/Blocking2D.cpp](https://codecov.io/gh/LIHPC-Computational-Geometry/gmds/pull/240?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry#diff-aWcvc3JjL0Jsb2NraW5nMkQuY3Bw) | `72.96% <0.00%> (+10.87%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry)

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