Re: [Paraview] libQtHelp.so.4 error

2012-04-25 Thread Utkarsh Ayachit
Looks like /usr/local/lib is not a default path where your CentOS looks for loading libs. The ParaView from the binary dir works since it uses rpaths for all libs and it has the rpath for the Qt libs too. That gets removed on install and hence the issue. Try googling around, there must be a way to

Re: [Paraview] Plugin Crashing on PV 3.12 RC2

2012-04-25 Thread Cory Quammen
Hi Mike and Utkarsh, Was there a resolution to this problem? I'm having a similar problem with a set of plugins failing to load despite everything looking okay. The real oddness in my case is that sometimes one plugin works and another fails, but when I recompile the one that worked starts

Re: [Paraview] Plugin Crashing on PV 3.12 RC2

2012-04-25 Thread Cory Quammen
I have some new information to add. Sometimes, the files pluginInit.cxx vtkClassClientServer.cxx vtkSMpluginInstantiator.h vtkSMpluginInstantiator.cxx vtkSMXML_plugin.h are generated, sometimes they are not. I haven't found a consistent way to reproduce the behavior where these files are not

Re: [Paraview] Release build configuration documentation

2012-04-25 Thread Utkarsh Ayachit
Yes indeed: http://paraview.org/Wiki/ParaView_Binaries Utkarsh On Wed, Apr 25, 2012 at 11:02 AM, Moreland, Kenneth kmo...@sandia.gov wrote: Until recently, there was a link on the ParaView download page to documentation on the configuration of each build (for example, what compiler used,

Re: [Paraview] Release build configuration documentation

2012-04-25 Thread David E DeMarle
It's here: http://paraview.org/Wiki/ParaView_Binaries And we'll add the link to that page on the download page back shortly. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Apr 25, 2012 at 11:02 AM, Moreland, Kenneth

[Paraview] calculate flow rate through a selected cross-section?

2012-04-25 Thread Pei-Ying Hsieh
Dear Paraview experts, I completed a CFD calculations which contains, U (velocity field) and p (pressure field).  I used extract selection to select a cross section.  I then would like to calculate the flow rate through this cross section, ie, U dot A.  I tried to use the Calculator function. 

Re: [Paraview] Release build configuration documentation

2012-04-25 Thread Michael Jackson
That is great. One request for more details though. I need to know the exact version of VS2008 for the Windows builds. Depending on the version of VS2008 a different set of C/C++ runtime lib/versions is used. My goal is I want to be able to build a plugin that I can host on my own web site and

Re: [Paraview] calculate flow rate through a selected cross-section?

2012-04-25 Thread David E DeMarle
Use Generate Normals before the calculator and Integrate Variables after. Also try the Surface Flow which I does all three operations at once. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Apr 25, 2012 at 11:09 AM, Pei-Ying

Re: [Paraview] Plugin Crashing on PV 3.12 RC2

2012-04-25 Thread Utkarsh Ayachit
That sounds reasonable. Thanks for sharing. Utkarsh On Wed, Apr 25, 2012 at 11:18 AM, Cory Quammen cquam...@cs.unc.edu wrote: Okay, I figured out the problem. I am have a code generator that produces the VTK files. Currently, I have the dependencies set up so that the VTK class code isn't

Re: [Paraview] [EXTERNAL] Re: Release build configuration documentation

2012-04-25 Thread Scott, W Alan
I tried to find this link on the Wiki, and finally had to search for it. This link is found in the Misc section of the Wiki - but I would think it should be in Compile/Install. Mind if I move it? Alan -Original Message- From: paraview-boun...@paraview.org

Re: [Paraview] [EXTERNAL] Re: Release build configuration documentation

2012-04-25 Thread Utkarsh Ayachit
Go for it. Utkarsh On Wed, Apr 25, 2012 at 11:52 AM, Scott, W Alan wasc...@sandia.gov wrote: I tried to find this link on the Wiki, and finally had to search for it.   This link is found in  the Misc section of the Wiki - but I would think it should be in Compile/Install.  Mind if I move it?

[Paraview] Color legend orientation

2012-04-25 Thread Scott, W Alan
Is it possible to turn off the auto re-orientation of the color legend? In other words, if I grab the color legend and drag it to the bottom of the screen, it changes to horizontal orientation. Can I then move it back to the right side of the screen, leaving it horizontal? I have a user that

Re: [Paraview] Color legend orientation

2012-04-25 Thread Utkarsh Ayachit
Not to my knowledge. Utkarsh On Wed, Apr 25, 2012 at 12:30 PM, Scott, W Alan wasc...@sandia.gov wrote: Is it possible to turn off the auto re-orientation of the color legend?  In other words, if I grab the color legend and drag it to the bottom of the screen, it changes to horizontal

Re: [Paraview] Release build configuration documentation

2012-04-25 Thread Robert Maynard
I have updated the version for Visual studio for the binary packages. It should be noted that this really is just the minimum version that is needed to satisfy the dll requirements. If you have a newer msvcrt installed in your SXS directory it will be chosen automatically by windows. On Wed, Apr

Re: [Paraview] calculate flow rate through a selected cross-section?

2012-04-25 Thread Pei-Ying Hsieh
Hi, David, Thanks for the reply! I tried Generate Surface Normal first, then, did Integrate Variables.  I got values for Surface Normal (vector) p (scalar) U (vector) ... It looks like integrate only sums up each parameter, so that, Surface Normal and U are still a vector.  It does not do U

Re: [Paraview] calculate flow rate through a selected cross-section?

2012-04-25 Thread Pei-Ying Hsieh
Hi, David, Thanks for the reply! I tried Generate Surface Normal first, then, did Integrate Variables.  I got values for Surface Normal (vector) p (scalar) U (vector) ... It looks like integrate only sums up each parameter, so that, Surface Normal and U are still a vector.  It does not do U

Re: [Paraview] calculate flow rate through a selected cross-section?

2012-04-25 Thread David E DeMarle
On Wed, Apr 25, 2012 at 3:04 PM, Pei-Ying Hsieh phsieh2...@yahoo.com wrote: Hi, David, Thanks for the reply! I tried Generate Surface Normal first, then, did Integrate Variables.  I got values for Surface Normal (vector) p (scalar) U (vector) ... It looks like integrate only sums up each