-
Notifications
You must be signed in to change notification settings - Fork 17
Revise vtk2trixi so that it returns a NamedTuple instead of an InitialCondition
#959
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
base: main
Are you sure you want to change the base?
Revise vtk2trixi so that it returns a NamedTuple instead of an InitialCondition
#959
Conversation
vtk2trixi to return NamedTuple instead of InitialConditionvtk2trixi so that it returns a NamedTuple instead of an InitialCondition
|
@LasNikas Didn't you have code somewhere to do a restart via vtk2trixi? If yes it still needs to be updated. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #959 +/- ##
==========================================
- Coverage 89.60% 89.59% -0.01%
==========================================
Files 120 120
Lines 8588 8634 +46
==========================================
+ Hits 7695 7736 +41
- Misses 893 898 +5
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:
|
This PR changes the return type of the
vtk2trixifunction fromInitialConditionto a NamedTuple and adds several other important quantities.