Re: [Paraview] PCL Plugin

2015-07-14 Thread Luca Morandini
On 10/07/15 00:39, Casey Goodlett wrote: Hi Eric, Thanks for your interest in the PCL plugin, I have used the plugin more recently than PCL 1.5.1. I last tested with ParaView 4.1 and PCL master (from around February of this year). Apologies for the interruption, but I tried to build the PCL

Re: [Paraview] PCL Plugin

2015-07-14 Thread Biddiscombe, John A.
Casey I had a look at the PCL plugin and couldn’t help notice that you’ve copied some of my particle partition filtering code into the plugin, though it does not look functional as it’s not enabled in the cmake and does not include the relevant Zoltan sources or the vtkZoltanV1PartitionFilter

Re: [Paraview] Compilation problem of ParaView 3.14.1 on Ubuntu 14.04

2015-07-14 Thread Robert Maynard
Hi Luca, Can you send your CMakeError.log from the build directory? This exact failure is unexpected. On Tue, Jul 14, 2015 at 4:09 AM, Luca Morandini lmorand...@ieee.org wrote: I'm trying to compile a rather old version of ParaView (3.14.1) from source, since I need it to compile, in turn, the

[Paraview] Mass weighted, mass flow weighted averages.

2015-07-14 Thread Robertson, Andrew
Folks, Any add-ons for doing mass weighted and mass flow weighted averages. Just getting started with paraview, I think I see the path to do this. But am not proud and am sufficiently lazy to use the works of others ;-) Thanks -Andy Andrew Robertson P.E. CFD Analyst GASL Operations Tactical

Re: [Paraview] Mass weighted, mass flow weighted averages.

2015-07-14 Thread Andy Bauer
I think the best way would be to use the Calculator filter to compute your derived quantities (e.g. whatever field you want mass weighted divided by density) and then use the Integrate Variables filter to get the integrated values of the quantities. I'd need to see some equations before giving you

Re: [Paraview] Custom animation help? (Corrected image)

2015-07-14 Thread Jesse Samluk
Dan and Cory, Thanks for the guides. I’m getting a lot better at animations now! Awesome! The guides helped a lot. 1 more quick question for you. I know how to save state files, but is there such a way to save the animation “state” that I just created in a state file, such that, if I use

Re: [Paraview] Combining vtk and paraview python scripts

2015-07-14 Thread Andy Bauer
ParaView's Python Programmable Filter and Python Programmable Source use VTK Python wrapping to do the work while making it available in Paraview. Check out http://www.paraview.org/Wiki/Python_Programmable_Filter. On Tue, Jul 14, 2015 at 2:59 PM, Jeff Becker jeffrey.c.bec...@nasa.gov wrote: Hi.

Re: [Paraview] Combining vtk and paraview python scripts

2015-07-14 Thread Jeff Becker
On 07/14/2015 12:20 PM, Andy Bauer wrote: ParaView's Python Programmable Filter and Python Programmable Source use VTK Python wrapping to do the work while making it available in Paraview. Check out http://www.paraview.org/Wiki/Python_Programmable_Filter. Thanks. That's pretty neat, but what

Re: [Paraview] Combining vtk and paraview python scripts

2015-07-14 Thread Andy Bauer
All of that functionality is available through pvpython, or pvbatch in parallel. I'd suggest you look into using the GUI's Python trace functionality to help you make that script. pvpython can also be used as an interactive Python shell if you want. On Tue, Jul 14, 2015 at 3:43 PM, Jeff Becker

[Paraview] How to get pvdataserver/pvrenderserver connected to my client using primarily the ParaView GUI?

2015-07-14 Thread Krishna Pai
Hi all, I've been trying to run pvdataserver and pvrenderserver on a computer on my network through a reverse connection back to the client running on my local machine by establishing an ssh tunnel through the GUI (command startup). Server name=othermachine2 configuration= resource=cdsrsrc://

[Paraview] Extended Deadline: ISAV: In Situ Infrastructures for Enabling Extreme-Scale Analysis and Visualization an SC15 Workshop

2015-07-14 Thread Patrick O'Leary
Extended Deadline (Paper submission deadline: 16 August 2015; other deadlines: see below) ISAV: In Situ Infrastructures for Enabling Extreme-Scale Analysis and Visualization an SC15 Workshop Monday afternoon 16 November 2015, Austin, TX, USA Event web page: http://vis.lbl.gov/Events/ISAV-2015/

[Paraview] Plot cumulative integral over time of a variable

2015-07-14 Thread Scott, W Alan
Question from a user: I would like to use paraview to do the following: 1) Integrate a nodal variable over a volume (IntegrateVariables filter does this) 2) Then, integrate the result of the volume integral over time (cumulative integral) The IntegrateVariables filter works just

[Paraview] paraview python script : Delete(renderView1) does not free memory

2015-07-14 Thread Raj Kumar Manna
Dear All, I am trying to load multiple state files by running a python script with python shell. The script is the following import the simple module from the paraview from paraview.simple import * for time in range(0,200): renderView1 = GetActiveViewOrCreate('RenderView')

Re: [Paraview] Mass weighted, mass flow weighted averages.

2015-07-14 Thread Robertson, Andrew
Thanks, I have worked with the calculator filter and figured out how to use the integraton filter. Just figured that in the CFD world this is a pretty standard thing to do, and might already exist. Thanks again -ANdy From: Andy Bauer [mailto:andy.ba...@kitware.com] Sent: Tuesday, July 14, 2015

Re: [Paraview] Mass weighted, mass flow weighted averages.

2015-07-14 Thread Andy Bauer
ParaView was designed as a general viz analysis tool so it doesn't have a lot of built-in short cuts for doing complex operations that are tailored to specific analysis domains (e.g. CFD). This works well when you want to do something slightly off from standard because you can control each step

[Paraview] Combining vtk and paraview python scripts

2015-07-14 Thread Jeff Becker
Hi. As a proof of concept, I have a vtk script that reads some binary data, and produces a vti file. I then have a second script that I generated using ParaView's tracing facility while viewing the data. Now I'd like to combine them, so as to eliminate the intermediate file, i.e., go from

[Paraview] Computing displacement

2015-07-14 Thread Elaine Tang
Hi, I have a set of data with displacement point data. I want to create a new variable that: New_displacement (t) = displacement (t) - displacement (t=0) Any idea on how to do that? I was trying to use calculator but I don't know how can I specific displacement for t=0. Also, is there any easy

Re: [Paraview] PCL Plugin

2015-07-14 Thread Casey Goodlett
Hi John, I am trying to remember the history of why that code is there, and the reason escapes me right now. Pat Marion: Do you remember this? I propose that we remove it from the plugin until a time that we can sync with your latest work. Does that sound reasonable? On Tue, Jul 14, 2015 at