Re: [Paraview] PV 3.10.1 - compile error w.r.t. MapReduceMPI

2011-08-08 Thread Paul Melis
Hello Robert, On 08/05/2011 04:53 PM, Robert Maynard wrote: I have seen this problem before you need to fix the MPI_INCLUDE_PATH to only point to the directory that has mpi.h not both of those directories. If this fixes the problem you should open a bug on http://paraview.org/Bug

[Paraview] Use one statefile for multiple time values

2011-08-08 Thread Eelco van Vliet
Hello paraviewers, According to the information I found here http://www.itk.org/Wiki/ParaView/Users_Guide/Batch_Processing (bottom page) it should be able to Load a state file and then to change the file name to apply the same state on multi files (for making an animation for instance)

[Paraview] Paraview crashes when I try to open a second xdmf file

2011-08-08 Thread Florian HOFFMANN
Dear Paraviewers, When I try to open two XDMF files (all data stored as heavy data in HDF5 file) having 2 different domains (I also tried giving them the same name) paraview crashes when opening the second file. Is is not possible to open two different XDMF files at the same time ? Thank you.

[Paraview] Paraview XDMF reader

2011-08-08 Thread Florian HOFFMANN
Just wanted to add some explanation to my previous post. I'm working with XDMF in Paraview and would like to load two different XDMF files so I can have a different glyph filter per data/file (Change Input ... in pipeline browser) Unfortunately paraview crashes when I try to open a second xmf

Re: [Paraview] Paraview XDMF reader

2011-08-08 Thread David E DeMarle
Sounds like a bug to me. Please file a bug report on the bug tracker and if possible point us to a small dataset and procedure that we can replicate the bug with. Also, you might try working around the bug in the meantime by making a copy of the data files on the filesystem. For the hdf5 file, a

Re: [Paraview] Paraview XDMF reader

2011-08-08 Thread Utkarsh Ayachit
Is it possible for you to share the datasets in question? You can upload the datasets using http://www.kitware.com/cgi-bin/uploadfile.cgi if they are too big to email. Utkarsh On Mon, Aug 8, 2011 at 9:38 AM, Florian HOFFMANN florian.hoffm...@uni.lu wrote: Just wanted to add some explanation to

Re: [Paraview] Use one statefile for multiple time values

2011-08-08 Thread Utkarsh Ayachit
That's odd. What type of reader is this? It's possible that the reader has issues with changing the filename once it's set or something like that. Utkarsh On Mon, Aug 8, 2011 at 5:46 AM, Eelco van Vliet eelc...@gmail.com wrote: Hello paraviewers, According to the information I found here

Re: [Paraview] Diffusivity and Specular Properties

2011-08-08 Thread Utkarsh Ayachit
Note that current versions (3.10.* and earlier) of ParaView disable specular highlights once scalar coloring is employed. However in upcoming versions a setting has been added to the Settings dialog that overrides this behavior allowing specular highlights when using scalar coloring. Utkarsh On

[Paraview] FYI Mac OSX pv plugin: Missing Menu Items with QT 4.6.3; but 4.7.3 is OK

2011-08-08 Thread Lawrence Angrave
Hi, I thought it would be useful to post /archive the following runtime QT strangeness in case others run into a similar issue. We initially built MacOSX (10.5.8) Paraview 3.10.1 with QT 4.6.3. Strangely this Paraview did not correctly support a simple paraview plugin that added two items

Re: [Paraview] Use one statefile for multiple time values

2011-08-08 Thread Eelco van Vliet
Hi Utkarsh, I am using the LegacyVTKReader. Looking at the reader properties I see that indeed the new filename is in the reader object, but still the first file as defined in the state file is used for plotting. Regards Eelco On Mon, Aug 8, 2011 at 11:46 AM, Eelco van Vliet eelc...@gmail.com

[Paraview] Visualizing rotating sphere

2011-08-08 Thread William Oquendo
Dear all, I apologize in advance if this is an extremely simple question for you but I have not been able to find solution to the following: I am simulating a system of spheres interacting with each other. I am printing their information into a vtk-xml file as points with both scalar (mass,

[Paraview] Good/Possible/Bad idea? Use Camera matrix to Exaggerate Z Scale

2011-08-08 Thread Lawrence Angrave
Hi, We're using Paraview to display data which is very thin in the Z direction compare to X,Y size. We'd like to artificially exaggerate the display in the Z direction. One tedious way to do this is to set the scale matrix for every object. e.g. Scale the Z coordinates by 30. An alternative

Re: [Paraview] Object Inspector Tabs

2011-08-08 Thread Utkarsh Ayachit
Brian, There are a few things to remember about ParaView: * the source/filter and it's representation proxy are created separately. The representation is generally not created until after the first accept. * a source can have multiple representation proxies (one for each view). As view are