Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2151 +/- ##
=======================================
Coverage 78.25% 78.25%
=======================================
Files 114 114
Lines 19050 19050
=======================================
Hits 14907 14907
Misses 4143 4143 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
I tried the tutorial and it mostly worked fine for me. However, I ran into some problems with tetrahedra. Without VTK library, the mesh looked like this:

with VTK library:
I guess it is related to this error message I got:
Do you already know what is causing this? :-)
Also, I took the freedom to change the autoconf options mentioned in the wiki to their CMake counterparts, I guessed you wouldn't mind. Lastly, it may be worth noting that the output created with the VTK library required me to use a newer paraview version than 5.10. Maybe it's worth noting somewhere in the tutorial that users may run into this problem?
Closes #2161
Describe your changes here:
The curved tutorial meshes were broken. I adapted the geometries and meshing parameters so that the meshes look better and are not broken.
All these boxes must be checked by the AUTHOR before requesting review:
Documentation:,Bugfix:,Feature:,Improvement:orOther:.All these boxes must be checked by the REVIEWERS before merging the pull request:
As a reviewer please read through all the code lines and make sure that the code is fully understood, bug free, well-documented and well-structured.
General
Tests
If the Pull request introduces code that is not covered by the github action (for example coupling with a new library):
Scripts and Wiki
script/find_all_source_files.scpto check the indentation of these files.License
doc/(or already has one).