Skip to content

How to visualize a mesh? #1591

Answered by prudhomm
prudhomm asked this question in Q&A
Discussion options

You must be logged in to vote

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

  • element markers
  • face markers
  • edge markers
  • vertice markers
  • partitioning
  • node based and element based scalar or vectorial functions

See http://docs.feelpp.org/user/0.108/using/tools/mesh_exporter.html for further details

Replies: 1 comment

Comment options

prudhomm
Mar 20, 2021
Maintainer Author

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