-
Couldn't load subscription status.
- Fork 131
First PR for 3D subcell limiting #2582
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
base: main
Are you sure you want to change the base?
First PR for 3D subcell limiting #2582
Conversation
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 #2582 +/- ##
==========================================
+ Coverage 96.81% 96.81% +0.01%
==========================================
Files 535 539 +4
Lines 42813 43077 +264
==========================================
+ Hits 41446 41704 +258
- Misses 1367 1373 +6
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:
|
|
I will take a closer look at the code this afternoon. Could you maybe run one more refinement step of the convergence test (If it takes not too much time)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of my comments are aiming for consistent formatting & asking for some comments. The implementation itself looks sound to me. Would be good to add a test (not necessarily an additional elixir) with AMR to stress-test the resize!ing
Thank you very much. I will work through the suggestions in the next couple of hours. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go from my side!
This PR contains 3D subcell limiting for
P4estMesh:Convergence test with polynomial degree of 4:
used the following mesh

Example of the sedov blast (see elixir): I used a easier setup with pressure 0.1 since only positivity limiting of density can be used.
On the left: Simulation in 3d. I adapted the initial condition such that nothing happens in the third direction.
On the right: Simulation in 2d
video.mp4
There are very small differences between the simulations, but I would say that this is expected.