Re: [Paraview] Fw:Re:Re: Paraview store all data in every server node?

2009-09-02 Thread weaponfire2005
Hi: Well, I post my .xmf file(the attachment). In fact,the structure of the xmf file is simple. It only contains some . I use a "for()" loop to write this file. The raw data is HDF5 data format. Is something wrong? Thanks for help. 2009-09-01,"Berk Geveci" berk.gev...@kitware.com> : >Ca

Re: [Paraview] Fw:Re:Re: Paraview store all data in every server node?

2009-09-02 Thread Renato Elias
It seems that you're writting parallel geometry in a serial way. Partitioned grid, as far as I know, must be stored as spatial collections in xdmf format. In other words, each processors stores its own grid portion (a pair xdmf/hdf5 file) and rank0, for instance, writes a xdmf file describing how t

[Paraview] problems compiling paraview

2009-09-02 Thread Natalie Happenhofer
Hi everybody, I'm trying to compile ParaView 3.6 on a new system and in the build process I get the following error: make[2]: *** No rule to make target `/usr/local/lib/libGL.so', needed by `bin/QVTKCxxTests'. Stop. make[1]: *** [VTK/GUISupport/Qt/Testing/Cxx/CMakeFiles/QVTKCxxTests.dir/all]

Re: [Paraview] problems compiling paraview

2009-09-02 Thread Utkarsh Ayachit
Does /usr/local/lib/libGL.so exist? Utkarsh On Wed, Sep 2, 2009 at 9:39 AM, Natalie Happenhofer wrote: > Hi everybody, > I'm trying to compile ParaView 3.6 on a new system and in the build process > I get the following error: > > make[2]: *** No rule to make target `/usr/local/lib/libGL.so', ne

[Paraview] 3D-Grabber and Paraview?

2009-09-02 Thread Kalle
Hi, are there any experiences with 3D-Grabbers like 3D-XML (Dassault) oder Acrobat 3D (Adobe) in combination with paraview3.6 on win32? Any recommendations or comments? TIA, Kalle. ___ Powered by www.kitware.com Visit other Kitware open-source

[Paraview] UI; real-time vis

2009-09-02 Thread Randy Heiland
Hello, Just wanting to get a better understanding of the latest ParaView, while considering adopting it for a project. I'm assuming ParaView does its UI using C++ calls to Qt, as opposed to using PyQt, is that correct? (if any of the developers would care to comment on the design decisi

[Paraview] time and animation

2009-09-02 Thread Stephane PLOIX
Hi, I am currently working on an animation, and I would like to play with time. In my animation, I would like one of the object to remain at a given time, while the others are evolving, to serve as reference. I tried to use the temporal shift scale, but setting the scale to 0 results in a segme

[Paraview] python + animation + widget

2009-09-02 Thread Stephane PLOIX
Hi, I would like to switch off the visibility of a widget while creating an animation with python. force instance, if I use the script below : sph = Sphere() transform = Transform(sph) Show(transform) Render() the box widget is visible, how to turn the visibility off from python? My pb is tha

Re: [Paraview] time and animation

2009-09-02 Thread John Biddiscombe
Stephane Easy option 1: Save the object you want fix to a single separate file, then reload it (with no time info), then evolve the others as usual. The temporal Shift-Scale option ought to work too, but if the time request goes to a non-existent time, some readers/suppliers don't handle it

Re: [Paraview] time and animation

2009-09-02 Thread Utkarsh Ayachit
"Ignore Time" is used to not consider the readers times when setting ranges for the animation and in 'snap-to-timesteps" mode. The reader will still respect the time requested. A solution may be add a temporal-shift-scale like filter that requestes a fixed timestep from the input irrespective of th

Re: [Paraview] python + animation + widget

2009-09-02 Thread pat marion
I don't think there is a way to do it currently, for the reason you pointed out. The widget visibility is not controlled by a property of the representation as it probably should be. I'm not sure if there is a bug report/feature request filed for this already. If the rendering is local, you can

Re: [Paraview] time and animation

2009-09-02 Thread Stephane PLOIX
Hi, Thanks for your inputs. I have developed a small filter (ForceTime) that implements Utkarsh suggestion, and filed a feature request with it (n° 9477). Stephane - Stéphane Ploix EDF R&D 1 avenue du Général de Gaulle

Re: [Paraview] UI; real-time vis

2009-09-02 Thread David E DeMarle
On Wed, Sep 2, 2009 at 9:33 AM, Randy Heiland wrote: > Hello, > > Just wanting to get a better understanding of the latest ParaView, while > considering adopting it for a project. I'm assuming ParaView does its UI > using C++ calls to Qt, as opposed to using PyQt, is that correct? (if any > of

Re: [Paraview] python + animation + widget

2009-09-02 Thread Utkarsh Ayachit
Or you can change the active source to be the sphere from python and the widget will disappear :). > SetActiveSource(sph) Utkarsh On Wed, Sep 2, 2009 at 11:44 AM, pat marion wrote: > I don't think there is a way to do it currently, for the reason you > pointed out.  The widget visibility is not

Re: [Paraview] Ensight Reader: Invalid number of unstructured points read; check that ByteOrder is set correctly

2009-09-02 Thread bastil2...@yahoo.de
Hallo Renato, no these are Ensight-Files that have been written by the commerical FLUENT CFD solver. I can read some of them but not all. Regards BastiL Renato Elias schrieb: > Are you writting your files from Fortran codes using unformatted > "binaries"? > > Renato. > > On Tue, Sep 1, 2009 at 2

