<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>
<div>Miguel,</div>
<div><br>
</div>
<div>As suggested by Sam, ParaView relies on the time code in the Exodus files to determine which time is valid. You can use the file sequence naming convention you state to load a time series of files (to, for example, support a changing mesh). However, each
 file must have a unique time value or else the reader will discard all but one as duplicates. There is an open bug (<a href="http://www.paraview.org/Bug/view.php?id=15967">http://www.paraview.org/Bug/view.php?id=15967</a>) to add an option to ignore the time
 value in an Exodus file.</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>ParaView <<a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a>> on behalf of Samuel Key <<a href="mailto:samuelkey@bresnan.net">samuelkey@bresnan.net</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, February 10, 2016 at 6:48 PM<br>
<span style="font-weight:bold">To: </span>paraview <<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] Re: [Paraview] Adding time steps to a data set<br>
</div>
<div><br>
</div>
<div>
<div bgcolor="#FFFFFF" text="#000000"><tt>Miguel,<br>
<br>
The ExodusI/ExodusII database has from its beginning supported multiple time steps. However, it is structured with a one-time write of the time=0.0 mesh data, and then successive point, cell and global (aka 'domain') datum sets written time step after time
 step. If in the optimization, the structure for the mesh has been altered, then the approach you used up to now may be your only answer.
<br>
<br>
If the mesh structure has stayed the same from optimization step to optimization step and you have saved the optimization changes as point displacements, and if you have access to source coding, you might be able to repeat the optimization steps and write out
 into a single ExodusI/ExodusII database the sequence of optimization steps as time steps appended to the to the database. I am not in a position to tell you the subroutine calls needed to successively close and open an ExodusI/ExodusII database. You might
 find that information here:<br>
<br>
<a class="moz-txt-link-freetext" href="http://gsjaardema.github.io/seacas/html/index.html">http://gsjaardema.github.io/seacas/html/index.html</a><br>
<br>
Sam Key <br>
<br>
</tt><br>
<div class="moz-cite-prefix">On 2/10/2016 11:50 AM, Salazar De Troya, Miguel wrote:<br>
</div>
<blockquote cite="mid:D2E0C659.1142%25salazardetro1@llnl.gov" type="cite">
<div>Hello</div>
<div><br>
</div>
<div>I have several exodus files which are snapshots of an optimization history. Each snapshot reflects a design change and how it is gradually being improved and more optimal. I want to make a movie showing this optimization history.</div>
<div><br>
</div>
<div>What I have done so far is to add all the files in the pipeline showing the design field, add each file to the Animation View as a frame and play with the Opacity and the time intervals to show the design transitions. This looks alright, but I what I think
 that would look better is to use a Temporal Interpolator filter. For that I would need to have a time series. I tried modifying the file names and adjust them to the convention filename.e-s.001, filename.e-s.002, etc, but this doesn’t do anything. I think
 the reason is because the exodus files do not contain anything related to time. Is this correct? How could I add time to my exodus files within paraview?</div>
<div><br>
</div>
<div>Thanks</div>
<div>Miguel</div>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Search the list archives at: <a class="moz-txt-link-freetext" href="http://markmail.org/search/?q=ParaView">http://markmail.org/search/?q=ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview">http://public.kitware.com/mailman/listinfo/paraview</a></pre>
</blockquote>
<br>
</div>
</div>
</span>
</body>
</html>