Re: [Paraview] Run a paraview-phyton scricpt in a windows batch file

2015-02-09 Thread Madalena S. Malhadas
Hello,I am using python but now I am testing with pvpython and works! Kind regardsMadalena Date: Mon, 9 Feb 2015 16:58:34 +0100 From: i.kru...@tu-braunschweig.de To: nenasan...@hotmail.com; paraview@paraview.org Subject: Re: [Paraview] Run a paraview-phyton scricpt in a windows batch file

[Paraview] Defining new Variables

2015-02-09 Thread Rinehart, Richard D. (GRC-VG00)[DB Consulting Group, Inc.]
Greetings! A relative newbie Paraview question[http://www.cfd-online.com/Forums/images/smilies/smile.gif]. In Ensight I use the calculator to define essentially a new variable, such as degrees F as computed from K. I've done that in Paraview but it doesn't seem to then be available to use. ?

Re: [Paraview] Defining new Variables

2015-02-09 Thread Moreland, Kenneth
Richard, Did you click the Apply button after entering the expression in the calculator filter? After you click the Apply button ParaView will evaluate your expression on all elements of your data. The new variable becomes part of the newly generated data set labeled as Calculator1 or

Re: [Paraview] Paraview enabled VR Plugin not interacting via VRPN

2015-02-09 Thread Hannah Klinac
Hi Aashish, Thanks for the prompt reply! 1) Yes it is a valid VRPN server, and the vrpn.cfg file is set up correctly. When I run vrpn_print_devices with Mouse0@localhost as the argument I get correct button and analog feedback. I have read that in the VR Plugin, the address should be

Re: [Paraview] Defining new Variables

2015-02-09 Thread Utkarsh Ayachit
Try using the Calculator filter. Also checkout Section 5.8 from the ParaView Guide. You can download the pdf version from http://www.paraview.org/documentation/ Utkarsh On Mon, Feb 9, 2015 at 10:51 AM, Rinehart, Richard D. (GRC-VG00)[DB Consulting Group, Inc.] richard.d.rineh...@nasa.gov wrote:

Re: [Paraview] Run a paraview-phyton scricpt in a windows batch file

2015-02-09 Thread Ian Krukow
Hi Madalena, are you using python or pvpython? 'Normal' python does not know where to locate the ParaView libraries. Therefore, you should use pvpython from the ParaView package, unless you have a special reason to do otherwise (then you have to set up your system accordingly). Kind regards

Re: [Paraview] cgns - Paraview loader

2015-02-09 Thread Mickael Philit
The CGNS plugin is not present in nighty builds. You may have an unrelated problem. Have you check your cgns file with the /cgnscheck/ utility ? Can you provide more information about the error output from ParaView ? Mickael On 09/02/2015 15:18, Manuel Gageik wrote: Hi Mickael, I downloaded

Re: [Paraview] User trying to build with catalyst -- need guidance

2015-02-09 Thread Andy Bauer
Hi Rich, I'd suggest that initially just build ParaView from the full source code. The Catalyst editions are meant to be slimmed down versions of ParaView to reduce the memory load for specific configurations. See http://www.kitware.com/blog/home/post/606 for information on the Catalyst editions.

Re: [Paraview] User trying to build with catalyst -- need guidance

2015-02-09 Thread Cook, Rich
Hello, Another very specific question: The instructions at http://www.paraview.org/Wiki/Build_Directions use cmake of course. How is this going to work in building a library intended to run on the backend nodes of BG/Q machines? Thanks. On Feb 9, 2015, at 9:49 AM, Cook, Rich

Re: [Paraview] Defining new Variables

2015-02-09 Thread Rinehart, Richard D. (GRC-VG00)[DB Consulting Group, Inc.]
Thanks all, I have gotten it to work. And it does like I expect. In my early excursions using Paraview, it’s totally possible to do things that doesn’t crash it but otherwise hoses up subsequent downstream movements. I don’t say that to complain as it’s quite amazing for opensource and

[Paraview] pvserver issue

2015-02-09 Thread Jeff Becker
Hi. I'm running a recent build of ParaView in client/server mode on a GPU cluster. I successfully launch the servers and connect a client on my desktop... $ mpirun -np 8 /usr/bin/env DISPLAY=:0 ./pvserver --client-host=pfe20 --use-offscreen-rendering --disable-xdisplay-test Waiting for

[Paraview] Set fill_value (e.g., -9e15) with transparency color

