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

Compatibility with Trixi.jl v0.9.9+ (Remove unused surface_integral from calls to prolong2mortars!) #59

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tristanmontoya
Copy link
Member

@tristanmontoya tristanmontoya commented Dec 23, 2024

The Cartesian solver defines a specialized rhs! which no longer worked with Trixi.jl v0.9.9 and up, since it passed the unused surface_integral into prolong2mortars!, which is no longer accepted due to trixi-framework/Trixi.jl#2188. This PR simply removes that parameter, which was not used anyway. The compat entry in Project.toml should therefore be changed from 0.9 to 0.9.9.

@tristanmontoya tristanmontoya changed the title Hotfix for compatibility with Trixi.jl v0.9.9+ (Remove unused surface_integral from calls to prolong2mortars!) Compatibility with Trixi.jl v0.9.9+ (Remove unused surface_integral from calls to prolong2mortars!) Dec 23, 2024
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.46%. Comparing base (fd639d6) to head (b8410a0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #59   +/-   ##
=======================================
  Coverage   89.46%   89.46%           
=======================================
  Files          20       20           
  Lines        1803     1803           
=======================================
  Hits         1613     1613           
  Misses        190      190           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant