Hi David, Thank you for your reply. I think I must be a little bit confused. From reading the documentation under section '9.4 Legacy Formats' it suggests that the new file format should be used which is defined in section '9.1 MSH ASCII file format' and contains post-processing datasets ($NodeData etc).
If I understand the documentation correctly the example msh file (in the new format) I gave before should display a single vector at the origin but doesn't. Are the post-processing data sections of the new file format parsed in the GUI? If possible I would prefer that I write out a single 'msh' file containing both the mesh and post processing views I need rather than writing out a legacy pos file. I feel like I am missing something regarding the new file formats. Regards, Richard 2008/8/12 David Colignon <[EMAIL PROTECTED]> > Hi Richard, > > Why do you export your .pos file, which is fine and displays what you want, > in the .msh format, which is meant to hold mesh data, not post-processing > data ? > > Cheers, > > Dave > > -- > David Colignon, Ph.D. > Collaborateur Logistique du F.R.S.-FNRS (Équipements de Calcul Intensif) > ACE - Applied & Computational Electromagnetics > Institut Montefiore B28 > Université de Liège > 4000 Liège - BELGIQUE > Tél: +32 (0)4 366 37 32 > Fax: +32 (0)4 366 29 10 > WWW: http://hpc.montefiore.ulg.ac.be/ > Agenda: > http://www.google.com/calendar/embed?src=david.colignon%40gmail.com > > > > Richard Mant wrote: > >> Hi, >> >> 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? >> >> Thank you in advance for your help, >> >> Richard >> >> POS File: >> View "VectorDemo" { >> VP (0.0,0.0,0.0) {1.0,1.0,1.0}; >> }; >> >> MSH File: >> $MeshFormat >> 2 0 8 >> $EndMeshFormat >> $Nodes >> 1 >> 1 0 0 0 >> $EndNodes >> $Elements >> 1 >> 1 15 0 1 >> $EndElements >> $NodeData >> 1 >> "VectorDemo" >> 1 >> 0 >> 3 >> 0 >> 3 >> 1 >> 1 1 1 1 >> $EndNodeData >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> gmsh mailing list >> [email protected] >> http://www.geuz.org/mailman/listinfo/gmsh >> >
_______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
