Exporting built-in Firedrake mesh to gmsh #3399
Unanswered
sarshia
asked this question in
Firedrake support
Replies: 2 comments 1 reply
-
Unfortunately I do not think that this is possible. Internally we rely on PETSc DMPlex for our mesh representation, and DMPlex only has routines for reading to gmsh files, not writing to them. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Got it, and just to clarify does this include even after we write the mesh to .pvd? In other words, do you know if the node/element data is retained in the .pvd file in a way that could then be exported to gmsh? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, is there a way to export a built-in Firedrake mesh to gmsh? For example, if I create a UnitCubeMesh in Firedrake and want to export its node sets, element sets, etc. all to a .msh file for visualization in gmsh. I am able to write the mesh to .pvd but not to .msh.
Beta Was this translation helpful? Give feedback.
All reactions