Re: [Paraview] paraview 3.10 + OpenFOAM

2011-03-14 Thread OLESEN Mark
Hi Bastian, > I am just wondering what this patch is good for? It handles the case where 'faces' are written in a form similar to that used by CompactListList, which can be more efficient in some cases. /mark DISCLAIMER: This electronic transmission (and any attachments thereto) is intended s

[Paraview] compilation error paraview 3.10RC1

2011-03-14 Thread MONTAGU Thierry
Hi all after many attempt, i systematically obtain Linking CXX shared library ../../bin/libvtkCommon.so For vtkCommon - updating vtkCommonHierarchy.txt [ 5%] Built target vtkCommon make: *** [all] Erreur 2 have you ever met this ? regards, -- Thierry _

Re: [Paraview] compilation error paraview 3.10RC1

2011-03-14 Thread David Partyka
Hi Montagu, What platform, compiler are you attempting to compile on? Thanks! On Mon, Mar 14, 2011 at 4:44 AM, MONTAGU Thierry wrote: > Hi all > > after many attempt, i systematically obtain > > Linking CXX shared library ../../bin/libvtkCommon.so > For vtkCommon - updating vtkCommonHierarchy.tx

Re: [Paraview] Plugin with own thread

2011-03-14 Thread Stephan Rogge
Ok. In this case I need to distinguish between "Where a thread live" and "Where a thread is being executed". But finally I have to say, that the implementation of my plugin is running without any crashes. This was the main goal. Thanks again, Utkarash, for your advises. It helps a lot. Bye. ---

Re: [Paraview] Export of time-dependent data

2011-03-14 Thread Utkarsh Ayachit
Martin, You should also be able to choose only the quantities you want to load from the reader panel itself. Doesn't that help with performance. If not, I don't think saving out new file with fewer quantities would make much different either. Utkarsh On Sun, Mar 13, 2011 at 7:26 AM, Martin Vymaz

Re: [Paraview] Export of time-dependent data

2011-03-14 Thread Martin Vymazal
Hi Utkarsh, let's say that my data set contains quantities a0,a1,a2,a3. I need to compute quantity bn by creating a (long) pipeline with a series of intermediate steps, where: b1 = function(a0,a1,a2,a3) b2 = function(b1,...) b3 = function(b2,b1,...) ... bn = function(b_n-1,...) Reading

Re: [Paraview] Export of time-dependent data

2011-03-14 Thread Utkarsh Ayachit
Ah ok. Unfortunately, writers don't allow you to choose the quantities to write. So an option would be write the full data out with the derived quantities and then read back only the derived quantity you are interested in. Utkarsh On Mon, Mar 14, 2011 at 11:10 AM, Martin Vymazal wrote: > Hi Utka

[Paraview] Extract geographic coordinates from spherical data

2011-03-14 Thread Lester Anderson
Hello I have a query and I am not sure of the best approach to resolve it. I have a data set in spherical global coordinates generated from a geographic input matrix using the calculator function as below: (coordsZ*cos(coordsX*3.14159265/180)*cos(coordsY*3.14159265/180))*iHat+(coordsZ*sin(coor

Re: [Paraview] Extract geographic coordinates from spherical data

2011-03-14 Thread Sean J. Williams
> One point I noticed with this sphere grid is that is defined as an > unstructured grid but I am unclear why? The longitudes range from 0-360 > and perhaps it expects things in -180/180 format? On the first question, my (admittedly myopic) experience is that ParaView is mostly only happy doing ar

[Paraview] issue with "make install" in 3.10

2011-03-14 Thread bastil2...@yahoo.de
Hi all, I have build the 3.10 source from paraview.org without any plroblems. However, I can run paraview only from the build directory. After a successuful "make install" I get: /opt/paraview/3.10.0/lib/paraview-3.10/paraview: symbol lookup error: /opt/paraview/3.10.0/lib/paraview-3.10/libQtXm

Re: [Paraview] issue with "make install" in 3.10

2011-03-14 Thread David Partyka
Try turning off PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES. ( I think I am going to make it default OFF instead of ON). Then blow away your install tree and do a fresh make install. Does that resolve the problem? On Mon, Mar 14, 2011 at 2:55 PM, bastil2...@yahoo.de wrote: > Hi all, > > I have build t

Re: [Paraview] issue with "make install" in 3.10

2011-03-14 Thread bastil2...@yahoo.de
Thanks David, I forgot to mention - I already tried this. It does not help at all. Instead of this I get three missing *.so-Libraries (all from QT). After symmlinking them from the qt-lib to the paraview-lib I still get the same error. Regards Bastian Am 14.03.2011 19:58, schrieb David Partyka:

Re: [Paraview] issue with "make install" in 3.10

2011-03-14 Thread David Partyka
Are you using a prebuilt qt from nokia? Or did you build it youself? On Mon, Mar 14, 2011 at 3:01 PM, bastil2...@yahoo.de wrote: > Thanks David, > > I forgot to mention - I already tried this. It does not help at all. > Instead of this I get three missing *.so-Libraries (all from QT). After > sy

Re: [Paraview] Trouble compiling 3.10.0

2011-03-14 Thread Orion Poplawski
On 03/13/2011 10:40 AM, David Partyka wrote: Alright, installed Fedora 14 and tracked down the issue. This commit fixes it for me. http://paraview.org/gitweb?p=ParaView.git;a=commitdiff;h=9bed3f26be47c8088556ba356e25303dd4631884

Re: [Paraview] Trouble compiling 3.10.0

2011-03-14 Thread David Partyka
Yes. On Mon, Mar 14, 2011 at 3:40 PM, Orion Poplawski wrote: > On 03/13/2011 10:40 AM, David Partyka wrote: > >> Alright, installed Fedora 14 and tracked down the issue. >> >> This commit fixes it for me. >> >> >> http://paraview.org/gitweb?p=ParaView.git;a=commitdiff;h=9bed3f26be47c8088556ba356e