[Paraview] Extract the x,y,z extents of a domain in Paraview

2015-07-31 Thread Neal,Christopher R
Hi all, I have noticed that the max and min values of the x, y, and z coordinates of all of the vertices are displayed at the bottom of the 'Information' tab when I load a computational grid file into Paraview. Is there a way to extract this information via a Python call to the Paraview

Re: [Paraview] Reg. paraview using off

2015-07-31 Thread Utkarsh Ayachit
Great! Glad it's working for you now. On Thu, Jul 30, 2015 at 5:01 PM, Ganesh Vijayakumar ganesh.i...@gmail.com wrote: Thanks all. This is super awesome and now allows me to get real time updates on the status of simulations instead of wheeling the data out to some other place.. tarring,

[Paraview] Error building superbuild VS2010

2015-07-31 Thread Bruce Jones
Hi, I am trying to build the superbuild for x64 on windows. I have configured everything with cmake (i have only selected ENABLE_paraview and ENABLE_qt) and am trying to do a release build. The build fails with, 7 CMake Error at VTK/CMake/vtkModuleAPI.cmake:53 (message): 7No such module:

Re: [Paraview] Using SpatioTemporalParallelism plugin in ParaView

2015-07-31 Thread Krishna Pai
Thanks for the reply, Menno. I tried doing that before, but I got a segmentation fault due to a missing filename, and I'm not sure where in the function call for CreateReader I would put a file name or what file name I should use. I ended up getting the following error message along with 2 slight

Re: [Paraview] Differences between OpenGL and OpenGL2 versions of ParaView

2015-07-31 Thread Adam Lyon
Hi Joachim - Yes, I noticed that the default color is now vtkBlockColors. However I changed that to the color vector in my data and that change was not honored by the program. Thanks, Adam *--* *Adam L. Lyon* *Scientist; Associate Division Head for Systems for Scientific Applications*

Re: [Paraview] Using SpatioTemporalParallelism plugin in ParaView

2015-07-31 Thread Krishna Pai
I've attached the xdmf file and the generated python script for clarification. On Fri, Jul 31, 2015 at 12:30 PM, Krishna Pai krishnapa...@gmail.com wrote: Thanks for the reply, Menno. I tried doing that before, but I got a segmentation fault due to a missing filename, and I'm not sure where in

Re: [Paraview] Error building superbuild VS2010

2015-07-31 Thread Ben Boeckel
On Fri, Jul 31, 2015 at 16:34:49 +, Bruce Jones wrote: I am trying to build the superbuild for x64 on windows. I have configured everything with cmake (i have only selected ENABLE_paraview and ENABLE_qt) and am trying to do a release build. The build fails with, 7 CMake Error at

Re: [Paraview] Using SpatioTemporalParallelism plugin in ParaView

2015-07-31 Thread Deij-van Rijswijk, Menno
If I’m not mistaken, it should be called like this xdmf_test_v01xdmf = STP.CreateReader(XDMFReader, '/lustre/cmf/scratch/k/kpai/projects/NeptuneData_2015-07-28/xdmf_test_v01.xdmf') That is, without the keyword argument fileinfo='path' Best wishes, Menno

Re: [Paraview] Differences between OpenGL and OpenGL2 versions of ParaView

2015-07-31 Thread Joachim Pouderoux
Adam, The color difference can be explained by the default coloring mode introduced recently (before the git tag version you tested with). Multiblocks are now automatically colored by blocks. Toggle the Color Legend and see the coloring array, vtkBlockColors is selected wereas in previous version