-
Notifications
You must be signed in to change notification settings - Fork 114
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
Move Jacobian for para P4est to respective files, add muladd #1807
Move Jacobian for para P4est to respective files, add muladd #1807
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 ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1807 +/- ##
==========================================
+ Coverage 94.98% 96.38% +1.40%
==========================================
Files 455 455
Lines 36391 36391
==========================================
+ Hits 34564 35074 +510
+ Misses 1827 1317 -510
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The check fails due to addition of the to |
Sorry - I missed this. Will review later today |
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 for reorganizing things and adding @muladd
! I didn't intend to leave @muladd
off, I just forgot.
I think @muladd
is not included for several DGMulti
files because it would interfered with Revise.jl and broke recompilation. This happened when @muladd
was wrapping complex type aliases, if I remember correctly.
No worries, this did not slow down any of my other plans! |
The wrong "place" of
apply_jacobian_parabolic!
happened in the bug-fixing PR https://github.com/trixi-framework/Trixi.jl/pull/1668/files .The
@muladd
macro was missing actually all the time,w as this intended @jlchan ?Edit: Most of the changes are actually due to the formatter
@jlchan There are actually multiple files within
src/solvers/dgmulit
which lack (?) the@muladd
macro.