Re: [Paraview] Crash loading Catalyst plugin

2015-02-23 Thread Andy Bauer
Hi Greg, I tried this with PV master as of today. If the server is running with more than a single process I get a crash when connecting to it if the Catalyst script generator plugin is already loaded. If the server is just a single process though this works fine as well as loading the plugin afte

Re: [Paraview] Looping over blocks in a multiblock data set and printing to a table or graph

2015-02-23 Thread Utkarsh Ayachit
On Mon, Feb 23, 2015 at 1:53 PM, Utkarsh Ayachit wrote: > It'll be something like follows: > > Programmable Filter: OutputDataSetType= "vtkTable". > == > Script > == > import numpy as np > > size = 0 > for inpu

Re: [Paraview] Looping over blocks in a multiblock data set and printing to a table or graph

2015-02-23 Thread Utkarsh Ayachit
It'll be something like follows: Programmable Filter: OutputDataSetType= "vtkTable". == Script == import numpy as np size = 0 for input_block in inputs[0]: size += 1 meanArray = np.zeros(size, dtype = np.fl

[Paraview] Looping over blocks in a multiblock data set and printing to a table or graph

2015-02-23 Thread Sandeep Jella
Hello, I have a list of surfaces that I would like to automatically loop over and calculate means and standard deviations of a variable on each and then plot to a single plot. I guess I'd have to do this in a programmable filter attached to the multiblock entity* but need some guidance on the cod

Re: [Paraview] reducing startup time on cray

2015-02-23 Thread Utkarsh Ayachit
Burlen, > I'm unfamiliar with freezing python and how it would work with pvserver, > pvbatch, or pvpython. Question: how/what do we freeze in the pvserver case? Check this out: http://www.kitware.com/blog/home/post/517 Utkarsh ___ Powered by www.kitwar

Re: [Paraview] Ep_g from region in paraview

2015-02-23 Thread Armin Wehrfritz
A couple of weeks back has been a similar discussion, see more here: http://public.kitware.com/pipermail/paraview/2015-January/033104.html -Armin On 02/23/2015 02:54 PM, David Fiorillo wrote: Dears, Anyone could suggest how to plot average Ep_g over time over a region of interest in the para

[Paraview] Ep_g from region in paraview

2015-02-23 Thread David Fiorillo
Dears, Anyone could suggest how to plot average Ep_g over time over a region of interest in the paraview? [image: Imagem inline 1] Best regards, David ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/