Re: [Paraview] paraview-superbuild Qt5 not found

2018-02-08 Thread Ben Boeckel
On Thu, Feb 08, 2018 at 15:46:27 +, Hermitte Luc (CS SI) wrote: > I'm calling cmake with the following options?: > cmake -Dqt5_enabled=On -DUSE_SYSTEM_qt5=On(/Off) > -DQt5_DIR=/path/to/qt/5.9.1/lib/cmake/Qt5 .. The input setting is `ENABLE_qt5`. The `qt5_enabled` variable indicates

[Paraview] Large Data, local server

2018-02-08 Thread Scott, W Alan
Hi all, Thought I would pass a success story around. I just watched a user open a 102 million cell dataset, with two thousand files per timestep, using 58 Gig of memory, on a standalone version of ParaView. Slow, but it all held together. ParaView rocks. Alan

[Paraview] Finding Data Range Over All Timesteps Python

2018-02-08 Thread Bane Sullivan
I’m curious if there is a way to calculate the range of a data array over all time steps much like the “Rescale to data range over all time steps.” I want to calculate this data range in a Python Programmable Filter in the RequestInformation() script so that at the start, I have the total range

Re: [Paraview] Broken Streamlines

2018-02-08 Thread Berk Geveci
Hi Louis, Very cool dataset. My guess is that there is a topology problem with this dataset - some cells that are neighbors but don't exactly share vertices on neighboring faces. Maybe hanging nodes because of some sort of refinement? This is usually when the point locator fails. To locate a cell

Re: [Paraview] Visualize equdistant cell-centered data

2018-02-08 Thread Buesing, Henrik
Ok. Let me rephrase my question. Maybe someone speaks Matlab? Full Matlab Code below (see [1]). Let's assume I have a 2x2 matrix with color values C=[1 2; 3 4]. Now I can visualize this matrix with on a 2x2 grid with surf in Matlab. What I get is one square with the color values on each node

Re: [Paraview] ParaView Digest, Vol 166, Issue 7

2018-02-08 Thread Ott Richard
come on! I've unsubscribed 3 times now, why do I still get these mails??? Richard Ott ETH Zürich PhD student Sonneggstrasse 5 8092 Zürich +41 44 633 89 06 richard@erdw.ethz.ch Von: ParaView [paraview-boun...@paraview.org] im Auftrag von

Re: [Paraview] ParaView Digest, Vol 166, Issue 7

2018-02-08 Thread yaman ozakin
Same here. I think the unnecessarily complicated unsubscription system might be broken. I can't reach the next step after pasting the confirmation string. Not to mention that *there is a next step* after clicking a link in a confirmation email and then pasting the confirmation string. Whose idea

Re: [Paraview] Visualize equdistant cell-centered data

2018-02-08 Thread Cory Quammen
Henrik, I believe I understand what you are trying to do. However, there is nothing available in ParaView to do this simply. You could use the Programmable Filter to create a new structured grid with the C+1 number of points in each dimension and then set the point data array in the C-sized grid

[Paraview] paraview-superbuild Qt5 not found

2018-02-08 Thread Hermitte Luc (CS SI)
Hi, I'm trying to build paraview with the superbuild procedure, and with a custom install of Qt5. I'm calling cmake with the following options : cmake -Dqt5_enabled=On -DUSE_SYSTEM_qt5=On(/Off) -DQt5_DIR=/path/to/qt/5.9.1/lib/cmake/Qt5 .. Note that, in doubt, I've also exported Qt5_DIR as