I would like to display a set of meshes that result from a (bash) script driven set of simulations <div>and meshing steps.</div><div><br></div><div>I have written a script that does what I want (at least basically), if I manually go into the paraview </div>
<div>gui and start the (Tools --&gt;) Python Shell, then hit run script and select the desired script.</div><div><br></div><div>In an attempt to automate the visialization, I wrote a bash script with the two relevant lines being:</div>
<div><br></div><div><div>paraview &amp;&gt;/dev/null &amp;</div><div>pvpython show_vtu.py</div></div><div><br></div><div>This generates non-persistent, non-interactive images that I expect - though it would be good </div>
<div>to know if there is a way to make such images persistent and interactive. (in addition to </div><div>starting paraview)</div><div><br></div><div>Question:  Is there a way to use such a script (bash, python called from bash . . . ) to </div>
<div>start paraview, and use a script to visualize data in the gui?</div><div><br></div><div>Thanks,</div><div>Tim</div>