Re: [Paraview] paraview-superbuild Qt5 not found

2018-02-12 Thread Hermitte Luc (CS SI)
Hi, *> 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`

[Paraview] Finding Data Range Over All Timesteps Python

2018-02-12 Thread Dennis Conklin
Bane, You could run Temporal Statistics to get Max and Min over entire time range, then run calculator to get Range as (Max-Min). Then you could run your filter on this and use the variable from the calculator. Hope this helps Dennis ___ Powered by

Re: [Paraview] Possible to view ExodusII HEX9 data?

2018-02-12 Thread David Thompson
Hi Weston, Thanks for the report and the test data. I'll see that the fix gets merged in for both HEX9 and HEX21. David > On Feb 12, 2018, at 10:31 AM, Weston Ortiz wrote: > > Using > > else if ((elemType.substr(0,3) == "HEX") && (binfo.BdsPerEntry[0] == 9)) >