[Gmsh] MSH 2.0 format
    Andrey Zakharov 
    AZakharov at gmcs.ru
       
    Tue Jun 15 14:12:40 CEST 2010
    
    
  
Dear GMSH developers.
 
I use GMSH for a long time only for post-processing of transient gas
flows (such parameter as density, velocity components and vector,
pressure, temperature, etc.).
For load this parameters in GMSH I use MSH 2.0 format. I think, that
structure of this format is not optimal, because for every physical
parameter (on every time step) format requires to save node numbers, for
example:
 
Time step 1
 
Pressure (scalar)
 
1 value
2 value
...
N value
 
Density (scalar)
 
1 value
2 value
...
N value
 
 
If parameters will be saved in other format, without duplicate of node
number, for example:
 
   Pressure  Density  
1   value       value       
2  value       value       
...
N  value       value       
 
Then size of output file may be a little smaller.
 
For fine mesh, many visualize parameters and many output time steps the
size of output file is very large.
 
 
Zakharov A.A.
BMSTU
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20100615/1f4dbb53/attachment.html>