Enable plots of ElementalNodal data#511
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