Skip to content
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

Fix Zhang-Shu limiter on curved meshes #46

Merged
merged 1 commit into from
May 22, 2024

Conversation

patrickersing
Copy link
Contributor

This fixes a bug in the mean value computation that caused conservation issues on curved meshes.
See trixi-framework/Trixi.jl#1945

@patrickersing patrickersing added the bug Something isn't working label May 17, 2024
Copy link

codecov bot commented May 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.22%. Comparing base (da3af82) to head (fed45fc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #46   +/-   ##
=======================================
  Coverage   99.22%   99.22%           
=======================================
  Files          58       58           
  Lines        2436     2444    +8     
=======================================
+ Hits         2417     2425    +8     
  Misses         19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@andrewwinters5000 andrewwinters5000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! This should be good to go to merge.

@patrickersing patrickersing marked this pull request as ready for review May 22, 2024 06:38
@patrickersing patrickersing merged commit 117489e into trixi-framework:main May 22, 2024
26 of 35 checks passed
@patrickersing patrickersing deleted the fix_limiter branch May 22, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants