<div dir="ltr">Hi Craig,<div><br></div><div>Which version of ParaView are you using?</div><div><br></div><div>What file format are you loading?</div><div><br></div><div>Best,</div><div>-berk</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 15, 2014 at 4:52 PM, Craig Michoski <span dir="ltr"><<a href="mailto:michoski@gmail.com" target="_blank">michoski@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ah, okay, I figured out part of my problem.  I had to connect to the<br>
server and display the output on the server side, not just the client<br>
side, which I guess is where the print commands redirects.  Now I have<br>
several other problems.  First:<br>
<br>
1) the print command outputs n_processor number of outputs.  Can I<br>
make this just one value?  For example, if I am summing a value over a<br>
mesh, I just want to total value output once over the entire mesh?  Is<br>
this possible?<br>
<br>
2)  I am getting an error when trying to simply get my loaded inputs.<br>
When I do:<br>
<br>
print "Gets here!"<br>
<br>
alpha0 = inputs[0].PointData['alpha_0']<br>
<br>
Traceback (most recent call last):<br>
  File "<string>", line 22, in <module><br>
  File "<string>", line 8, in RequestData<br>
TypeError: 'NoneType' object has no attribute '__getitem__'<br>
<br>
I don't understand what is hppening here, can anyone help please?<br>
<div class="HOEnZb"><div class="h5"><br>
Craig<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br></div>