Re: [Paraview] [EXTERNAL] Can't select multiple variables in properties pane

2013-02-27 Thread Scott, W Alan
The reason is that it was closed already. I miss them all the time myself. The issue in the Mantis View Issues pages may be that the "Hide Status" says Closed. Thus, if it is fixed it is hidden! Alan From: James Thunes [mailto:j.thu...@gmail.com] Sent: Wednesday, February 27, 2013 4:03 PM To:

Re: [Paraview] [EXTERNAL] Can't select multiple variables in properties pane

2013-02-27 Thread James Thunes
Alan, Thanks for the quick response, I did a quick search of the bug tracker, but missed that one. James On Wed, Feb 27, 2013 at 5:57 PM, Scott, W Alan wrote: > James, > > This is a known bug that was fixed in 3.98.1. Please update ParaView. > > ** ** > > Thanks, > > ** ** > > A

Re: [Paraview] [EXTERNAL] Can't select multiple variables in properties pane

2013-02-27 Thread Scott, W Alan
James, This is a known bug that was fixed in 3.98.1. Please update ParaView. Thanks, Alan From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of James Thunes Sent: Wednesday, February 27, 2013 3:55 PM To: ParaView Subject: [EXTERNAL] [Paraview] Can't select mul

[Paraview] Can't select multiple variables in properties pane

2013-02-27 Thread James Thunes
Hello all, I have datafiles with large numbers of variables. Previously, I could select multiple variables at once by selecting the top variable, and then +click the bottom variable. This works in Paraview V3.10.1, but not V3.98.0. I can select all variables separately by clicking the radio button

Re: [Paraview] floating point exception error when doing slice filter (only happen when running pvserver remotely in parallel)

2013-02-27 Thread Hong Yi
Hi Burlen, Thank you so much for the information. Disabling FPE indeed fixed the problem. Now I can do slicing and clipping without problem :) I don't remember explicitly enabling FPE when building ParaView on the cluster, so not sure whether it was on by default. In any case, this problem is s

Re: [Paraview] floating point exception error when doing slice filter (only happen when running pvserver remotely in parallel)

2013-02-27 Thread Burlen Loring
Hi Hong, It looks like you've found a bug in ParaView, there probably should be a check preventing this division when the render window is empty. However, it's likely a non issue when FPEs are disabled, which I believe is the default. Could you search the vtkPVConfig.h file (found in build/ins

Re: [Paraview] floating point exception error when doing slice filter (only happen when running pvserver remotely in parallel)

2013-02-27 Thread Hong Yi
OK, now I know why the floating point exception is raised after looking at the values of those variables and the source code. Specifically, the whole statement it fails is actually the following: Vx = 2.0 * (this->DisplayPoint[0] - sizex * Viewport[0])/(sizex*(this->Viewport[2]-this->Viewport[0

Re: [Paraview] floating point exception error when doing slice filter (only happen when running pvserver remotely in parallel)

2013-02-27 Thread Hong Yi
Just some follow-up information I hope to shed some light on this problem. I used pdb to debug pvserver running with mpirun on the server and found this floating point exception error happens on the line below: Program received signal SIGFPE, Arithmetic exception. 0x2ad33e95021b in vtkViewpo

Re: [Paraview] Creating videos from animations

2013-02-27 Thread Utkarsh Ayachit
You're using a newer ffmpeg. Refer to http://paraview.org/Wiki/ParaView_Binaries. Use the same version of ffmpeg as indicated on this page. Utkarsh On Wed, Feb 27, 2013 at 11:36 AM, Fred Fred wrote: > Hmmm, I think this is the reason I finally toggled it off: > > /usr/local/ParaView-3.14.1-Sour

Re: [Paraview] Creating videos from animations

2013-02-27 Thread Utkarsh Ayachit
I think VTK_USE_FFMPEG_ENCODER needs to be ON for 3.14.1. On Wed, Feb 27, 2013 at 8:32 AM, Utkarsh Ayachit wrote: > Can you attach your CMakeCache.txt? > > On Fri, Feb 15, 2013 at 9:47 AM, Fred Fred wrote: >> Hello, >> I compiled PV with FFMPEG library enabled: >> FFMPEG_INCLUDE_DIR

Re: [Paraview] vtk mesh display: no volume elements

2013-02-27 Thread Zenker, Dr. Matthias
Hi Karl, applying the Mesh Quality filter doesn't show the volume mesh either. Matthias > -Ursprüngliche Nachricht- > Von: Karl König [mailto:kkoeni...@web.de] > Gesendet: Mittwoch, 27. Februar 2013 11:36 > An: Zenker, Dr. Matthias > Cc: paraview@paraview.org > Betreff: Re: [Paraview] vt

Re: [Paraview] vtk mesh display: no volume elements

2013-02-27 Thread Zenker, Dr. Matthias
Thank you for the reply. After applying the Extract Edges Filter I see the internal mesh, but as a wireframe no matter which display mode I choose. Also when I apply the Mesh Quality filter, the mesh is not colored according to the quality. Obviously I still do something wrong... Matthias Von:

Re: [Paraview] Creating videos from animations

2013-02-27 Thread Utkarsh Ayachit
Can you attach your CMakeCache.txt? On Fri, Feb 15, 2013 at 9:47 AM, Fred Fred wrote: > Hello, > I compiled PV with FFMPEG library enabled: > FFMPEG_INCLUDE_DIR /usr/local/include > FFMPEG_avcodec_LIBRARY /usr/local/lib/libavcodec.dylib > FFMPEG_avformat_LIBRARY

Re: [Paraview] vtk mesh display: no volume elements

2013-02-27 Thread David E DeMarle
The standard rendering pipeline behind surface, wireframe and points representations extracts the external polygons before rendering. Apply the extract edges, shrink, or glyph filters to see internal elements and nodes. On Feb 27, 2013 5:08 AM, "Zenker, Dr. Matthias" < matthias.zen...@erbe-med.com>

[Paraview] Visualizing sliced HD5 data

2013-02-27 Thread Pradeep Jha
Hello, I have HD5 data files which contain data for a cube geometry (N by N by N points). But I have them as slices with each file containing data only for "N by N by Nz" points, where (Nz = N/number_of_data_files). Any ideas how can I visualize it all together and apply filters (slicing etc.) ov

Re: [Paraview] vtk mesh display: no volume elements

2013-02-27 Thread Karl König
Matthias, Your file defines points and cells, a geometry and a topology, but no data associated with neither points nor cells. Volume rendering requires at least a scalar data set associated with points or cells. You may want to provide such a data set by first applying the MeshQuality filter (or

Re: [Paraview] Creating videos from animations

2013-02-27 Thread Karl König
Fred Fred, You failed to mention your ParaView version. If 3.98.0, then see http://www.paraview.org/Bug/view.php?id=13734 Karl Fred Fred wrote, On 27.02.2013 10:50: > Up! > > > From: stan1...@hotmail.fr > To: paraview@pa

Re: [Paraview] Creating videos from animations

2013-02-27 Thread Fred Fred
Up! From: stan1...@hotmail.fr To: paraview@paraview.org Subject: Creating videos from animations Date: Fri, 15 Feb 2013 15:47:41 +0100 Hello, I compiled PV with FFMPEG library enabled: FFMPEG_INCLUDE_DIR /usr/local/include