[Paraview] Descripe H5T_ARRAY or H5T_COMPOUND with xdmf

2011-10-01 Thread René Widera
HI,I would descripe a h5 file with a array of compound types or array of array[3].h5dump -H h5array_0_0_0.h5 create the follow output: DATASET e_global_cell_pos { DATATYPE H5T_ARRAY { [3] H5T_STD_I32LE } DATASPACE SIMPLE { ( 434176 ) / ( 434176 ) } } DATASET e_momentum { DATATYPE H5T_COMPOUND {

[Paraview] Descripe H5T_ARRAY or H5T_COMPOUND with xdmf

2011-10-01 Thread René Widera
HI, I would descripe a h5 file with a array of compound types or array of array[3]. h5dump -H h5array_0_0_0.h5 create the follow output: DATASET e_global_cell_pos { DATATYPE H5T_ARRAY { [3] H5T_STD_I32LE } DATASPACE SIMPLE { ( 434176 ) / ( 434176 ) }

Re: [Paraview] paraview not running!!!

2011-10-01 Thread Pierre Chevalier Géologue
Hello, It looks like there is something not working with your 3D video card. Make sure you have the 3D acceleration enabled on your video card. À+ Pierre PS: it is better if we keep our discussion on the list: you'll get much more audience, therefore much more help. Le 01/10/2011 05:55,

Re: [Paraview] FW: FW: Coloured isosurfaces when running MPI

2011-10-01 Thread Philipp Schlatter
Dear all, sorry for warming up this older bug report; but I just tried out version 3.12 RC2, and I found that the bug (at least I believe it is one) is still present. As the problem is really being very important for my work, but presumably also for many others, I am taking the opportunity to

Re: [Paraview] PYTHONPATH for prebuilt MAC OSX Paraview

2011-10-01 Thread pat marion
The 'paraview' directory is the module. Python treats directories that contain a __init__.py file as modules. So you want your python path to contain /Applications/ParaView 3.10.1.app/Contents/Python, and drop the /paraview ending. But, I recommend you use pvpython instead of python. The

Re: [Paraview] FW: FW: Coloured isosurfaces when running MPI

2011-10-01 Thread Biddiscombe, John A.
Philip, Great bug report. I also had trouble with replicated colours when using rectilinear grid but due to time constraints didn't have time to track down the problem. In my case I was able to switch to ImageData since my grids were regular at the time and the problem went away. However with

[Paraview] rendering problem!!

2011-10-01 Thread naveen kumar
Dear Users, I am facing problem while rendering images/animation. i found the information about openGL rendering what does the following lines mean? is it possible/not to render the images in my sys? [naveen@localhost ~]$ glxinfo | grep rende libGL warning: 3D driver claims to not support

Re: [Paraview] PYTHONPATH for prebuilt MAC OSX Paraview

2011-10-01 Thread Colin McAuliffe
Yes I am experiencing the same trouble with my system python but pypython works very nicely Thanks Colin Quoting pat marion pat.mar...@kitware.com: The 'paraview' directory is the module. Python treats directories that contain a __init__.py file as modules. So you want your python path to

[Paraview] Fail to get the mapper of a volume actor!

2011-10-01 Thread 沈恩亚
Hi All, I used the codes following to get the mapper of a volume actor, but I get NULL while *volume *is not NULL. * vtkAbstractMapper3D *mapper = NULL; if ( (volume = vtkVolume::SafeDownCast(propCandidate)) != NULL ) mapper = volume-GetMapper(); * Why? Thanks for any advice! Best