Re: [Paraview] Can Paraview use the GPU instead of the CPU?

2018-03-28 Thread Mathieu Westphal
Hello Mohamed, Is there a way to use the GPU instead of the CPU for: > 1. Data rendering in general? > This is the case by default when you are using the paraview binaries, you can check by taking a look into Help->About->OpenGL Renderer > 2. Volume rendering? other than using the NVIDIA IndeX p

Re: [Paraview] ParaviewWeb server / client mismatch

2018-03-28 Thread Sgouros, Thomas
Curses, foiled again. Thank you, -Tom On Wed, Mar 28, 2018 at 7:35 PM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > Yes threading is bad. I didn't noticed that you were creating threads in > your code. > > On Wed, Mar 28, 2018 at 4:22 PM, Sgouros, Thomas > wrote: > >> Brill

Re: [Paraview] ParaviewWeb server / client mismatch

2018-03-28 Thread Sebastien Jourdain
Yes threading is bad. I didn't noticed that you were creating threads in your code. On Wed, Mar 28, 2018 at 4:22 PM, Sgouros, Thomas wrote: > Brilliant. That worked, thank you, and most of the image changes are > updated with one click of the button rather than one for the control and > one clic

Re: [Paraview] ParaviewWeb server / client mismatch

2018-03-28 Thread Sgouros, Thomas
Brilliant. That worked, thank you, and most of the image changes are updated with one click of the button rather than one for the control and one click on the canvas. However, I often (not always) get this: CRITICAL:twisted:Unhandled Error Traceback (most recent call last): File "AMSServer.py"

Re: [Paraview] ParaviewWeb server / client mismatch

2018-03-28 Thread Sebastien Jourdain
You need to register the following protocol https://github.com/Kitware/visualizer/blob/master/server/pvw-visualizer.py#L196 Then make sure you call: https://github.com/Kitware/visualizer/blob/master/server/pvw-visualizer.py#L208-L209 On Wed, Mar 28, 2018 at 3:43 PM, Sgouros, Thomas wrote: > HI

[Paraview] ParaviewWeb server / client mismatch

2018-03-28 Thread Sgouros, Thomas
HI All: I'm trying to switch from ViewPortImageDelivery to VtkImageDelivery so I can see updates to the web client without having to click in the window. But apparently the protocols on the server side are deficient, and I get a client-side error complaining that "viewport.image.animation.fps.max"

[Paraview] Can Paraview use the GPU instead of the CPU?

2018-03-28 Thread Mohamed Beshr
Is there a way to use the GPU instead of the CPU for: 1. Data rendering in general? 2. Volume rendering? other than using the NVIDIA IndeX plugin? 3. Loading and displaying the data (i.e. data crunching). For example, if I am loading a transient CFD simulation result? Also, is there a way to rende

Re: [Paraview] png image file size - screenshot vs animation

2018-03-28 Thread Utkarsh Ayachit
I may have spoken the other way around. In any case, just hold on till 5.5 is out and this will be addressed. Utkarsh On Wed, Mar 28, 2018 at 1:13 PM, Stief, Alexander wrote: > This does not fit my observation. > Saving as a screenshot, I get a reasonably small png file size. > Saving the same s

Re: [Paraview] [EXTERNAL] png image file size - screenshot vs animation

