<HTML>
<HEAD>
<TITLE>Re: [Paraview] VTU vs. Exodus: &quot;play&quot; through list of files</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Just to complete the thread, a time series of Exodus files is generally called Exodus restarts. &nbsp;The feature for reading the restarts is documented on the Wiki:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><a href="http://www.paraview.org/Wiki/Restarted_Simulation_Readers#Exodus">http://www.paraview.org/Wiki/Restarted_Simulation_Readers#Exodus</a><BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
Note that the .e-s# naming convention is one way to read them in. &nbsp;Another is creating a .ex-timeseries file.<BR>
<BR>
As Greg mentioned, it is more common for a single Exodus file to store the entire time series. &nbsp;This is only possible in Exodus, however, if the toplogy does not change. &nbsp;That is, you have the same number of cells and all the cells have the same neighbors. &nbsp;The cells can, however, move around. &nbsp;This is done by displacing the points of the mesh.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 11/16/10 5:32 PM, &quot;Nico Schl&ouml;mer&quot; &lt;<a href="nico.schloemer@gmail.com">nico.schloemer@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>&gt; states in them; as an example, the Sierra codes will output files with names<BR>
&gt; similar to &quot;box.e, box.e-s0002, ..., box.e-s0006&quot; In paraview, I can open<BR>
&gt; the file &quot;box.e&quot; and it automatically opens all files in the series and<BR>
&gt; shows me the combined state times from each file.<BR>
<BR>
Great! This does work with ParaView &gt;= 3.8.0 and this exact file name format.<BR>
Thanks for the hint.<BR>
<BR>
--Nico<BR>
<BR>
<BR>
<BR>
<BR>
On Tue, Nov 16, 2010 at 3:44 PM, Gregory Sjaardema &lt;<a href="gdsjaar@sandia.gov">gdsjaar@sandia.gov</a>&gt; wrote:<BR>
&gt; On 11/16/10 12:46 PM, Nico Schl&ouml;mer wrote:<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; In exodus format, one generally writes all the steps (state1, state2,<BR>
&gt;&gt;&gt; ...)<BR>
&gt;&gt;&gt; in the same file.<BR>
&gt;&gt;<BR>
&gt;&gt; Right; I'll try that later. Moving mesh sequences might also be<BR>
&gt;&gt; represented in one file only I believe.<BR>
&gt;&gt;<BR>
&gt;&gt; It's still a bit confusing as to *what ParaView displays when there's<BR>
&gt;&gt; only one state per file.<BR>
&gt;&gt;<BR>
&gt;&gt; --Nico<BR>
&gt;<BR>
&gt; It is possible to have a sequence of exodus files that each have 1 or more<BR>
&gt; states in them; as an example, the Sierra codes will output files with names<BR>
&gt; similar to &quot;box.e, box.e-s0002, ..., box.e-s0006&quot; In paraview, I can open<BR>
&gt; the file &quot;box.e&quot; and it automatically opens all files in the series and<BR>
&gt; shows me the combined state times from each file.<BR>
&gt;<BR>
&gt; --Greg<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; On Tue, Nov 16, 2010 at 2:36 PM, Weirs, V Gregory&lt;<a href="vgweirs@sandia.gov">vgweirs@sandia.gov</a>&gt;<BR>
&gt;&gt;  wrote:<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; In exodus format, one generally writes all the steps (state1, state2,<BR>
&gt;&gt;&gt; ...)<BR>
&gt;&gt;&gt; in the same file. This relies on the mesh topology being the same for the<BR>
&gt;&gt;&gt; entire set of steps.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Greg<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; On 11/16/10 12:31 PM, &quot;Nico Schl&ouml;mer&quot;&lt;<a href="nico.schloemer@gmail.com">nico.schloemer@gmail.com</a>&gt;  wrote:<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Hi all,<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; I've had a bunch of VTU files (say, state1.vtu, state2.vtu,<BR>
&gt;&gt;&gt; state2.vtu,...) and using ParaView, it is very easy to display them in<BR>
&gt;&gt;&gt; a movie style, being able to &quot;play&quot;, &quot;pause&quot;, click through the frames<BR>
&gt;&gt;&gt; and so on.<BR>
&gt;&gt;&gt; I then recently switched to the Exodus format, the information in the<BR>
&gt;&gt;&gt; files remains exactly the same (say, state1.exo, state2.exo,<BR>
&gt;&gt;&gt; state2.exo,...). When opening each file individually, one is presented<BR>
&gt;&gt;&gt; with a slightly altered menu as opposed to VTU files (--makes<BR>
&gt;&gt;&gt; sense--), but it does not seem to be possible to &quot;play&quot; the sequence<BR>
&gt;&gt;&gt; of the files. ParaView would always iterate over &quot;time&quot; from 0 to 1 in<BR>
&gt;&gt;&gt; in steps of 1/9, instead of iterating over the files.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; -- Is that something that cane be fixed, or am I ideally expected to<BR>
&gt;&gt;&gt; present the data to ParaView in a different way?<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Cheers,<BR>
&gt;&gt;&gt; Nico<BR>
&gt;&gt;&gt; _______________________________________________<BR>
&gt;&gt;&gt; Powered by www.kitware.com<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Visit other Kitware open-source projects at<BR>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<BR>
&gt;&gt;&gt; <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<BR>
&gt;&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt; _______________________________________________<BR>
&gt;&gt; Powered by www.kitware.com<BR>
&gt;&gt;<BR>
&gt;&gt; Visit other Kitware open-source projects at<BR>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
&gt;&gt;<BR>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<BR>
&gt;&gt; <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
&gt;&gt;<BR>
&gt;&gt; Follow this link to subscribe/unsubscribe:<BR>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
&gt;&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Powered by www.kitware.com<BR>
&gt;<BR>
&gt; Visit other Kitware open-source projects at<BR>
&gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
&gt;<BR>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<BR>
&gt; <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
&gt;<BR>
&gt; Follow this link to subscribe/unsubscribe:<BR>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
&gt;<BR>
_______________________________________________<BR>
Powered by www.kitware.com<BR>
<BR>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
<BR>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
<BR>
Follow this link to subscribe/unsubscribe:<BR>
<a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>