Page 2 of 2

Re: Mask to restrict sliding in ice free areas

Posted: 23 Jun 2014, 12:54
by mzenker
Hi,
ChristianB wrote:Anyone know how I can see boundary numbering in Paraview?
I don't know the answer for ParaView right away, but there is another thing you can do to inspect the Elmer numbering in your mesh:

On the command line, cd to one level above your mesh directory ("my_mesh") and say

Code: Select all

elmergrid 2 4 my_mesh
This will convert the mesh to gmsh format ("my_mesh.msh"). Open it with gmsh, and switch on surface labels (or line labels if you are in 2D) under Tools->Options->Mesh. Select "Elementary Tag" in the "Label tyle" pull-down.

HTH,

Matthias