Re: [Paraview] crashes in loading vtu in pvserver/client mode

2010-07-28 Thread Philippe David
Hello, when loading vtu in PV under Client(Win)/Serveur(Linux) mode, we get unregular messages The data array in the element may be too short. We found that this occur when values (Float32) are below 1.e-45. ie PV Loads correctly when all values are bigger than 1.e-45 and warns with The

[Paraview] PV 3.8.0 three same size windows

2010-07-28 Thread Stephen Wornom
If I split a single window, I get two equally sized windows. How can I split to get three equally sized windows? Hope my question is clear. Thanks, Stephen p.s. I split one of the two windows, I get three windows with sizes 1/2, 1/2, and 1/4 -- stephen.wor...@sophia.inria.fr 2004 route des

[Paraview] Load plugin when paraview built in static

2010-07-28 Thread Didier Roissé
Hello, I build paraview with my plugin in static mode (on windows). Is this plugin automatically loaded in paraview ? Or I need to build paraview with shared libraries to load my plugin ? Best regards, Didier Roissé ___ Powered by www.kitware.com

[Paraview] build pb on windows with mingw

2010-07-28 Thread Didier Roissé
Hello I try to build paraview 3.8.0 in shared mode with MinGW (gcc 4.4) on windows XP 32 bits. The build failed and the error message is : Linking CXX shared library ../../bin/libvtkPVServerManager.dll cd /C/Projets/paraview/ParaView-3.8.0/paraview-bld/Servers/ServerManager

[Paraview] 4D datasource

2010-07-28 Thread owen.arnold
Hi, I have put together various plugin datasources based on vtkStructuredGrid and vtkUnstructuredGrids. I now need to provide some way of visualizing 4D data for my vtkStructuredGrid datasources. Is it possible to provide the fourth dimension along the time axes? Has anyone done this, and does

Re: [Paraview] PV 3.8.0 three same size windows

2010-07-28 Thread Utkarsh Ayachit
Unfortunately, currently you have to do it manually. However, with 3.10 we plan to provide a python API to size/resize windows which will make this easier. Utkarsh On Wed, Jul 28, 2010 at 3:23 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: If I split a single window, I get two equally

Re: [Paraview] Load plugin when paraview built in static

2010-07-28 Thread Utkarsh Ayachit
You need to build with shared libraries in order to load plugins dynamically. If you are interested in knowing about static plugins, refer to: http://www.paraview.org/Wiki/Plugin_HowTo#Plugins_in_Static_Applications Utkarsh On Wed, Jul 28, 2010 at 3:41 AM, Didier Roissé didier.roi...@gmail.com

[Paraview] CoProcessing question