2018-03-28 Thread Scott, W Alan
Hi Alex, I just tried this with master (in essence, 5.5.0-rc4 (out Real Soon Now) ). My sizes are exactly the same. I did the following: * Linux, master, remote server. * Opened can.exo. (It's in Examples.) All variables on, apply. * Rotated can so it looks nice. * File/ Save

Re: [Paraview] png image file size - screenshot vs animation

2018-03-28 Thread Stief, Alexander
This does not fit my observation. Saving as a screenshot, I get a reasonably small png file size. Saving the same scene as an animation instead, I get huge png files instead regardless of the image content. I tried again with a plain white scene and a resolution of 6428x3764 File size using save

Re: [Paraview] VRML animation

2018-03-28 Thread Rinehart, Richard D. (GRC-VG00)[DB Consulting Group, Inc.]
and check the ParaView Wiki at: >>>>> http://paraview.org/Wiki/ParaView >>>>> >>>>> Search the list archives at: >>>>> http://markmail.org/search/?q=ParaView >>>>> >>>>> Follow this link to subscribe/unsubscri

Re: [Paraview] [EXTERNAL] state file

2018-03-28 Thread denis cohen
Hi Cory, Thanks. I look forward to the new version. Best, Denis On Wed, Mar 28, 2018 at 5:46 AM, Cory Quammen wrote: > Alan provided the new way to do this that works nicely and relieves you > from having to clear ParaView's state and reload a state file. > > If you do want to clear ParaView's

Re: [Paraview] 2D PLOT - AUTOMATIC AXIS TITLES

2018-03-28 Thread Miguel Aguirre
Hello, Thanks for your quick answer. I agree with the fact that multiple plots superimposed may difficult the automatic setup. However, I think that it could be a good idea to automatize at least the X-axis label, because there is only one variable accepted for this axis in the setup. Is there a

Re: [Paraview] Empty lib/python2.7/lib-dynload

2018-03-28 Thread Cory Quammen
Hi Santiago, Thanks for the report. It looks like readline is not being included in the packaging. I looked briefly in the ParaView superbuild repository to find out why, but did not see the reason immediately. I have filed an issue for this: https://gitlab.kitware.com/paraview/paraview-superbuil

Re: [Paraview] VRML animation

2018-03-28 Thread Sebastien Jourdain
Putting back the mailing list as other could provide an actual answer to your "immersive question". ParaView can do immersive animation but that would be managed within ParaView. So I'm still not sure to understand what you are trying to do. But maybe other on the mailing list may do... Seb On W

Re: [Paraview] ParaView-Superbuild Win10 Errors

2018-03-28 Thread Aron Helser
I don't know how or why vrpn is used by paraview, so I'll have to defer to others... On Wed, Mar 28, 2018 at 8:23 AM, Jamil Goettlich wrote: > Hi Aron, > > thank you for the reply. Youre right, there was an error way at the > beginning concerning quat.lib. > It seems like linking vrpn.lib failed

Re: [Paraview] VRML animation

2018-03-28 Thread Sebastien Jourdain
May I ask why VRML? Are you trying to do a time animation of geometry+data/color on the web? What I'm trying to say is that often by narrowing the question you get a perfect answer for it but not a good one for truly solving your problem. So what are you trying to do/solve? Thanks, Seb On Wed, M

Re: [Paraview] VRML animation

2018-03-28 Thread GeorgeP S
Thank you very much for the responce. To your knowledge which program can do a vrml animation by a .vtp file? Thank you again, Salachoris Georgios Panagiotis On Wed, Mar 28, 2018 at 3:46 PM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > To the best of my knowledge, this is not supporte

Re: [Paraview] Visualization of parcels in paraview without surface

2018-03-28 Thread Utkarsh Ayachit
It's unclear what you're trying to do. If you can share a sample dataset, maybe that'll help. If all your data is coming from the same datasource, may splitting it up into the surface and spray parcels will let you control opacity. Filters like Extract Block, Threshold, Clip, etc can be used to do

Re: [Paraview] VRML animation

2018-03-28 Thread Utkarsh Ayachit
To the best of my knowledge, this is not supported currently. Utkarsh On Thu, Mar 22, 2018 at 2:14 PM, GeorgeP S wrote: > Hello all, > > i would like to ask how is it possible to export in vrml but retain the > animation acquired from the models simulation.Is there a specific feature > that i h

Re: [Paraview] 2D PLOT - AUTOMATIC AXIS TITLES

2018-03-28 Thread Utkarsh Ayachit
There isn't an automatic way of setting the titles. We don't automatically set the titles since one can plot multiple variables on Y axis, which is very typical, and hence it's unclear what the automatic name should be. Utkarsh On Wed, Mar 28, 2018 at 2:35 AM, Miguel Aguirre wrote: > Hello, > >

Re: [Paraview] ParaView-Superbuild Win10 Errors

2018-03-28 Thread Jamil Goettlich
Hi Aron, thank you for the reply. Youre right, there was an error way at the beginning concerning quat.lib. It seems like linking vrpn.lib failed because quat.lib cannot be recognized. Here is the full error (Using Win10, Compiler Visual Studio12.0 (cl.exe), ninja build system. Also, I enabled VRP

Re: [Paraview] Paraview crashing when clipping an openfoam solution

2018-03-28 Thread Carlos E Manglano-Villamarin
Hi again Joachim, I've tried to run ParaView from the executable 'paraview' in the 'bin' directory, and it works quite well. The OpenFOAM cases load pretty quickly, and the clip is done with no itches :-) For now, I just hace to create "by hand" the dummy *.foam file, but that's not a problem at a

Re: [Paraview] Paraview crashing when clipping an openfoam solution

2018-03-28 Thread Carlos E Manglano-Villamarin
Hi Joachim, I downloaded the tar.gz file from https://www.paraview.org/download/, under the Release Candidates section. Regards, 2018-03-27 15:29 GMT+02:00 Joachim Pouderoux : > Carlos, > > What did you download exactly? The sources archive or the binaries? On > which platform? > > Best, > > *

[Paraview] png image file size - screenshot vs animation

2018-03-28 Thread Stief, Alexander
Hi, PV version is 5.4.1 when making a png screenshot in PV with a resolution of 3840x2160, the file size I get with default settings is ~1.4MB. This is due to the fact that around 80% of the image are plain white space. So far, so normal. However, when I create an animation and export to png ima

Re: [Paraview] unknown properties returned by ListProperties?

2018-03-28 Thread Grothausmann, Roman Dr.
Dear Cory, On 27/03/18 16:18, Cory Quammen wrote: I'm sorry I haven't had a chance to look at this further. Have you made any more progress on this? I apologize for thinking it would be easy to hack ParaView to better support loading multiple state files - it appears to be more difficult than