<div dir="ltr">There is a better way. Build a multi-block structure that creates enough copies with the appropriate transforms to advance the streamlines as many periods as you need. Make sure to shallow copy all heavy data structures such as data arrays. If you are using vtkImageData or vtkRectilinearGrid, this is easy. If you are using vtkStructuredGrids or vtkUnstructuredGrids, take a look at vtkPeriodicDataArray and its subclass vtkAngularPeriodicDataArray. If you need other type of periodicity, you may need to create a new subclass of vktPeriodicDataArray. Also take a look at vtkPeriodicFilter that can create such a multi-block dataset.<div><br></div><div>Best,</div><div>-berk</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 10, 2016 at 9:16 AM, Andy Bauer <span dir="ltr"><<a href="mailto:andy.bauer@kitware.com" target="_blank">andy.bauer@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi Tim,<br><br></div>There isn't any such functionality that exists directly in PV like this. A long way of doing this may be:<br><ul><li>StreamTracer for first set of streamlines<br></li><li>Use threshold or cut filter to get last points before they exit the domain</li><li>Use the Transform filter to move these points to the entrance of the domain on the other periodic side</li><li>StreamTracer with Custom source using Transform filter as source to continue the streamlines</li><li>Calculator filter to adjust IntegrationTime and other field values (if this is important you'll probably need to do this one streamline at a time).<br></li></ul><p>This may get a bit sloppy and unwieldy but that's the best way I can think about doing what you want. <br></p><p>If you do this and find a better way, please let us know!</p><p>Cheers,</p><p>Andy<br></p><p><br></p><p><br></p></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 9, 2016 at 5:34 PM, Tim Gallagher <span dir="ltr"><<a href="mailto:tim.gallagher@gatech.edu" target="_blank">tim.gallagher@gatech.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have a simulation that is periodic in 2 of the 3 directions and I would like to plot some streamlines coming from specific points in the domain. Some of these points are close to one of the periodic edges.<br>
<br>
Is there a way to tell Paraview that the domain is periodic and that streamline integration can continue from the opposite face?<br>
<br>
Thanks,<br>
<br>
Tim<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">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" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">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" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>