[Paraview] Node set and side set in Exodus format at Paraview

2017-02-01 Thread Andi Hartarto
Dear all, I'd like to have help about node sets and side sets in Paraview. My file is an Exodus file which doesn't have side set and node sets. I'd like to modify the data and add side set and node set. My data file is a cube and visually I can see smooth 6 surfaces. Does anyone know how to do

[Paraview] "Rotate" look up table

2017-02-01 Thread Nicolas Cedilnik
Hello, Would it be possible with python scripting to create an animation by "rotating" the look up table in a way that would look like this: https://www.youtube.com/watch?v=qA_vInXwdKM#t=3m25s ? It is a pseudo-animation created by changing the "range" of the LUT. Would paraview be the right

[Paraview] Query on paraview software rendering vs GPU rendering on ubuntu server

2017-02-01 Thread Bishwajit Dutta
Hi All, I am setting up paraview in different modes in my university for research and had the below queries on paraview wrt ubuntu. Thanks if anyone can answer them. a) Is it possible to dynamically switch between CPU (mesa software rendering) and GPU rendering (openGL). If so, which Paraview

Re: [Paraview] Ansys to ParaView

2017-02-01 Thread Bob Flandard
Hi Anxo, By upload, I mean to your dropbox account, not the ParaView server:) Regards, Bob ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and

Re: [Paraview] Ansys to ParaView

2017-02-01 Thread Bob Flandard
Hi Anxo, If you're using Ansys MAPDL aka "Classic", then you have a lot of flexibility to code something in apdl to output mesh and results in a format that suits you (and ParaView). For efficient code you would need to make use of the vectorised functions like *vget, *vfun, *voper etc. If