2010-07-28 Thread Biddiscombe, John A.
I'm experimenting with the coProcessing library. It's very nice. Well done you guys. Question : I have a Fortran code generating a slab of data (volume, actually a rectilinear grid, but for now I'll be happy with a volume). I can send the data into the adaptor and generate datasets, all is

Re: [Paraview] CoProcessing question

2010-07-28 Thread Andy Bauer
Hi John, I'd like to think it works but as I haven't tested it to do that I'm not going to promise that it works :) It uses a TrivialProducer to insert the data set/composite data set into the pipeline with the idea that coprocessing should essentially execute almost exactly the same as any

Re: [Paraview] CoProcessing question

2010-07-28 Thread Moreland, Kenneth
Actually, I think there is an issue with structured extents. The problem with structured extents is that ParaView/VTK will ask for a particular extent on each process, and these extents are not likely to match up with what is actually available on that process. It situation is stupid because

Re: [Paraview] PV 3.8.0 three same size windows

2010-07-28 Thread Moreland, Kenneth
To clarify, by manually Utkarsh means that you need to use the mouse to adjust the 1/2,1/4,1/4 splits to be about 1/3,1/3,1/3. There is no way to make three equal splits automatically. I remember discussing grid type splits during developer meetings way back when. Ultimately, we just left it

Re: [Paraview] 3.8.0 build fails on qhelpgenerator command

2010-07-28 Thread Utkarsh Ayachit
Rick, Any reason why you are using Qt 4.5? The official Qt version for ParaView 3.8 is Qt 4.6. Utkarsh On Mon, Jul 26, 2010 at 12:34 PM, Rick Angelini rick.angel...@us.army.mil wrote: I am having problems building 3.8.0 on a SGI Altix system running SLES 10.     The problem lies in

Re: [Paraview] CoProcessing question

2010-07-28 Thread David E DeMarle
Is this a job for TableExtentTranslator in the reader or adapter? David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Wed, Jul 28, 2010 at 12:50 PM, Moreland, Kenneth kmo...@sandia.gov wrote: Actually, I think there is an issue

Re: [Paraview] PV 3.8.0 three same size windows

2010-07-28 Thread Scott, W Alan
Actually, surprisingly there is. You do it as follows (for example , for vertical splits): Split Vertical Split Vertical Split Vertical for the lower window. You now have 4 equal sized windows. Delete the bottom window. You now have 3 equally sized windows. Alan From:

Re: [Paraview] 4D datasource

2010-07-28 Thread Moreland, Kenneth
Basically, yes, you will write your data out in time slices. However, you can also advertise time in the reader and VTK/ParaView can request particular time slices. To do this, add vtkInformationDoubleVectorKey::TIME_STEPS() and vtkInformationDoubleVectorKey::TIME_RANGE() key/value pairs to

Re: [Paraview] PV 3.8.0 three same size windows

2010-07-28 Thread Stephen Wornom
Scott, W Alan wrote: Actually, surprisingly there is. You do it as follows (for example , for vertical splits): Split Vertical Split Vertical Split Vertical for the lower window. You now have 4 equal sized windows. Delete the bottom window. You now have 3 equally sized windows. Alan

Re: [Paraview] Problem loading plugin in Python ...

2010-07-28 Thread Utkarsh Ayachit
Can you try setting the environment variable PV_PLUGIN_DEBUG=1 before running pvpython and then post the generated output. Looks like ParaView wasn't able to load the shared library for some reason. Utkarsh On Tue, Jul 27, 2010 at 8:36 AM, Stefan Melber stefan.mel...@dlr.de wrote: Hi, i try

[Paraview] mouse interaction when scripting python

2010-07-28 Thread Lars Freemail
Dear all, I started with a simple python scripting example as described in this paragraph: http://www.paraview.org/Wiki/ParaView/Python_Scripting#Rendering Unfortunately I don't see any possibility to interact with the render window using the mouse (to rotate the camera, zoom, pan, ...) as I did

Re: [Paraview] mouse interaction when scripting python

2010-07-28 Thread pat marion
Hi Lars, Currently it is not possible with paraview-python. But you can make it work using vtk-python (which looks very similar to your c++ example.) See this email: http://markmail.org/message/sjt6pbkyc56l2wgl Pat On Wed, Jul 28, 2010 at 5:00 PM, Lars Freemail larsfreem...@yahoo.dewrote:

Re: [Paraview] CoProcessing question

2010-07-28 Thread Biddiscombe, John A.
Dave, Ken, Andy Is this a job for TableExtentTranslator in the reader or adapter? I wish I knew the answer to this question. Who does? Actually, I think there is an issue with structured extents.  The problem with structured extents is that ParaView/VTK will ask for a particular extent

Re: [Paraview] mouse interaction when scripting python

2010-07-28 Thread pat marion
Paraview python scripting has the concept of active objects and active views. At the python console, type 'help(Show)' and you'll see that it takes optional object and view arguments. If the arguments are not specified it uses the 'active' object and view. When you create a view

Re: [Paraview] mouse interaction when scripting python

2010-07-28 Thread Moreland, Kenneth
Also, it should be noted that if you issue these commands from the Python Shell in the ParaView GUI, the visualization gets built in the ParaView GUI and you can then use the mouse to interact with its views as usual. -Ken On 7/28/10 3:19 PM, pat marion pat.mar...@kitware.com wrote: Hi Lars,

Re: [Paraview] CoProcessing question

2010-07-28 Thread Moreland, Kenneth
John, I don't have any experience with that, but I think Nathan Fabian telling me he tried that and it didn't work. I don't remember why. -Ken On 7/28/10 3:25 PM, Biddiscombe, John A. biddi...@cscs.ch wrote: Hold on a minute. Everything you said is quite right and I'm with you 100% -

Re: [Paraview] CoProcessing question

2010-07-28 Thread Fabian, Nathan
Hi, I originally tried the following on each piece: SetOrigin(0,0,0) SetSpacing(.1,.1,0) SetExtent(0,xmax,ystart(myproc),ystop(myproc),0,0) And when I output it to XMLPImageDataWriter, paraview couldn't read it complaining about the extents. It actually correctly showed the first piece. I

Re: [Paraview] CoProcessing question

2010-07-28 Thread David E DeMarle
In parallel structured data reader can only provide fixed structured extents on each processor (ie each gets a slab file and can't read other files), it can make up a table saying what processor provides what extents, assign that to a vtkTableExtentTranslator, and then replace the default extent