Skip to content
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

Implement neighborhood search based on static neighbor lists #9

Merged
merged 13 commits into from
Jun 20, 2024

Conversation

efaulhaber
Copy link
Member

@efaulhaber efaulhaber commented May 10, 2024

I finally properly implemented the prototype in trixi-framework/TrixiParticles.jl#284.

Based on #13.

@efaulhaber efaulhaber added the enhancement New feature or request label May 10, 2024
Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.07%. Comparing base (e503620) to head (2a9dce0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   86.16%   88.07%   +1.91%     
==========================================
  Files          10       11       +1     
  Lines         224      260      +36     
==========================================
+ Hits          193      229      +36     
  Misses         31       31              
Flag Coverage Δ
unit 88.07% <100.00%> (+1.91%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/nhs_neighbor_lists.jl Outdated Show resolved Hide resolved
src/nhs_neighbor_lists.jl Outdated Show resolved Hide resolved
@svchb svchb merged commit 591827b into main Jun 20, 2024
10 checks passed
@svchb svchb deleted the ef/neighbor-lists-nhs branch June 20, 2024 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants