<div dir="ltr">It isn't easy to get the the values, because the client only accesses proxies for the filters and data objects, which often exist on remote distributed memory parallel machines.<div><br></div><div>Three strategies:</div><div>1) write a python programmable filter. That runs in parallel on remote machines and has access to the actual data.<br></div><div>2) use servermanager.Fetch to copy the data to the client</div><div>3) if you are never going to run in parallel, you can use proxy.GetClientSideObject()</div><div><br></div><div>Personally I recommend #1.</div><div><br></div><div><div><br></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Tue, Dec 15, 2015 at 5:22 PM, David Larsson <span dir="ltr"><<a href="mailto:david.larsson@sth.kth.se" target="_blank">david.larsson@sth.kth.se</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" style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p><font size="2">Dear all, </font></p>
<p><br>
<font size="2"></font></p>
<p><font size="2">I am working with imported temporal velocity fields (from pvd/vtu) files.
</font></p>
<p><br>
<font size="2"></font></p>
<p><font size="2">Does anyone know how I in pvpython can access point or cell data as a specified variable (array)?
</font></p>
<font size="2">I easily find out how to load data into paraview using the Python tracer ('solutoinpvd = PVDReader(FielName='myfile.pvd')) but can't seem to know how to access the velocity field in pvpython after that.</font>
<p><br>
<font size="2"></font></p>
<p><font size="2">I want the point or cell data loaded in specified variables in order to modify e.g. the velocity or calculated vorticity field through scripting (as an example, set all values >0 to a given value), but I can't seem to find these variables
 (or set variables to them). </font></p>
<p><br>
<font size="2"></font></p>
<p><font size="2">Thanks for the help.</font></p><span class="HOEnZb"><font color="#888888">
<p><br>
<font size="2"></font></p>
<p><font size="2">/David <br>
</font></p>
<p><br>
<font size="2"></font></p>
<p><font size="2"><br>
</font></p>
<p><font size="2"></font><font size="2" face="Calibri,sans-serif"><span style="font-size:11pt"><a href="https://webmail.kth.se/owa/redir.aspx?C=IxWYxXymHES_fQvc4qU3B9BOtBARstEIlfcjHJ6nx0MeBY57EwkoSX2SdYQPib-GqeXHouLYnDA.&URL=mailto%3adavid.larsson%40sth.kth.se" target="_blank"><font size="2"><span style="font-size:10pt"></span></font></a></span></font></p>
<div>
<div style="font-family:Tahoma;font-size:13px"><span lang="sv"></span></div>
</div>
</font></span></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>