Re: [Paraview] netcdf-4

2014-08-06 Thread Matthias Wiesenberger
Hi David, that helped a lot, thanks very much. I downloaded v4.1 from the paraview site and it opens netcdf-4 as you describe. thanks again Matthias On 08/05/2014 08:32 PM, David E DeMarle wrote: In a fresh build of paraview master on a mac, I can read this file without a problem. When I go

Re: [Paraview] what if you have two qt-installations?

2014-08-06 Thread Huebl, Axel
Dear Bertwim, good to hear that. sorry - CMAKE_PREFIX_PATH is an environment variable like PATH and LD_LIBRARY_PATH to hint install directories to CMake modules. The compile error still looks like something got mixed - can you try again with the CMAKE_PREFIX_PATH hint? Did you verify all

Re: [Paraview] netcdf-4

2014-08-06 Thread David E DeMarle
Great! I'll get in contact with the ubuntu manager and help him or her enable it there too. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Aug 6, 2014 at 5:03 AM, Matthias Wiesenberger matthias.wiesenber...@uibk.ac.at

[Paraview] [ParaView] Unofficial ParaView 4.1.0 SDK for Windows 32 and 64-bit

2014-08-06 Thread Bruno Santos
Greetings to all! We at blueCAPE have made available an unofficial SDK of ParaView 4.1.0 for Windows 32 and 64-bit, based on the official SuperBuild and respective build options. It's available here: https://code.google.com/p/unofficial-paraview-dev-install/wiki/Downloads#ParaView_4.1.0

[Paraview] ParaView python vs VTK python api (UNCLASSIFIED)

2014-08-06 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Hello, I would like to run some of my VTK python code under ParaView (pvbatch or pvpython). Where can I find documentation on porting VTK python code to use ParaView python api? I need to create some VTK object in ParaView. Is there a shortcut to this

Re: [Paraview] ParaView python vs VTK python api (UNCLASSIFIED)

2014-08-06 Thread Andy Bauer
It may not be possible to do what you want explicitly. ParaView can be viewed in some ways a wrapper around VTK filters. You can try the programmable filter which uses the VTK Python API but is still intended to operate like a filter (i.e. not modifying the input data sets, etc.). Andy On Wed,

Re: [Paraview] ParaView python vs VTK python api (UNCLASSIFIED)

2014-08-06 Thread Sebastien Jourdain
Hi Simon, if the VTK work that you are targeting is not parallel, you can directly run a vtkpython script inside pvpython or pvbatch. Otherwise Andy is right, you can not mix parallel ParaView and VTK python code. Seb On Wed, Aug 6, 2014 at 1:35 PM, Andy Bauer andy.ba...@kitware.com wrote:

Re: [Paraview] ParaView python vs VTK python api (UNCLASSIFIED)

2014-08-06 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Hi Andy, I think the filter option may not be viable as the VTK code is the part that creates the VTK data structure (points - vtk.vtkPoints(), triangles - vtk.vtkCellArray, polydata - vtk.vtkPolydata()) using VTK python api. This is actually related

Re: [Paraview] ParaView python vs VTK python api (UNCLASSIFIED)

2014-08-06 Thread David E DeMarle
Adding to what Andy and Seb said, ParaView can be viewed in some ways a wrapper around VTK filters + that often exist on remote MPI parallel processes + . In Paraview client side scripts (tools-Python Shell or pvpython or pvbatch) you create python objects that create proxies that create remote

Re: [Paraview] ParaView python vs VTK python api (UNCLASSIFIED)

2014-08-06 Thread Andy Bauer
Hi Simon, There is more information at http://www.paraview.org/Wiki/Python_Programmable_Filter. The ParaView Python API is meant for the client side of ParaView while the VTK Python API is meant for the server side. You can mix and match a bit by using Fetch() (see

Re: [Paraview] ParaView python vs VTK python api (UNCLASSIFIED)

2014-08-06 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Hi Seb, Thanks. Good point. I have assumed I am dealing with parallel code. Let me check up on that. Basically the whole purpose of this exercise is to have the simulation code generate the data and visualize the data in real time (ParaView +

Re: [Paraview] ParaView python vs VTK python api (UNCLASSIFIED)

2014-08-06 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Dave, Thank you for the explanation. I have a better understand now on ParaView python and VTK python. Thanks -simon -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of David E DeMarle Sent: Wednesday,

Re: [Paraview] ParaView python vs VTK python api (UNCLASSIFIED)

2014-08-06 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Hi Andy, Thanks... I will dig into it... Thanks -simon -Original Message- From: Andy Bauer [mailto:andy.ba...@kitware.com] Sent: Wednesday, August 06, 2014 3:54 PM To: Su, Simon M CTR USARMY ARL (US) Cc: paraview@paraview.org Subject: Re:

Re: [Paraview] ParaView python vs VTK python api (UNCLASSIFIED)

2014-08-06 Thread Sebastien Jourdain
Hi Simon, Catalyst is a bit different as well. And Andy could provide more info on that. So the answer will greatly depend on which section of the code you are trying to work on. - adapter that fill the trivial producer for catalyst - processing pipeline inside catalyst - ParaView

[Paraview] announce: 2014 HPCWire Reader's Choice Award nominations open

2014-08-06 Thread David E DeMarle
HPCWire is holding their Annual Reader’s Choice Awards. Please take the time to nominate VTK and ParaView for this year’s awards. All you need to do is to submit the projects, products or solutions you feel should be honored by receiving an award to the appropriate (max of 3) categories before

[Paraview] Tetrahedral Mesh Quality

2014-08-06 Thread Fastl, Thomas
Hello Community, I need to evaluate the quality of my tetrahedral mesh for simulations in structural mechanics and want to apply the filter 'Mesh Quality' using the 'Scaled Jacobian' metric. Paraview (4.0.1) calculates the values providing me with a range of [0.1,1.0] and the 'Histrogram'

Re: [Paraview] what if you have two qt-installations?

2014-08-06 Thread B.W.H. van Beest
Hi Axel, setting CMAKE_PREFIX_PATH does not make a difference. The special variables left that have a reference to the wrong qt installation are QT_QT3SUPPORT_LIBRARY and QT3SUPPORT_LIBRARY_RELEASE variables. Qt5 does no longer provide Qt4 support . Also QT_QTCORE_LIBRARY and QT_QDBUS and

[Paraview] Plot point variable over time

2014-08-06 Thread Rakesh Dhote
Hi, I have a quick question. How to plot a point variable over time? It seems the procedure mentioned in the following mailing list refer to the previous version of the Paraview. http://www.paraview.org/pipermail/paraview/2012-November/026633.html Thank you for your help in advance. Warm