VolumeIntegralAdaptive with VolumeIntegralSubcellLimiting for 3D TreeMesh#2986
VolumeIntegralAdaptive with VolumeIntegralSubcellLimiting for 3D TreeMesh#2986DanielDoehring wants to merge 10 commits intotrixi-framework:mainfrom
VolumeIntegralAdaptive with VolumeIntegralSubcellLimiting for 3D TreeMesh#2986Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2986 +/- ##
==========================================
+ Coverage 97.00% 97.13% +0.13%
==========================================
Files 625 625
Lines 48514 48544 +30
==========================================
+ Hits 47057 47150 +93
+ Misses 1457 1394 -63
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bennibolm
left a comment
There was a problem hiding this comment.
Wow, that was straight forward. Thanks a lot!
|
Ah, one thing. Do we want to add a comment to |
|
And one more thing. Maybe it would be good to add a comment (and also add it to the output) to the subcell bounds check that the bounds are only checked in elements where subcell limiting is used. |
Can you add such a suggestion? |
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
|
I added the comment and updated NEWS.md. Please check those changes and then we can merge this. @DanielDoehring |
Thanks a lot! This is good to go from my side! |
Follows #2924