Implement subcell limiting for non-conservative systems using curvilinear solvers#2051
Implement subcell limiting for non-conservative systems using curvilinear solvers#2051
Conversation
…SEM structured solver
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2051 +/- ##
==========================================
+ Coverage 96.80% 96.83% +0.03%
==========================================
Files 501 502 +1
Lines 41390 41737 +347
==========================================
+ Hits 40066 40413 +347
Misses 1324 1324
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:
|
amrueda
left a comment
There was a problem hiding this comment.
Many thanks for completing this, @patrickersing. I leave some minor comments here. Since this is a PR that I started, I cannot approve it 😅 and we will need one more review. Would you have time to check this, @andrewwinters5000?
Co-authored-by: Andrés Rueda-Ramírez <aruedara@uni-koeln.de>
andrewwinters5000
left a comment
There was a problem hiding this comment.
It looks good overall, I just left a few small suggestions in formatting the comments.
Co-authored-by: Andrew Winters <andrew.ross.winters@liu.se>
|
@amrueda @andrewwinters5000 Thanks for reviewing! Now everything should be addressed. |




This PR extends the subcell limiting capabilities of Trixi.jl for non-conservative systems to the curvilinear solvers based on
StructuredMeshandP4estMesh.To do the subcell limiting, the DGSEM is formulated as a flux-differencing formula. For non-conservative systems, this formulation requires expressing non-conservative terms as the product of local and symmetric components (#1670) or the product of local and jump components (#2429). See, e.g.,
Discretizations of Non-Conservative Systems. https://arxiv.org/pdf/2211.14009.pdf.