Re: [Paraview] Accessing a specific variable in Python Programmable Filter

2014-05-19 Thread Su, Simon M CTR USARMY ARL (US)
thanks Burlen, -simon From: Burlen Loring [burlen.lor...@gmail.com] Sent: Friday, May 16, 2014 6:12 PM To: Burlen Loring; Su, Simon M CTR USARMY ARL (US); paraview@paraview.org Subject: Re: [Paraview] Accessing a specific variable in Python Programmable Filter

[Paraview] ParaviewWeb Multiuser

2014-05-19 Thread Daniel Zuidinga
Hello, I want to setup a server with multiuser support. Each user should have a specific own data directory. Do I need Jetty launcher for this or can I achieve this only with the Pyhton launcher? As far as I can see I can't setup the directory on the client so that I have to create app

Re: [Paraview] ParaviewWeb Multiuser

2014-05-19 Thread Ben Boeckel
On Mon, May 19, 2014 at 16:03:49 +0200, Daniel Zuidinga wrote: 'secret': 'katglrt54#%dfg', 'user': 'sebastien.jourdain', 'password': 'ousdfbdxldfgh', Hmm...might want to change these if they're real? --Ben ___ Powered by www.kitware.com Visit other

[Paraview] Change size of arrow

2014-05-19 Thread Matteo Parsani
Dear Paraview Users and Developers, I am having some difficulties to change the size of the arrow. Using the calculatior I have created a vector filed as iHat*velocity_X+jHat*velocity_Y+kHat*velocity_Z Then I have plotted it choosing 3D Glyphs. I get huge arrow and I do not know how to change

Re: [Paraview] Compilation with Manta plugin

2014-05-19 Thread David E DeMarle
* Search the paraview bug tracker for Manta. There are a handful of known bugs listed there that I never got around to resolving when we first made the plugin. * The plugin works by sending the surface geometry over to manta instead of OpenGL for rendering. We made no attempt to hand volumes off,

Re: [Paraview] ParaviewWeb Multiuser

2014-05-19 Thread Sebastien Jourdain
Hi Daniel, I would suggest to handle the data-dir argument inside a shell script that will then depend on the user. So instead of running a pvpython command line you run your custom script command line. BTW, Ben the payload example given come from the documentation and are given for example

Re: [Paraview] [EXTERNAL] Change size of arrow

2014-05-19 Thread Scott, W Alan
On the properties tab, slide down and you will see Scale Mode. Right below there is a checkbox (Edit). Check that, and change the scale. You can also change scale mode to be Scalar (don’t scale with the length of your vector). Alan From: ParaView [mailto:paraview-boun...@paraview.org] On

Re: [Paraview] [EXTERNAL] Change size of arrow

2014-05-19 Thread Matteo Parsani
Thanks for the answer, Scott. Where do I find the properties tab? When I plot with 3D Glyphs I do not have any property tab? Thanks On Mon, May 19, 2014 at 12:25 PM, Scott, W Alan wasc...@sandia.gov wrote: On the properties tab, slide down and you will see Scale Mode. Right below there is

Re: [Paraview] Change size of arrow

2014-05-19 Thread Sankhesh Jhaveri
You can scale the glyphs by applying a transform to them. Under the Properties panel, there is a Glyph transform section that you can use to scale glyphs. Hope that helps. -- Sankhesh Jhaveri Research Development Engineer Kitware, Inc. Phone: (518) 881 4417 Fax: (518) 371 4573 On Mon,

Re: [Paraview] [EXTERNAL] Change size of arrow

2014-05-19 Thread Scott, W Alan
Should be “on” be default. The properties tab is where you find the big magic “apply” button (left side of the window). If you accidentally turned it off, View/ Properties. Alan From: Matteo Parsani [mailto:parsani.mat...@gmail.com] Sent: Monday, May 19, 2014 11:29 AM To: Scott, W Alan Cc:

Re: [Paraview] [EXTERNAL] Change size of arrow

2014-05-19 Thread Matteo Parsani
Thanks to both! On Mon, May 19, 2014 at 4:10 PM, Scott, W Alan wasc...@sandia.gov wrote: Should be “on” be default. The properties tab is where you find the big magic “apply” button (left side of the window). If you accidentally turned it off, View/ Properties. Alan *From:* Matteo

[Paraview] Cell to point, and ghost cells

2014-05-19 Thread Scott, W Alan
I have a user that is getting visual artifacts between simulation processor boundaries when using cell to point. My user is reading two files into ParaView. He then runs cells to point. He then colors by a former cell variable, which is now a point variable. He is seeing artifacts at the

Re: [Paraview] Interpolate across NaN's?

2014-05-19 Thread Moreland, Kenneth
Can you be more specific by what you mean by interpolate across NaN's? A NaN interpolated with anything else (including NaN) is NaN. There is not much you can do when something is not a number. What exactly are you expecting ParaView to do? -Ken Sent from my iPad so blame autocorrect. On May

Re: [Paraview] Interpolate across NaN's?

2014-05-19 Thread Joshua Murphy
Probably bad choice of words on my part. I would like to interpolate from/to the nearest valid values, filling in the missing (NaN) values with an interpolated value. Sent from my iPhone On May 19, 2014, at 16:58, Moreland, Kenneth kmo...@sandia.govmailto:kmo...@sandia.gov wrote: Can you be

[Paraview] Integrate variable filter

2014-05-19 Thread Scott, W Alan
Utkarsh/Berk/All, I have a user that wants to add up all of the forces in a dataset, not volume corrected. Is there a reason that the Integrate Variable filter can't do this (default off)? My user just dumped the raw data as a .csv file and read it into excel, which worked. It would be nicer

Re: [Paraview] Integrate variable filter

2014-05-19 Thread Andy Bauer
Hi Alan, My question is how should the forces be added up? I'm inferring that you mean that the point/cell data array should just be added up. It seems odd to do it like this since small cells don't get weighted proportionally to big cells. If you wanted to do it like this though it seems like