[Paraview] size limit to loading annotated but file 4095 time steps

2017-01-18 Thread Adam Hill
Hi all We are using paraview to visualise a time series corresponding to propagation of a voltage waveform in a 2D domain. Data is a .vtu file annotated with time points. Total series is >10,000 time steps. All confirmed as being annotated correctly When we load into paraview (5.2), only the

Re: [Paraview] Floating point exception when using "Interpret Values As Categories"

2017-01-18 Thread Utkarsh Ayachit
Can you share a sample dataset that reproduces the problem? That'll make it easier to track it down. Thanks. Utkarsh On Tue, Jan 17, 2017 at 11:52 AM, philipp jung wrote: > Dear Paraview Team, > > I am currently working on a custom plugin which returns Polydata with an

Re: [Paraview] Display all time steps on the same window

2017-01-18 Thread Júlio Hoffimann
Thank you all, it worked like a charm. -Júlio On Jan 18, 2017 11:39 AM, "Moreland, Kenneth" wrote: > Try applying the “Group Time Steps” filter (introduced in ParaView 5.2). > > > > -Ken > > > > *From:* ParaView [mailto:paraview-boun...@paraview.org] *On Behalf Of *Júlio >

Re: [Paraview] ParaView and Qt 5

2017-01-18 Thread Shawn Waldon
Hi Mark, CMake uses different variables to find Qt4 vs Qt5. QT_QMAKE_EXECUTABLE is the Qt4 variable and is ignored by the code to find Qt5. The variable you want is: -DQt5_DIR=/software/path/qt-5.7.1/lib/cmake/Qt5 HTH, Shawn On Wed, Jan 18, 2017 at 3:16 PM, Mark Olesen

Re: [Paraview] ParaView and Qt 5

2017-01-18 Thread Mark Olesen
I'm trying to compile a paraview using a Qt5 (5.7.1) that I've compiled with '-qt-xcb' to avoid too many dependencies. When compiling paraview (git version), I supposed that the following would be sufficient to convey which qt to use: cmake -DPARAVIEW_BUILD_QT_GUI=ON

Re: [Paraview] Display all time steps on the same window

2017-01-18 Thread Moreland, Kenneth
Try applying the “Group Time Steps” filter (introduced in ParaView 5.2). -Ken From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Júlio Hoffimann Sent: Wednesday, January 18, 2017 12:00 PM To: paraview Subject: [EXTERNAL] [Paraview] Display all time steps

Re: [Paraview] Display all time steps on the same window

2017-01-18 Thread Utkarsh Ayachit
Apply the "Group TimeSteps" filter to your reader. That will create a new dataset that has all timesteps in it. If I am not mistaken, this filter was added in 5.2, so if it's not present under the "Temporal" filter menu with your version of ParaView, try the latest version. Utkarsh On Wed, Jan

[Paraview] Display all time steps on the same window

2017-01-18 Thread Júlio Hoffimann
Hi, I am struggling with a very simple task in ParaView. I have 500 time steps that represent an object moving in space. I would like to display all the positions of the object (thus, the trajectory) in a single window. I have a set of 500 *.vtu files and a pvd collection that I can successfully

Re: [Paraview] Embedding the Visualizer app in the browser within an iframe

2017-01-18 Thread Sebastien Jourdain
Well we fixed that issue last time in another thread. Here is the difference: Launcher configuration (Not working) "C:/paraview/ParaView5.2.0/data" Command line (Working) "C:\paraview\ParaView5.2.0\data" Do you notice any difference? Do you see what you should try next? On Wed, Jan 18, 2017 at