[Gmsh] Raw text Postprocessing format
    Andrew Tuggle 
    Andrew.Tuggle at wdc.com
       
    Wed Aug 24 03:42:56 CEST 2011
    
    
  
Hello,
I would like a description of the 'raw text' postprocessing format
<PostProcessing.Format = 4> for views created by the Plugin(Integrate).
With View[0] and View[1] scalar fields, I create a new view like this:
 
Plugin(Integrate).View = 0;
Plugin(Integrate).Run;
// This is View[2].
 
Plugin(Integrate).View = 1;
Plugin(Integrate).Run;
// This is View[3].
 
Plugin(ModifyComponent).View = 2;
Plugin(ModifyComponent).Expression = "v0 / w0";
Plugin(ModifyComponent).OtherView = 3;
Plugin(ModifyComponent).Run;
// This is the new View[2]
 
PostProcesing.Format = 4;
 
Save View[2] outFile;
Now, the question is simply:  what is contained in outFile?  I see one line
of eight columns, e.g:
0 0 0 0 0 18.93261525 0 0.3822534350198938
What do these numbers represent?
Many thanks,
Andrew Tuggle
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20110823/bcb9480a/attachment.html>