Example 1D Visualization Callback#2468
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: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2468 +/- ##
==========================================
- Coverage 96.68% 96.67% -0.00%
==========================================
Files 506 506
Lines 42005 42009 +4
==========================================
+ Hits 40609 40612 +3
- Misses 1396 1397 +1
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 a good idea 👍
|
@DanielDoehring Is this ready from your point of view? |
Yes, good to go 👍 |
Sorry I am still in Canada 6 hours behind, just saw this this morning, thanks for adding the entry! |
* Example 1D Visualization Callback * fmt * fmt * fix test * test 1d * revert * change default * remove viz cb * ci * ci * Update test/test_tree_1d.jl * Update src/callbacks_step/visualization.jl * shorten * fmt * remove some experimental * change order * default * add NEWS.md entry --------- Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
The possibility to have the in-situ visualization for 1D is somewhat overshadowed/unclear, this PR aims at improving this.
Although this stuff is marked as experimental it is probably still nicer to include this in a breaking change.