-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add capability to not perform reinterpolation #57
Conversation
…rom external repo
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.
Sorry for being so late about it. This is not a full review, but I am in a meeting and I wanted to relay what I have already looked at. Will continue later!
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.
Looks great! I just have some minor suggestions
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.
Great work! Many people will by grateful to you in the future for this much-needed improvement of the testing system 👍👍 I left a number of comments, some of which are really just suggestions (feel free to skip those you do not feel worth adressing)
Co-authored-by: Hendrik Ranocha <[email protected]> Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
…r the mesh conversion
I assume you are one such person 😉 |
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.
🥳
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! Thanks!
This adds the feature that Trixi2Vtk can convert
h5
output files intovtu
files but keep the solution data on the original grid used for computation. This should work for theDG
solver as well asFDSBP
.Update: This PR also completely restructures how the testing is done. It is more stable now and no longer relies on comparing hashes which caused a lot of headaches (see here for details). Reference data files are pulled from the new repository Trixi2Vtk_reference_files.