<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="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>