-
I have a finite element mesh and I want to visualize it. How can I do it? |
Beta Was this translation helpful? Give feedback.
Answered by
prudhomm
Mar 20, 2021
Replies: 1 comment
-
You can use gmsh which can read many mesh formats and visualize it. You can go further by exporting the mesh to the native gmsh format The tool will export the mesh and extract some data for scientific visualisation
See http://docs.feelpp.org/user/0.108/using/tools/mesh_exporter.html for further details |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prudhomm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use gmsh which can read many mesh formats and visualize it.
You can go further by exporting the mesh to the native gmsh format
.msh
and use the feelpp_mesh_exporter tool.The tool will export the mesh and extract some data for scientific visualisation
See http://docs.feelpp.org/user/0.108/using/tools/mesh_exporter.html for further details