trixi-framework / PointNeighbors.jl

PointNeighbors.jl: Neighborhood search with fixed search radius in Julia
https://trixi-framework.github.io/PointNeighbors.jl/
MIT License
10 stars 1 forks source link

Add "full grid" cell list with a separate list for each cell of a rectangular domain #25

Closed efaulhaber closed 2 weeks ago

efaulhaber commented 4 weeks ago

Based on #12.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 89.04110% with 8 lines in your changes missing coverage. Please review.

Project coverage is 89.86%. Comparing base (5d4cfeb) to head (ead1095).

:exclamation: Current head ead1095 differs from pull request most recent head aa93d5b

Please upload reports for the commit aa93d5b to get more accurate results.

Files Patch % Lines
src/cell_lists/full_grid.jl 85.36% 6 Missing :warning:
src/nhs_grid.jl 88.23% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ========================================== - Coverage 90.19% 89.86% -0.33% ========================================== Files 11 13 +2 Lines 255 306 +51 ========================================== + Hits 230 275 +45 - Misses 25 31 +6 ``` | [Flag](https://app.codecov.io/gh/trixi-framework/PointNeighbors.jl/pull/25/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/trixi-framework/PointNeighbors.jl/pull/25/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework) | `89.86% <89.04%> (-0.33%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trixi-framework#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.