-
Notifications
You must be signed in to change notification settings - Fork 13
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
Make ArbitraryOrderLagrangeElement
VTK-compatible
#702
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #702 +/- ##
=======================================
Coverage 97.42% 97.43%
=======================================
Files 94 94
Lines 5014 5033 +19
=======================================
+ Hits 4885 4904 +19
Misses 129 129 ☔ View full report in Codecov by Sentry. |
The lagrange hexahedron must be modified. According to the screenshot, this is a linear hexahedron and then a grid without the corner vertices. Warning: It seems that ParaView uses a different sorting than PyVista!? |
Furthermore, the point ordering is different among VTK versions. https://discourse.julialang.org/t/writevtk-node-numbering-for-27-node-lagrange-hexahedron/93698/9 |
closes #701