Hello, i would like to have a mesh plot which contains the indices of the vertices/ edges / facettes ? Can someone please help, i am very new to FEniCS. Thanks a lot.
Hi, you could start be pressing v when the plot window is active. That will give you vertex indices. Saving the plot results in vertex_indices.png. Btw, pressing c will give you cell indices. I am not sure you can get the other plots that conveniently.