-
Notifications
You must be signed in to change notification settings - Fork 115
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
Hll 2 wave improvements non breaking #1561
Hll 2 wave improvements non breaking #1561
Conversation
This reverts commit 047a5e7.
Co-authored-by: Hendrik Ranocha <[email protected]>
…rixi.jl into HLL_2_Wave_Improvements
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.
Great, thanks a lot! Please find some comments below.
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Done in 67c318c. |
Codecov Report
@@ Coverage Diff @@
## main #1561 +/- ##
===========================================
+ Coverage 81.94% 96.18% +14.24%
===========================================
Files 370 370
Lines 31153 31426 +273
===========================================
+ Hits 25526 30224 +4698
+ Misses 5627 1202 -4425
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Coverage decreased as you can see in the report of coveralls
You can click on it and find the files where this PR decreases coverage. For example, min_max_speed_naive
is not tested for LinearizedEulerEquations2D
. The shallow water files also show a reduced coverage. Could you please add some tests for these?
…elDoehring/Trixi.jl into HLL_2_Wave_Improvements_NonBreaking
Done, now everything is green :) |
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.
Thanks a lot!
This tries to implement the non-breaking part of #1545 as suggested in #1545 (review) . As such, the MHD equations still bear the name
min_max_speed_naive
for themin_max_speed_einfeldt
.