[Paraview] Newbie question on python filter and integrating over a dimension

2014-10-10 Thread Craig Michoski
Hi all, I have a super newbie question, I am trying to properly learn how to use the programmable python filter to integrate along dimensions of my arrays. The below seems to work, but it is extremely slow, and I'm sure the dumbest thing I can be doing. What I have is a scalar field in 2d called

[Paraview] ParaView with VirtualGL

2014-10-14 Thread Craig Michoski
Hi all, I'm running ParaView via VirtualGL through a remote host, and experiencing some difficulties. The host has me set an env variable, export NO_HOSTSORT=1 (and I'm not sure what this is trying to accomplish). Paraview for the most part runs fine, but when I try to run a programmable python

Re: [Paraview] ParaView with VirtualGL

2014-10-15 Thread Craig Michoski
Ah, okay, I figured out part of my problem. I had to connect to the server and display the output on the server side, not just the client side, which I guess is where the print commands redirects. Now I have several other problems. First: 1) the print command outputs n_processor number of outpu

Re: [Paraview] ParaView with VirtualGL

2014-10-15 Thread Craig Michoski
last_step = x Craig On Wed, Oct 15, 2014 at 5:38 PM, Berk Geveci wrote: > Hi Craig, > > Which version of ParaView are you using? > > What file format are you loading? > > Best, > -berk > > On Wed, Oct 15, 2014 at 4:52 PM, Craig Michoski > wr