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

_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to