<div dir="ltr">Hi,<br><br>I am using Gmsh 2.2.3 on Windows XP and am having difficulty displaying vectors using the MSH ASCII file format. Using the following POS file to generate a single vector and then saving the view as a Gmsh mesh gives the MSH file below but on loading the MSH file nothing is displayed. Is this a bug or am I doing something wrong?<br>
<br>Thank you in advance for your help,<br><br>Richard<br><br>POS File:<br>View "VectorDemo" {<br>  VP (0.0,0.0,0.0) {1.0,1.0,1.0};<br>};<br><br>MSH File:<br>$MeshFormat<br>2 0 8<br>$EndMeshFormat<br>$Nodes<br>1<br>
1 0 0 0<br>$EndNodes<br>$Elements<br>1<br>1 15 0 1<br>$EndElements<br>$NodeData<br>1<br>"VectorDemo"<br>1<br>0<br>3<br>0<br>3<br>1<br>1 1 1 1<br>$EndNodeData<br></div>