<br><font size=2 face="Lucida Console">Hello!</font>
<br><font size=2 face="Lucida Console">&nbsp; &nbsp; &nbsp;I am currently
trying to create an EnSight Gold dataset that defines a Structured Grid
Geometry Mesh that is constant for all time values, but the VARIABLES section
contains scalars which change over time. &nbsp;This is extremely desirable,
as it reduces the file size significantly by not requiring me to repeat
a large mesh of points for each timestep - when the mesh itself is constant
and never changes over time.</font>
<br>
<br><font size=2 face="Lucida Console">&nbsp; &nbsp; &nbsp;I saw this issue
was brought up back in 2006, and it does not appear that the thread was
ever resolved:</font>
<br><font size=3 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;</font><a href="http://public.kitware.com/pipermail/paraview/2006-November/004180.html"><font size=3 color=blue><u>http://public.kitware.com/pipermail/paraview/2006-November/004180.html</u></font></a><font size=3>
</font>
<br><font size=2 face="Lucida Console">Has anybody had any luck defining
a constant mesh with variables changing over time within the mesh with
EnSight?</font>
<br>
<br><font size=2 face="Lucida Console">I have attached an example snippet
of what I have come up with so far. &nbsp;This file will pass the &quot;ens_checker&quot;
validation program provided with the</font>
<br><font size=2 face="Lucida Console">EnSight software, but when I attempt
to open it in ParaView, ParaView locks up and crashes.</font>
<br>
<br>
<br><font size=2 face="Lucida Console">Best Wishes!</font>
<br><font size=2 face="Lucida Console">&nbsp; &nbsp; &nbsp;-John Mick</font>
<br>
<br><font size=2 face="Lucida Console">---------------------------------------------------</font>
<br>
<br><font size=2 face="Lucida Console">EnSight Gold CASE File:</font>
<br><font size=2 face="Lucida Console"># Comment 1</font>
<br><font size=2 face="Lucida Console"># Comment 2</font>
<br><font size=2 face="Lucida Console"># Comment 3</font>
<br>
<br><font size=2 face="Lucida Console">FORMAT</font>
<br><font size=2 face="Lucida Console">type: ensight gold</font>
<br>
<br><font size=2 face="Lucida Console">GEOMETRY</font>
<br><font size=2 face="Lucida Console">model: ServiceLPV.geo</font>
<br>
<br><font size=2 face="Lucida Console">VARIABLE</font>
<br><font size=2 face="Lucida Console">scalar per node: 1 1 VPL ServiceLPV.vpl</font>
<br><font size=2 face="Lucida Console">scalar per node: 1 1 HPL ServiceLPV.hpl</font>
<br>
<br><font size=2 face="Lucida Console">TIME</font>
<br><font size=2 face="Lucida Console">time set: 1</font>
<br><font size=2 face="Lucida Console">number of steps: 13</font>
<br><font size=2 face="Lucida Console">filename start number: 1</font>
<br><font size=2 face="Lucida Console">filename increment: 1</font>
<br><font size=2 face="Lucida Console">time values:</font>
<br><font size=2 face="Lucida Console">19273190</font>
<br><font size=2 face="Lucida Console">19273220</font>
<br><font size=2 face="Lucida Console">19273250</font>
<br><font size=2 face="Lucida Console">19273280</font>
<br><font size=2 face="Lucida Console">19273310</font>
<br><font size=2 face="Lucida Console">19273340</font>
<br><font size=2 face="Lucida Console">19273370</font>
<br><font size=2 face="Lucida Console">19273400</font>
<br><font size=2 face="Lucida Console">19273430</font>
<br><font size=2 face="Lucida Console">19273460</font>
<br><font size=2 face="Lucida Console">19273490</font>
<br><font size=2 face="Lucida Console">19273520</font>
<br><font size=2 face="Lucida Console">19273550</font>
<br>
<br><font size=2 face="Lucida Console">FILE</font>
<br><font size=2 face="Lucida Console">file set: 1</font>
<br><font size=2 face="Lucida Console">number of steps: 13</font>
<br>
<br>
<br><font size=2 face="Lucida Console">EnSight Gold Geometry File:</font>
<br><font size=2 face="Lucida Console">BEGIN TIME STEP</font>
<br><font size=2 face="Lucida Console"># Comment 1</font>
<br><font size=2 face="Lucida Console"># Comment 2</font>
<br><font size=2 face="Lucida Console">node id assign</font>
<br><font size=2 face="Lucida Console">element id assign</font>
<br><font size=2 face="Lucida Console">part</font>
<br><font size=2 face="Lucida Console">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1</font>
<br><font size=2 face="Lucida Console"># Grid Specification</font>
<br><font size=2 face="Lucida Console">block uniform</font>
<br><font size=2 face="Lucida Console">&nbsp; &nbsp; &nbsp; &nbsp;141 &nbsp;
&nbsp; &nbsp; &nbsp;81 &nbsp; &nbsp; &nbsp; &nbsp; 1</font>
<br><font size=2 face="Lucida Console">&nbsp; &nbsp; &nbsp; &nbsp;-40.0</font>
<br><font size=2 face="Lucida Console">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.0</font>
<br><font size=2 face="Lucida Console">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.0</font>
<br><font size=2 face="Lucida Console">&nbsp; &nbsp; &nbsp; &nbsp; -1.0</font>
<br><font size=2 face="Lucida Console">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.0</font>
<br><font size=2 face="Lucida Console">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.0</font>
<br><font size=2 face="Lucida Console">END TIME STEP</font>