set_zero! instead of reset_du#2670
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✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2670 +/- ##
=======================================
Coverage 97.02% 97.02%
=======================================
Files 563 563
Lines 44225 44225
=======================================
Hits 42907 42907
Misses 1318 1318
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:
|
ranocha
left a comment
There was a problem hiding this comment.
Thanks, this is reasonable. However, TrixiShallowWater.jl uses it, so we have to adapt their code accordingly. The easiest solution would be to do this in a breaking release.
|
TrixiAtmo uses |
df40515
* `set_zero!` instead of `reset_du` * fix * adapt --------- Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
Closes #1818