-
Notifications
You must be signed in to change notification settings - Fork 23
Enable plots of ElementalNodal data #511
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
Conversation
For quadratic elements, PyVista's shrinked grid expects a certain number of data values while there is less available in the DPF Field's data array. |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #511 +/- ##
==========================================
+ Coverage 84.16% 84.24% +0.08%
==========================================
Files 91 91
Lines 10597 10672 +75
==========================================
+ Hits 8919 8991 +72
- Misses 1678 1681 +3 |
Any updates on this one? Looks like a useful feature. |
…tion when quadratic elements are present.
387623b
to
477a2c1
Compare
Pull request documentation preview limit (10) reached: skipping documentation deployment for this pull request. |
…ith the same mesh
Hey @rafacanton it looks like something was fixed for 25R2 that allows this new feature to work. Edit: after debugging I can confirm I am falling right into an old bug. This has nothing to do with plotting, it is the Field._get_data which fails. |
Resolves #373