-
Notifications
You must be signed in to change notification settings - Fork 46
Fiber direction spatial output seg fault 432 #435
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
Fiber direction spatial output seg fault 432 #435
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #435 +/- ##
==========================================
+ Coverage 67.15% 67.42% +0.26%
==========================================
Files 169 169
Lines 34152 34142 -10
Branches 5727 5727
==========================================
+ Hits 22936 23021 +85
+ Misses 11077 10983 -94
+ Partials 139 138 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aabrown100-git
left a comment
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 good, but could you modify a test case to test that it works? I think you could just add 'Fiber_stretch' as a spatial output in the LV_HolzapfelOgden_active case, for example, and just verify that it doesn't seg fault
…tial-output-seg-fault_432
…pdate the result_001.vtu testing file.
|
Looks good! |
aabrown100-git
left a comment
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.
Approving
* Change file name. * Fix some indexing and scope bugs. * Add the 'Fiber_direction' Output command to the solver.xml file and update the result_001.vtu testing file.
This functionality was never tested. I have found and fixed several bugs (see #432).