2015-02-09 Thread Madalena S. Malhadas
Dear all,I try to represent a 3D clarifier with total suspended solids as property. My geometry have a fill value with -9e15 that appears on the bord of the structure. What i have to set a transparency color for fill value? kind regardsMadalena From: kmo...@sandia.gov To:

Re: [Paraview] Defining new Variables

2015-02-09 Thread Moreland, Kenneth
The variable should be available for use by subsequent filters. I've never had a problem with that. Perhaps the calculator was not giving the variable the name you were expecting? (The default name is Result.) -Ken From: Rinehart, Inc.]

Re: [Paraview] Defining new Variables

2015-02-09 Thread Rinehart, Richard D. (GRC-VG00)[DB Consulting Group, Inc.]
Thanks! Ahh Filters. But the variable did not seem available for use by subsequent filters after the filter application. That's confusing me. But I'll try again. -rich From: Moreland, Kenneth [mailto:kmo...@sandia.gov] Sent: Monday, February 09, 2015 12:06 PM To: Rinehart, Richard D.

Re: [Paraview] pvserver issue

2015-02-09 Thread Utkarsh Ayachit
I don't think this is a display issue, but more of a file issue. Can you try creating a builtin source like Sphere or Wavelet and see if that works? Utkarsh On Mon, Feb 9, 2015 at 3:18 PM, Jeff Becker jeffrey.c.bec...@nasa.gov wrote: Hi. I'm running a recent build of ParaView in client/server

Re: [Paraview] Paraview enabled VR Plugin not interacting via VRPN

2015-02-09 Thread Aashish Chaudhary
Hannah, Thanks for sending the files. Couple of thigs: 1) Is this really a valid VRPN server Mouse0@localhost? Can you use vrpn_print_devices program to communicate with it? 2) Looks like you the property you configured is visibility but the style you have chosen is vtkVRGrabWorldStyle which

Re: [Paraview] pvserver issue

2015-02-09 Thread Jeff Becker
On 02/09/2015 12:55 PM, Utkarsh Ayachit wrote: I don't think this is a display issue, but more of a file issue. Can you try creating a builtin source like Sphere or Wavelet and see if that works? Sphere works. As do cylinder, and wavelet. I got a crash when I tried to volume render wavelet,

Re: [Paraview] Defining new Variables

2015-02-09 Thread David E DeMarle
And make sure the subsequent filters start from the calculator filter, otherwise they, just like the calculator itself, will take in the output of the upstream source. (i.e. you've made a branching fan out pipeline) David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY

Re: [Paraview] pvserver issue

2015-02-09 Thread Utkarsh Ayachit
Sphere works. As do cylinder, and wavelet. I got a crash when I tried to volume render wavelet, but maybe that's expected. After creating the Sphere, try changing the Remote Render Threshold (in the Settings dialog) to 0 -- this will force remote rendering. I suspect this will segfault. For how

Re: [Paraview] pvserver issue

2015-02-09 Thread Jeff Becker
On 02/09/2015 03:16 PM, Utkarsh Ayachit wrote: Sphere works. As do cylinder, and wavelet. I got a crash when I tried to volume render wavelet, but maybe that's expected. After creating the Sphere, try changing the Remote Render Threshold (in the Settings dialog) to 0 -- this will force remote

[Paraview] Set of 3DText sources?

2015-02-09 Thread Anton . Piccardo-Selg
Hi, I am currently working on a customization of ParaView. We plot crystallographic data and would like to annotate some of the data points directly in the view.I can see that the 3DText source can do this for a single data point. Ideally, we don't want to create one 3DText source per data

Re: [Paraview] User trying to build with catalyst -- need guidance

2015-02-09 Thread Cook, Rich
Thanks, Tim, I’ll follow your approach of using the mailing list and asking specific questions. My current question is this: which of these should I download? [cid:D164A5EC-3645-415C-910E-BEB1C06A0600@llnl.gov] Since this is for a BG/Q machine, I believe I’m going to have to do a

[Paraview] CPack issue with hdf5/libhdf5.settings

2015-02-09 Thread Christoph Grüninger
Hi ParaView devs, I tried to build a openSuse RPM for ParaView 4.3.1 but I get the following error. I guess it is related to ParaView's CPack scripts: [ 6390s] Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/abuild/rpmbuild/BUILDROOT/paraview-4.3.1-30.1.x86_64 [ 6390s] error: