Skip to content
Discussion options

You must be logged in to vote

Based on the Wikipedia article it sounds like a type of structured hexahedral mesh, so, yes I think you could write some code that would import such a mesh relatively easily. On the libMesh side, the mesh would of course be treated as unstructured HEX8, HEX20, or HEX27 elements. It would be simplest if the grid you want to read is in an ASCII format, and not a binary blob. You can look at one of the other ASCII-based mesh readers like AbaqusIO to get some ideas on how to read from a file and add Nodes/Elems to the Mesh.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tu1620808124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants