Re: [Paraview] ParticlePathLines Filter

2012-12-06 Thread Biddiscombe, John A.
The vtkTemporalPathLineFilter does not need to be attached to a stream tracer at all. It was developed for use with any particle dataset, (I just happened to use it with the temporal stream tracer as well and put that in the docs as an example). It is a general purpose filter for joining points

Re: [Paraview] ParticlePathLines Filter

2012-12-06 Thread Biddiscombe, John A.
Erratum . The ParticlePath filter does NOT work for this kind of data. The absence of the word NOT being quite important in the context! From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Biddiscombe, John A. Sent: 06 December 2012 09:36 To: Yuanxin Liu; Ch

[Paraview] How do to use the new ParaViewSuperbuild repository

2012-12-06 Thread Felipe Bordeu
Hi, For the old version of ParaView (3.14) the command I used to build a Superbuild version was: cmake -D /path/to/ParaView/SuperBuild/ (/path/to/ParaView is my git Paraview repository ) But now I cloned the new superbuild with git clone git://paraview.org/ParaViewSuperbuild.git to /pat

Re: [Paraview] ParaViewSocketPlugin

2012-12-06 Thread Pat Marion
Yes, you can send information back through the socket. If you're using the socket to invoke python code, then any string returned by your python code will be written to the socket. But, by default the python handler method doesn't return anything. If you edit pqPythonSocketHandler.cxx, you can c

Re: [Paraview] How do to use the new ParaViewSuperbuild repository

2012-12-06 Thread Sebastien Jourdain
Hi Felipe, from our superbuild on the CDash you can get how ours are setup. Basically here is the set of options defined for one of them: set (dashboard_cache " ENABLE_acusolve:BOOL=ON ENABLE_boost:BOOL=ON ENABLE_cgns:BOOL=ON ENABLE_cosmologytools:BOOL=ON ENABLE_ffmpeg:BOOL=ON ENABLE_manta:BOOL=

Re: [Paraview] remove opengl windows when using python script

2012-12-06 Thread hicham mach
Hi, Thank you for your help. But, i dont know how i can build ParaView/pvpython with OsMesa on a Windows machine (all tutorials that i found are for linux machines). Can you explain to me how i can do this? Thank you again! Hicham 2012/12/4 Sebastien Jourdain > Hi, > > you need to build ParaV

Re: [Paraview] remove opengl windows when using python script

2012-12-06 Thread Sebastien Jourdain
Hi, I don't even know if OSMesa can be built on windows. Sorry, Seb On Thu, Dec 6, 2012 at 9:42 AM, hicham mach wrote: > Hi, > > Thank you for your help. But, i dont know how i can build > ParaView/pvpython with OsMesa on a Windows machine (all tutorials that i > found are for linux machines

Re: [Paraview] ParticlePathLines Filter

2012-12-06 Thread Yuanxin Liu
Hi, Christian, We can the filter back (probably under a different name). Do you mind sending me the data file you have? thanks! Leo On Wed, Dec 5, 2012 at 3:22 PM, Christian Richter wrote: > Hi Leo, > > thanks for your answer. > My Problem is, I only have particle data (Position at dumptim

Re: [Paraview] remove opengl windows when using python script

2012-12-06 Thread hicham mach
Is there another way to remove the openGL windows other than build ParaView/pvpython with OsMesa ? Hicham 2012/12/6 Sebastien Jourdain > Hi, > > I don't even know if OSMesa can be built on windows. > > Sorry, > > Seb > > > On Thu, Dec 6, 2012 at 9:42 AM, hicham mach wrote: > >> Hi, >> >> Thank

Re: [Paraview] Need help with programmable filter output

2012-12-06 Thread Scott Ripplinger
Okay, I've done a little more work on this and the following is what I have so far: import math r = inputs[0].PointData['d']/2 SurfArea = math.pi*r*r z = inputs[0].Points[:,2] h = 0.00015 - abs(z - 0.00015) - r H0 = h/r numPoints = inputs[0].GetNumberOfPoints() SurfCvg = 0 for i in r

[Paraview] Finding pvpython command corresponding to actions performed through GUI

2012-12-06 Thread Indrajit Jagtap
If I know a how to do a certain thing in Paraview GUI, how do I find the corresponding pvpython commands ? Is there a way of obtaining the pvpython commands for the actions performed in paraview GUI ? Regards, Indrajit ___ Powered by www.kitware.com

[Paraview] I cannot get fortran ensight gold files to work

2012-12-06 Thread Ryan Crocker
Hi all, I'm trying to get, at this point, just a single vector file to plot in paraview. I'm creating ensight gold files in fortran compiled with the new GCC compiler set (i've tried older ones as well) on OS X 10.6. My case files will load, the variables will show up but there's not informa

Re: [Paraview] Finding pvpython command corresponding to actions performed through GUI

2012-12-06 Thread Gena Bug
1. Tools->Start Trace 2. do your stuff in GUI 3. Tools->Stop Trace -|- Гена. On Friday 07 December 2012 08:42:42 Indrajit Jagtap wrote: > If I know a how to do a certain thing in Paraview GUI, how do I find the > corresponding pvpython commands ? > Is there a way of obtaining the pvpython com