-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
Right now the position of the slice plane is hardcoded.
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
==========================================
+ Coverage 60.23% 66.59% +6.35%
==========================================
Files 5 5
Lines 420 476 +56
==========================================
+ Hits 253 317 +64
+ Misses 167 159 -8
Continue to review full report at Codecov.
|
A lot of variable-independent code was executed again for every variable.
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.
Good work! I left a few comments; please re-request a review once you're done or ping me if you have a question in the meantime.
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
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.
LGTM! I especially liked the thorough testing 👍 Once the one minor comment is addressed, and you re-request a review from me, I will merge this.
Resolves trixi-framework/Trixi.jl#147.