-
Notifications
You must be signed in to change notification settings - Fork 112
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
Output the mpi rank to element_variables (SaveSolutionCallback) for visualization with trixi2vtk #2132
Conversation
amrueda
commented
Oct 24, 2024
•
edited
Loading
edited
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 #2132 +/- ##
==========================================
- Coverage 96.37% 96.37% -0.00%
==========================================
Files 480 480
Lines 38178 38184 +6
==========================================
+ Hits 36793 36798 +5
- Misses 1385 1386 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Co-authored-by: Joshua Lampert <[email protected]>
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.
I like the idea but I have questions...
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.
Maybe you can smuggle this into one of the MPI tests to test this functionality?
Any suggestion how? none of the other element variables used for visualization ( |
It could be tested together with Trixi2Vtk.jl (in the other repo and as downstream test here). |
I am not very familiar with the downstream tests. Do I understand correctly that all Trixi2Vtk.jl's tests are run as downstream tests from here? What is the best way to add a downstream test then? first merge the PR and then add a new test in Trixi2Vtk.jl? or is it possible to have the downstream tests run from a particular branch of Trixi2Vtk.jl? |
Downstream tests use the version from the PR (or
|
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
I added a downstream test for Trixi2Vtk.jl in this PR. |