Re: [Paraview] extract location of minimum

2011-03-15 Thread Eelco van Vliet
For those interested, I will give here my script how to extract the minimum value and its location in a serie of time steps, write it to file and put spheres on the local minimum. Since my knowledge of VTK is quite limited, I didn't know how to access the data, so I use some tricking to get it.

[Paraview] Paraview Python Build

2011-03-15 Thread owen.arnold
Hi, I've been able to build Paraview on my x64 windows 7 machine using cmake/vs2010. I recently tried to build the python components of paraview on the same platform. I can create and generate the solution okay, but the build fails with: fatal error C1083: Cannot open source file:

[Paraview] Applying filters in sample app

2011-03-15 Thread Reuter, Michael A.
Hi, I'm working on a sample application and I've been trying to make a cut appear on the data that is being viewed. I've followed the methodology used in the QuickContour application in my application, but the cut never appears on the data view. I'm using the data file associated with the

Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-15 Thread Richard GRENON
David Partyka a écrit : I also went and re-tested the Windows and Mac binaries with CGNS data and they all work fine. Thank you for your patience! Hello, Dave. The CGNS reader works fine on PV 3.10.0 Linux 64 bit since you have re-packaged the binaries, but I can't get it working on PV

Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-15 Thread David Partyka
Hi Richard, we fixed the issue with the 32bit Windows binary. It is actually a pretty serious bug in the VisIt code because it attempts to delete memory allocated in one library in another. Amazingly it only crashed on 32bit Windows. @@ -1073,7 +1073,7 @@

Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-03-15 Thread Richard GRENON
David Partyka a écrit : Hi Richard, we fixed the issue with the 32bit Windows binary. It is actually a pretty serious bug in the VisIt code because it attempts to delete memory allocated in one library in another. Amazingly it only crashed on 32bit Windows. Amazing ! Is this the curse of

Re: [Paraview] issue with make install in 3.10

2011-03-15 Thread bastil2...@yahoo.de
Am 14.03.2011 20:06, schrieb David Partyka: Are you using a prebuilt qt from nokia? Or did you build it youself? David, our system administrator did the build. AFAIK it was build from source. Regards Bastian On Mon, Mar 14, 2011 at 3:01 PM, bastil2...@yahoo.de mailto:bastil2...@yahoo.de

[Paraview] Parallel VTK file format with multiple levels

2011-03-15 Thread Xunlei Wu
Hi, I would like to use .pvtu to represent a multi-level unstructured grid by stating ===level 1 PVTU=== VTKFile type=PUnstructuredGrid version=0.1 byte_order=LittleEndian PUnstructuredGrid GhostLevel=1 ... Piece Source=energy_1.0/nsp.pvtu/ Piece Source=energy_2.0/nsp.pvtu/

Re: [Paraview] Applying filters in sample app

2011-03-15 Thread Utkarsh Ayachit
You're simply missing a line to hide the previous representation. I just added in mpMainWindow::onCutButtonClicked before the render() call and the slice shows up. this-ActiveSourceRepr-setVisible(false); Utkarsh On Tue, Mar 15, 2011 at 12:17 PM, Reuter, Michael A. reute...@ornl.gov wrote:

Re: [Paraview] issue with make install in 3.10

2011-03-15 Thread Robert Maynard
We are asking because the 4.6.X prebuilt frameworks from Nokia don't come with QNetworkAccessManager. I would confirm with your system administrator that Qt has been built with QtNetwork enabled. On Tue, Mar 15, 2011 at 2:59 PM, bastil2...@yahoo.de bastil2...@yahoo.dewrote: Am 14.03.2011

[Paraview] Debugging a pvserver with multiple GPUs

2011-03-15 Thread pat marion
I just wanted to share a bit of useful code. I wanted to confirm that all my pvserver processes had the correct DISPLAY environment variable defined. I created an mpi command line that launched two processes per node, with half the processes using -display :0.0 and the other half using -display

Re: [Paraview] Debugging a pvserver with multiple GPUs

2011-03-15 Thread Moreland, Kenneth
That's a cool trick. I took the liberty of adding it to the ParaView wiki page on setting up a pvserver: http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server#Multiple_GPUs_Per_Node -Ken Kenneth Moreland *** Sandia National Laboratories *** *** *** ***