<div dir="ltr"><div><div><div><div>Hi Jimmy,<br><br></div>There is no current way to do this in Catalyst without custom code. I know others have done it already but haven't seen the actual implementation for that. We hope to have funding in the next year to get more sophisticated with this in Catalyst but there are not specific projects yet that will fund us to work on this.<br><br></div>If I were to try to do a simple implementation of this now what I would do is add in a filter with the options you want and add that in as a plugin to PV. Then in your Python script you can interrogate those values and pass the data back to the simulation through the vtkCPDataDescription::UserData.<br><br></div>Cheers,<br></div>Andy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 29, 2017 at 11:47 AM, A . <span dir="ltr"><<a href="mailto:super_achie@hotmail.com" target="_blank">super_achie@hotmail.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 id="m_6483604529036268856divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p>Dear members,</p>
<p><br>
</p>
<p>I have successfully been able to use ParaView Catalyst to do in-situ visualization. The data that is generated from my simulation program is forwarded to ParaView with the use of these so-called 'adaptors'. The API is very straightforward and it was done
 easily. However I was wondering if feeding back data from ParaView into my simulation program through Catalyst is also possible. In other words can ParaView serve as a (semi) graphical user interface?</p>
<p><br>
</p>
<p>For instance, at some point in the simulation in ParaView I want to change the size of one of my simulation objects, which in my simulation program is represented as a private data member of the object's class. So I want to pause the simulation, select the
 object and change the value of the object's size. Is there a way to pipe this data back into the simulation (in-situ) and continue the simulation?</p>
<p><br>
</p>
<p>If the above description is too specific, I would just like to ask if the user can be interactive with simulation program through ParaView in any way. I can think of a way of exporting the changed ParaView state to file, parse that in my simulation program
 and update the simulation state, but I was wondering if there is a neater / faster way of doing this.</p>
<p><br>
</p>
<p>Best,</p>
<p>Jimmy </p>
<p></p>
</div>
</div>

<br>______________________________<wbr>_________________<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/<wbr>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/<wbr>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=<wbr>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/<wbr>mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>