Re: [Paraview] Dual-headed output from a single GPU?

2009-10-15 Thread Paul Melis
Paul Melis wrote: The first thing that's off is that although I get undecorated Paraview render areas on each panel display they don't fill the whole screen (only roughly 75% in both width and height). I did some more testing using a different setup (3 displays, vertically stacked). I noticed

Re: [Paraview] inquiries on parallel pvserver nodes

2009-10-15 Thread yewyong
Hi guys, an update of my problem.. if i wait long enough, the error message pops up and the server konsole. [pc226][[25673,1],4][btl_tcp_endpoint.c:631:mca_btl_tcp_endpoint_complete_connect] connect() failed: Connection timed out (110)

Re: [Paraview] Save Layout, Stream Tracer

2009-10-15 Thread Karin ....
Thank you for the quick response. I have now succeeded with generating Stream Tracer in my surface. I used the filter Stream Tracer with Custom Source But first I had to create Surface Vectors as input, then a form of source. I used Extract Selection and selected points with the tool

[Paraview] Communication from Python to own C++ reader

2009-10-15 Thread Fabian Wein
Hi, it's me again - I have the impression that nothing that I try really works :( But I'm getting closer :) I get access to my reader from python via r = GetSources().items()[0][1] I want to get an integer value from my reader. The only way I know to do this, is: *.h

Re: [Paraview] extracting line data

2009-10-15 Thread Stephen Wornom
Moreland, Kenneth wrote: Use “Save Data”. It is the icon right next to “Open” on the toolbar. It is also under the File menu. save data works it is difficult to extract the values from the csv file. It possible to write the data is a simple text format like x, pressure, ... ? To use with

Re: [Paraview] Communication from Python to own C++ reader

2009-10-15 Thread Sven Buijssen
Hi Fabian, It should be possible to hide CurrentPolledStep from the GUI by adding this to your XML file (didn't test it, though): Hints !-- This property is here simply to get it. -- Property name=CurrentPolledStep show=0 / /Hints Look at

[Paraview] parallel reader

2009-10-15 Thread Paul Edwards
I have created a parallel reader where an a equal number of cells are loaded onto each process. Only the necessary points are loaded for each process but a global id is set for the point data. Is there a way I can get D3 to create ghost cells for me? When I apply D3 then it still shows many

[Paraview] how do filter presses apply button? pv xprt plz hlp!

2009-10-15 Thread Bam Ting
My filter don need to have the user press apply button. It display some value, there are nothing user can change, display only. can filter press apply by hiself? I want when new filter is create that my user no need to worry about apply buton. how? THX - BAMPING

Re: [Paraview] extracting line data

2009-10-15 Thread Moreland, Kenneth
Csv = Comma separated values, for example x,pressure,... Could you perhaps be more specific on the problem since what you describe, to me, sounds exactly what the csv file should contain? -Ken On 10/15/09 9:45 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: Moreland, Kenneth wrote:

[Paraview] Animating legacy VTK file series

2009-10-15 Thread song zhen
Hi everyone, I have been struggling in creating an animation for the whole day long. My way to do that is first I made the file series directly from my own c code, formatted in Legacy .VTK and named like 000.vtk, 001.vtk, 002.vtk .., then I tried to load all these files into Paraview so that I

Re: [Paraview] Animating legacy VTK file series

2009-10-15 Thread Sven Buijssen
Hi Song, Don't name your files simply 00X.vtk. Add a prefix, e.g. foo00X.vtk. Then the globbing works and your files will show up in the file dialog as foo..vtk. Sven - Original Message - From: song zhen starnight1...@gmail.com To: paraview@paraview.org Sent: Freitag, 16. Oktober 2009

Re: [Paraview] particle tracing

2009-10-15 Thread Sven Buijssen
Leo, Apply a TemporalCache filter first to your data before applying the ParticleTracer filter. The warning vtkTemporalDataSet not fully supported. will still be issued for every file of your file series, but at least the ParticleTracer will generate particles. Without the TemporalCache in