Mask to restrict sliding in ice free areas

Extension of Elmer in computational glaciology
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: Mask to restrict sliding in ice free areas

Post 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
Post Reply