Replies: 1 comment
-
The mesh generators in meshpy are called "Triangle" and "TetGen"... ("tet" for tetrahedra), so I would say meshpy is unlikely to pick up this functionality. Gmsh can generate hex meshes, at least to an extent. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have built a solver for my undergraduate problem and i am battling with the meshing... but that's not something new to the FEM world :P
At the moment i use simple cube elements and i would like to automate the meshing part of my code and i found your package but you only use tetrahedron elements. I mean sometimes cubes perform better than tetrahedron and have less tendencies for hour glass problems, maybe the implementation of the cube could be something useful for the FEM community.
Beta Was this translation helpful? Give feedback.
All reactions