<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 22, 2017 at 8:20 AM, David Thompson <span dir="ltr"><<a href="mailto:david.thompson@kitware.com" target="_blank">david.thompson@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Andrew,<br>
<span class="gmail-"><br>
> I am hoping someone could point me in the right direction for the following problem. I have two ExodusII files (read using vtkExodusIIReader) each file contains several timesteps from a complete simulation.<br>
><br>
> I would like to utilize vtkTemporalInterpolator to allow for any timestep within the range of the timesteps in the files to be rendered.<br>
><br>
> Is this possible using VTK python bindings? If so, I would appreciate being pointed in the correct direction for implementing this sort of tool.<br>
<br>
</span>I don't know whether the Exodus reader itself or the FileSeries reader does it, but one of the two should identify the files as a time-sequence. </blockquote><div><br></div><div>The ExodusReader does not do anything with time sequences. Paraview creates a FileSeries, but I need to do this without Paraview.<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Note that usually Exodus time-series are broken into multiple files at steps where mesh adaptation occurs. Time *interpolation* (i.e., generating a mesh at a time between 2 saved steps) cannot take place at this boundary since there's no registration between the meshes.<br></blockquote><div><br></div><div>This is good to know, you probably saved me a bunch of time trying to get that aspect to work. However, I would like to take advantage of <span class="gmail-final-path">vtkTemporalDataSetCache across the files, if possible.</span> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> 
<span class="gmail-HOEnZb"></span><br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-HOEnZb"><font color="#888888">
        David</font></span></blockquote></div><br></div></div>