[Paraview] Script to save avg value in an array

2013-08-07 Thread Rakesh Dhote
Hi, I need a small favor in writing a small python script. I calculate average stress in the domain based on the strain values using an analytical expression. The avg. stress value is calculated at one time instant. I need to save the average stress at every time instant in an array , which will

[Paraview] Visualize 3Gb CFX-data on singel PC with ParaView

2013-08-07 Thread Петров Александр
Hello, I trying to understand is it reasonable to use ParaView in desktop mode (without distributed server) to visualize CFX-data (converted to EnSight format) with size ~3Gb? How to solve such task if I need to visualize such large data array? Should I point CFD-people to simplify their model fo

Re: [Paraview] Visualize 3Gb CFX-data on singel PC with ParaView

2013-08-07 Thread David E DeMarle
Likely possible on a good desktop. The number of cores is pretty much immaterial. Most of VTK and ParaView only use 1. The RAM is very important. Make sure that you have a 64bit build of ParaView of course or you won't be able to access all of the RAM. You didn't specify it, so the graphics card i

Re: [Paraview] Paraview in batch and in parallel

2013-08-07 Thread David E DeMarle
Yes you generally still need MPI installed. You may also need to build paraview yourself. At Kitware we inconsistently include MPI in our binaries due to technical difficulties regarding the range of OS's and versions we build for. Also, the MPI we distribute is likely not compatible and almost ce

[Paraview] VRPlugin crashes when loading VR states with interactor styles

2013-08-07 Thread Johannes Zarl
Hi, When loading a VR state in the VRPlugin, paraview often crashes if there is a VRInteractorStyle defined. The reason for this is that if the proxy/proxyName doesn't match anything in the current state, the style cannot be configured. If the style is then added to the VRQueueHandler, ParaView

Re: [Paraview] VRPlugin crashes when loading VR states with interactor styles

2013-08-07 Thread Aashish Chaudhary
Thanks Johannes!. We will have a look at it. - Aashish On Wed, Aug 7, 2013 at 10:57 AM, Johannes Zarl wrote: > Hi, > > When loading a VR state in the VRPlugin, paraview often crashes if there > is a > VRInteractorStyle defined. The reason for this is that if the > proxy/proxyName > doesn't ma

Re: [Paraview] Linking against ffmpeg 2.0 fails

2013-08-07 Thread David E DeMarle
Thanks Mathias. Please file a bug report on: http://paraview.org/Bug/my_view_page.php That will help us to remember that this needs fixing in the next releases. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Fri, Aug 2, 2013 at

Re: [Paraview] Writing single data array to file

2013-08-07 Thread David E DeMarle
There is always the option of using the python programmable filter. The content of the script should be something to the effect of. odata = self.GetOutput() idata = self.GetInput() odata.GetPointData().AddArray(idata.GetPointData().GetArray("foo)") David E DeMarle Kitware, Inc. R&D Engineer 21 Co

Re: [Paraview] VRPlugin crashes when loading VR states with interactor styles

2013-08-07 Thread Nikhil Shetty
Hi Johannes, This looks good. Thank for your patch. -Nikhil On Wed, Aug 7, 2013 at 9:08 AM, Aashish Chaudhary < aashish.chaudh...@kitware.com> wrote: > Thanks Johannes!. We will have a look at it. > > - Aashish > > > > On Wed, Aug 7, 2013 at 10:57 AM, Johannes Zarl wrote: > >> Hi, >> >> When l

Re: [Paraview] VRPlugin crashes when loading VR states with interactor styles

2013-08-07 Thread Aashish Chaudhary
We pushed a branch and merged into next: fix_crash_vrplugin Thanks, On Wed, Aug 7, 2013 at 11:54 AM, Nikhil Shetty wrote: > Hi Johannes, > > This looks good. Thank for your patch. > > -Nikhil > > > On Wed, Aug 7, 2013 at 9:08 AM, Aashish Chaudhary < > aashish.chaudh...@kitware.com> wrote: > >

[Paraview] CGNS Reader

2013-08-07 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
I'm using the Superbuild to build ParaView 4.0.1 and I'm enabling CGNS but the reader doesn't seem to be there. I can see that it downloaded at cgnslib tarball and it seems to have been built.I poked around on the Wiki and there's also a mention of using the VisIt bridge. Is the V

Re: [Paraview] CGNS Reader

2013-08-07 Thread David E DeMarle
I think the only extra flag will be make sure boost is one of the projects superbuild makes. When superbuild makes paraview it will see this and then turn visitbridge on and link it in when it configures paraview. Robert probably knows best the state of this particular file format. David E DeMar

[Paraview] Help with unstructured grid

2013-08-07 Thread George Howitt
Hi I have a fortran code that I'm trying to get streamlines from. The code generates a spherical grid of points and a velocity on each of those points. I have been using a structured grid but paraview doesn't seem to read the vectors, instead it thinks they are more grid points and plots them as