-
Couldn't load subscription status.
- Fork 131
Schulz-Rinne (2D) Riemann Problem #2561
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
Schulz-Rinne (2D) Riemann Problem #2561
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 #2561 +/- ##
=======================================
Coverage 96.76% 96.76%
=======================================
Files 519 520 +1
Lines 42414 42448 +34
=======================================
+ Hits 41041 41074 +33
- Misses 1373 1374 +1
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:
|
examples/tree_2d_dgsem/elixir_euler_riemannproblem_quadrants_amr.jl
Outdated
Show resolved
Hide resolved
…mr.jl Co-authored-by: Arpit Babbar <[email protected]>
…g/Trixi.jl into 2D_RiemannProb_SchulzRinne
The coverage error seems genuine.
|
I adapted the signature accordingly, should work now |
* Schulz-Rinne (2D) Riemann Problem * work * p * comment * clean up * clean up * hllc comment * comment * improve comment * Update examples/tree_2d_dgsem/elixir_euler_riemannproblem_quadrants_amr.jl Co-authored-by: Arpit Babbar <[email protected]> * cfl * cfl increase * correct signature --------- Co-authored-by: Arpit Babbar <[email protected]>


Thanks to @Arpit-Babbar (#2560) . Takes also ideas from #2433