[Paraview] PV 3.8.0 How to plot the Pressure around a cylinder

2010-05-31 Thread Stephen Wornom
Note that I have a variable logfr that enables me to select a specific surface using threshold. logfr=-3 on the cylinder surface and 0 at interior points, 5 at farfiled boundaries. The axis of my cylinder is the z-direction. *These are the steps that I follow:* click and activate extract

[Paraview] Build problem

2010-05-31 Thread rhushabh
TEST MAIL ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link

Re: [Paraview] [*] Build problem

2010-05-31 Thread rhushabh
Hi, While building paraview 3.8.0 by ALL_BUILD in visual studio, I get many errors stating: 'Error spawning ((cmd)(.)(exe) command prompt)' Please could you help me in this situation And i have disabled ice-t, what are the effects of this on the software. Thanks in advance Regards,

[Paraview] Multi-Threading issues

2010-05-31 Thread Biddiscombe, John A.
We have been developing an interface which allows us to control our simulations on the fly and have used a Qtimer in a custom panel, to query when new data is available from the server. When data is ready we when the timer is triggered and the server reports that data is ready, we do a number

Re: [Paraview] GetSources() fails with Custom Filters

2010-05-31 Thread Utkarsh Ayachit
Matt, I just tried the same with current git-master (should be same as 3.8 as far as python stuff is concerned). It seems to work just fine: from paraview.simple import * paraview version 3.9.0, Date: 2010-05-21 GetSources() {('Sphere1', '105'): paraview.servermanager.Sphere object at

Re: [Paraview] Trying to load PyQt4.QtGui on windows

2010-05-31 Thread Berk Geveci
Did you compile ParaView yourself? I suspect that you did not and that the Python ParaView includes is different than the one PyQt4 was compiled against. If that is the case, you have to compile ParaView yourself, against the Python as well as Qt PyQt4 uses. On Sun, May 30, 2010 at 7:36 PM,

Re: [Paraview] vtkXMLReader.SetTimeStep ?!

2010-05-31 Thread Berk Geveci
Hi Aurelien, Can you explain more clearly what you are trying to achieve? Thanks. -berk 2010/5/31 Aurélien Marsan aurelien.mar...@ecl2009.ec-lyon.fr: Hello, I juste found this method : vtk.vtkXMLStructuredGridWriter.SetTimeStep ... but I can't use it, and don't find any explanation...

Re: [Paraview] [*] Re: [*] Build problem

2010-05-31 Thread rhushabh
Hi, Thanks. I tried the link which you had sent, but I didnt have the problem which the person was having. Is the problem related to visual studio and not paraview as then I will try other versions of it. Thanks Regards Rhushabh Bhandari It doesn't look like it has anything to do with

Re: [Paraview] [*] Re: [*] Build problem

2010-05-31 Thread Utkarsh Ayachit
Yes, it's a visual studio issue. You might want to google around to try to find what's missing in your setup. Utkarsh On Mon, May 31, 2010 at 10:00 AM, rhush...@cse.iitk.ac.in wrote: Hi, Thanks. I tried the link which you had sent, but I didnt have the problem which the person was having.

Re: [Paraview] Multi-Threading issues

2010-05-31 Thread Utkarsh Ayachit
It is possible that the timer times out in middle of a progress event which happens while filters are executing. Utkarsh On Mon, May 31, 2010 at 7:32 AM, Biddiscombe, John A. biddi...@cscs.ch wrote: We have been developing an interface which allows us to control our simulations on the fly and

Re: [Paraview] vtkXMLReader.SetTimeStep ?!

2010-05-31 Thread Aurélien Marsan
Sorry, I just see your answer. Sure I can. I have many files to read, that are so called : - file.vts001 -- timestep 1 - file.vts002 -- timestep 2 - etc... And I do some of my work in the python shell, using the VTK library. I need to access to the different timesteps.

Re: [Paraview] vtkCellLocator: Python

2010-05-31 Thread bastil2...@yahoo.de
Thanks Utkarsh, the required information is in MetaData: print iter.GetCurrentMetaData() vtkInformation (0x3808f00) Debug: Off Modified Time: 269417 Reference Count: 2 Registered Events: (none) DONT_PRUNE: 1 NAME: my_given_name Now I want to work with the NAME-Attribute (my_given_name) but I

Re: [Paraview] Add Icon to a Custom Applications (PV 3.8.0)

2010-05-31 Thread Utkarsh Ayachit
Before I can suggest a possible fix, can you elaborate what exactly do you expect the result to be? The APPLICATION_ICON and BUNDLE_ICON are used to define the default icon used by Explorer on Windows and Finder on MAC when showing the application (.exe on Windows and .app on Mac). If you want

Re: [Paraview] pvbatch + LoadState('..') +XDMF = empty image

2010-05-31 Thread Dave Partyka
Hi Ken, Kenji and Jens, I pulled the fix to UpdateInformationUniform that Ken committed into ParaView a few weeks ago. I just now also applied the fix to UpdateInformationFunction and pulled the change into ParaView as well. I apologize for some of the confusion. Since the transition to Git,

Re: [Paraview] Multi-Threading issues

2010-05-31 Thread Biddiscombe, John A.
Utkarsh It is possible that the timer times out in middle of a progress event which happens while filters are executing. OK. This we have detected, though what progress is going on I'm unsure about (!) - by which I mean that the only thing paraview should be doing is updating our stuff and

Re: [Paraview] vtkCellLocator: Python

2010-05-31 Thread Eric E. Monson
Hey Bastian, I think you should be able to just use the Get() method to pull out that information key. When I want to find current time step information on some pipeline data (with a programmable filter), which has information that looks like this: vtkInformation (0x11dd723d0) Debug: Off

Re: [Paraview] Multi-Threading issues

2010-05-31 Thread Utkarsh Ayachit
Look at pqProgressManager::setProgress(). It sets InUpdate before the progress signal is fired. You can check if InUpdate is true to avoid timing out when a update is happening. InUpdate is not public, you may have to expose it. Utkarsh On Mon, May 31, 2010 at 3:06 PM, Biddiscombe, John A.

Re: [Paraview] paraview - client-server

2010-05-31 Thread Pierre-Olivier Dallaire
Hi, I'm facing an error under the client-server mode. As soon as I try to open a file, paraview crashes with this error on the server side : ERROR: In /home/podallaire/ParaView/Servers/Common/vtkProcessModule.cxx, line 1065 vtkProcessModule (0x851da0): Cannot create object of type

Re: [Paraview] GetSources() fails with Custom Filters

2010-05-31 Thread m . c . wilkins
Hi, Perhaps I am doing something wrong, because I am getting different behaviour to you Utkarsh. I have not tried the current git-master, just 3.6.2 and 3.8.0. With 3.8.0 GetSources() only works if I make the custom filter, then restart paraview and apply it. If I apply the custom filter

Re: [Paraview] GetSources() fails with Custom Filters

2010-05-31 Thread m . c . wilkins
Hi, I just built paraview from the latest git repo, same as with 3.8.0. OK, so I must be doing something wrong with my Custom Filter. Or did you not try the GetSources() before doing a restart with paraview? Matt Wilkins On Tue, Jun 01, 2010 at 08:57:14AM +1200, m.c.wilk...@massey.ac.nz