Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • $\begingroup$ Thats not really the answer of my question, but I think it was hard to guess what I really wanted. So I added some more information to the main question. $\endgroup$ Commented May 12, 2021 at 8:33
  • $\begingroup$ @Max I think the only straightforward way to convert a general quad surface mesh to a volume mesh in Mathematica is to convert quads into tris and create a Tet mesh. Higher-end proprietary meshers may allow you to create a hex-only volume mesh, but the underlying Mathematica mesher is TetGen. Therefore, it is designed for creating tetrahedral meshes and not hex meshes. $\endgroup$ Commented May 12, 2021 at 14:09
  • $\begingroup$ @Max I updated the answer assuming that the surface mesh produced by BallMesh is similar to bmesh. The approach will not work on an arbitrary unstructured Quad mesh. $\endgroup$ Commented May 12, 2021 at 17:09
  • $\begingroup$ Thank you very much for this answers! $\endgroup$ Commented May 17, 2021 at 12:02
  • $\begingroup$ @Max Thank you for accepting my answer! I hope you will find the technique useful. $\endgroup$ Commented May 19, 2021 at 3:25