[Paraview] CMake error from VTKConfig.cmake

2018-04-15 Thread Christoph Grüninger
Dear ParaView community, I tried to update openSuse's ParaView RPM. Unfortunately I get the following CMake error. > CMake Error at > build/VTK/ThirdParty/vtkm/vtk-m/lib/cmake/paraview-5.5/vtkm/VTKmConfig.cmake:289: > Parse error. Function missing ending ")". Instead found unterminated > st

Re: [Paraview] CMake error from VTKConfig.cmake

2018-04-15 Thread Utkarsh Ayachit
Christoph, What openSuse version are you building on? I'll see if I can reproduce using the same version Docker image, if available. Will make it easier to track down. Utkarsh On Sun, Apr 15, 2018 at 7:08 AM, Christoph Grüninger wrote: > Dear ParaView community, > I tried to update openSuse's P

[Paraview] How find local maxima of a scalar field in a slice

2018-04-15 Thread Caffagni, Andrea
Dear all, I need to find the local maxima of a scalar field on a slice in Paraview. I need both the value of my scalar variable and also the tridimensional position of the local maxima. Searching on the blog, I have found a possible vtk function: https://www.vtk.org/doc/release/5.0/html/a01562.htm

Re: [Paraview] CMake error from VTKConfig.cmake

2018-04-15 Thread Christoph Grüninger
Hi Utkarsh, I used openSuse build service (OBS) which currently builds it on Leap 42.2 and Tumblewheed. If you want to give it a shot, try the package which I branched: home:mathletic:branches:science/paraview Bye Christoph Am 15.04.2018 um 16:40 schrieb Utkarsh Ayachit: > Christoph, > > What o

[Paraview] Reading binaries on PC and Mac

2018-04-15 Thread Randy Hessel
Dear All – I have a binary data set in EnSight case gold format and it reads into ParaView on my windows PC just fine. Does anyone know if the same data set will work when using ParaView on a Mac that is running 10.12 or 10.13? Thanks, Randy ___ Powe

[Paraview] Extract surface between two blocks

2018-04-15 Thread Heather.Sheldon
I have a multi-block dataset in which I need to do some analysis on the surface between 2 blocks (specifically, I want to do a SurfaceVectors analysis on this surface, to find out how much fluid is flowing from one block to the other). I can’t figure out how to extract this surface, other than d

Re: [Paraview] Reading binaries on PC and Mac

2018-04-15 Thread Mathieu Westphal
Dear Randy, Reader code is not platform specific, so it should not be a problem. As a side note, we consider ParaView to be fully cross-platform, so any missing/broken feature on a specific platform should be considered a bug. Best, Mathieu Westphal On Sun, Apr 15, 2018 at 10:04 PM, Randy Hess

Re: [Paraview] How find local maxima of a scalar field in a slice

2018-04-15 Thread Mathieu Westphal
Dear Andrea The range maximum value can be read directly in the information tab of your data, in the "Data Arrays" section. Or you can directly create a new "Spreadsheet view", show your data in it and sort the data by clicking on your scalars array header, you will know the value et the localisat