Re: [Paraview] Calculator question

2009-09-02 Thread Berk Geveci
Hmmm. I am afraid not. I think you need to write a custom filter that extracts geometry while assigning a cell variable copied from the field variable. I would also add a feature request for coloring by a field variable. It sounds like a useful feature. -berk On Tue, Sep 1, 2009 at 7:20 AM, Paul

Re: [Paraview] UI; real-time vis

2009-09-02 Thread Moreland, Kenneth
I think Dave means the in-situ sections in the upcoming Vis09 tutorial (not the SC09 tutorial). http://www.paraview.org/Wiki/IEEE_Vis09_ParaView_Tutorial -Ken On 9/2/09 11:04 AM, "David E DeMarle" wrote: On Wed, Sep 2, 2009 at 9:33 AM, Randy Heiland wrote: Hello, Just wanting to get a bett

Re: [Paraview] UI; real-time vis

2009-09-02 Thread Renato Elias
I've been working in a Python script to produce runtime post-processing in my simulation code. The idea is quite simple: Step 0). Pre-simulation: 1. Launch paraview and create a pipeline with the desired visualization (viewpoint, lights, slices, streamlines, whatever...). Note that it can be eas

[Paraview] Paraview and tiled display

2009-09-02 Thread Greg Abram
Can't believe I never tried this before - I'm trying to use PV to render to a tiled display with 2 nodes driving 2 screens each in TwinView mode, and oriented one above the other. Initially, all is well - the target screens show the grey background with the axes centered and the screens are fi

Re: [Paraview] Paraview and tiled display

2009-09-02 Thread Berk Geveci
Hi Greg, I guess we need to do better testing of tiled display rendering. This is a bug that I can reproduce in 3.7 (which version are you using?). We will fix this asap. -berk On Wed, Sep 2, 2009 at 4:00 PM, Greg Abram wrote: > > Can't believe I never tried this before - I'm trying to use PV t

[Paraview] more GUI problems

2009-09-02 Thread Dominik Szczerba
Apart from the line edit display trash, where I seem to be completely alone, I noticed two more problems with the GUI in the (relatively) recent CVS: 1) 'paste' does not work properly, either with middle mouse button, ctrl +v or right mouse + paste. Ubuntu 9.04, Gnome. It does paste something, but

Re: [Paraview] Paraview and tiled display

2009-09-02 Thread Greg Abram
Hi, Berk - Thanks for the prompt reply. I'm using 3.6. Greg Gregory D. Abram Texas Advanced Computing Center JJ Pickle Research Campus - ROC 1.101 (R8700) 10100 Burnet Road Austin, Texas 78758-4497 g...@tacc.utexas.edu (512) 471-8196 From: Berk Geveci

[Paraview] Turn off text progress output in pvbatch

2009-09-02 Thread Fabian, Nathan
Hi, When I run pvbatch I get progress to stdout like this: vtkFilter(10) : [ .] vtkFilter(135) : [ .] vtkFilter(137) : [ .] vtkFilter(127) : [ .] vtkFilter(139) : [ .] How do I turn that off? Thanks, Nathan. _

Re: [Paraview] Turn off text progress output in pvbatch

2009-09-02 Thread pat marion
servermanager.ToggleProgressPrinting() Pat On Wed, Sep 2, 2009 at 6:50 PM, Fabian, Nathan wrote: > Hi, > > When I run pvbatch I get progress to stdout like this: > > vtkFilter(10) : [ .] > vtkFilter(135) : [ .] > vtkFilter(137) : [ .] > vtkFilter(12

Re: [Paraview] Turn off text progress output in pvbatch

2009-09-02 Thread Fabian, Nathan
Along a similar line, it seems like this might be convenient as a command line parameter where when I'm running the script as a debug I would leave the output on, but once I send it over to the cluster I'd just add the flag to disable it in the qsub instead of needing to change the script. On

Re: [Paraview] Paraview and tiled display

2009-09-02 Thread Utkarsh Ayachit
Greg, I've committed a fix for this issue on to the ParaView CVS head. Once you confirm that the issue is resolved, I'll move the patch to 3.6 branch and it will be included in 3.6.2 patch release. Attached is a patch for the changed files against the 3.6 branch to make it easier for you to test

Re: [Paraview] Turn off text progress output in pvbatch

2009-09-02 Thread Moreland, Kenneth
This is slightly tangential, but I always thought that there should be a method to simply turn it on or off. Whenever I wanted to use this function, it was really in a script where I simply wanted to suppress the messages. In order to do that, I need to go through a weird process of checking t

Re: [Paraview] Turn off text progress output in pvbatch

2009-09-02 Thread Berk Geveci
I agree - I am guilty of the stupid implementation. I'd suggest putting this in the bug tracker so that I remember to fix it by 3.8. -berk On Wed, Sep 2, 2009 at 8:06 PM, Moreland, Kenneth wrote: > This is slightly tangential, but I always thought that there should be a > method to simply turn it

Re: [Paraview] Turn off text progress output in pvbatch

2009-09-02 Thread Moreland, Kenneth
Done. http://www.paraview.org/Bug/view.php?id=9481 -Ken On 9/2/09 7:02 PM, "Berk Geveci" wrote: I agree - I am guilty of the stupid implementation. I'd suggest putting this in the bug tracker so that I remember to fix it by 3.8. -berk On Wed, Sep 2, 2009 at 8:06 PM, Moreland, Kenneth wrote: