[Gmsh] Displaying nodal vector data
    Tom Pace 
    tompace101 at gmail.com
       
    Wed Jul  1 22:41:28 CEST 2009
    
    
  
Hello,
I was trying to display some nodal vector data, but not a single arrow
appears. The msh file below is a simple example of what I'm trying to
do. Am I leaving something out?
Thanks,
Tom
PS: I'm very impressed with the capabilities of gmsh, and look forward
to learning more about how to use it.
--
MeshFormat
2.0 0 8
$EndMeshFormat
$Nodes
6
1 0.0 0.0 0.0
2 0.1 0.0 0.0
3 0.1 0.3 0.0
4 0.0 0.3 0.0
5 0.0 0.15 0.0
6 0.1 0.15 0.0
$EndNodes
$Elements
2
1000 3  2 6 100  1 2 6 5
1001 3  2 6 100  5 6 3 4
$EndElements
$NodeData
1
"Node vector data"
0
3
0
3
1
1 0.4 0.4 0
$EndNodeData
--