Re: [Paraview] Cannot read point data array

2011-03-08 Thread Bart Vandewoestyne
On Mon, Mar 07, 2011 at 09:26:18PM -0500, Andy Bauer wrote: Hi Bart, Please reply to the email list so that other's can benefit as well as contribute to the discussion. Oops... sorry, I totally agree that it is better to reply to the list (see also my signature ;-) but somehow I must've forgot

Re: [Paraview] static linking with python

2011-03-08 Thread Brad King
On 03/05/2011 02:25 PM, burlen wrote: OK but why would LINK_SEARCH_END_STATIC result in -Wl,-Bstatic -Wl,-Bdynamic being used ? Shouldn't it be just -Bstatic ? You can read the logic in cmComputeLinkInformation.cxx to figure this out. Why is CMake's default to make a substitution like -lfoo

[Paraview] Data average on a surface

2011-03-08 Thread Arnaud Candaele
Hi, I am a new paraview user, and have a quite simple question about it. I have a cfd simulation of an air flow, let's say just walls+inlet+outlet. I exported the converged result as an Ensight file, to read it with paraview, and it works fine. I just would like to know if it is easily possible

Re: [Paraview] Data average on a surface

2011-03-08 Thread Stephen Wornom
Arnaud Candaele wrote: Hi, I am a new paraview user, and have a quite simple question about it. I have a cfd simulation of an air flow, let's say just walls+inlet+outlet. I exported the converged result as an Ensight file, to read it with paraview, and it works fine. I just would like to know

Re: [Paraview] Data average on a surface

2011-03-08 Thread bastil2...@yahoo.de
When using the ensight reader it whould be possible to use the extract block filter to extract the outet and run integrate variables filters on the extracted outlet. Regards Bastian Am 08.03.2011 15:49, schrieb Stephen Wornom: Arnaud Candaele wrote: Hi, I am a new paraview user, and have a

Re: [Paraview] Data average on a surface

2011-03-08 Thread Wayne Wu
Hello Stephen, I have the same problem. I use SALOME to produce mesh, in which I define groups for CFD solvers, such as Code_Saturne or Elmer. Thereby, I don't know the ID values which correspond to the different boundaries. What software do you use? Thanks for your advices. Best regards,

Re: [Paraview] static linking with python

2011-03-08 Thread Burlen Loring
On 03/08/2011 05:08 AM, Brad King wrote: I think the only way that can happen now is if you actually pass a .so file to target_link_libraries (assuming LINK_SEARCH_START_STATIC is on) that is in /usr/lib or another system directory. Check your CMakeCache for such entries. I do have

[Paraview] Message to anyone who has recently built/purchased a workstation for paraview use.

2011-03-08 Thread Robert Akers
Hi, we intend to purchase a workstation before end of financial year for the primary use of paraview 3D data rendering (fusion energy research). If anyone has done similar in the last few months, I'd be very interested to know what you recommend for between £4K (GBP) and £6K. We have been

[Paraview] pqViewManager in Clone2

2011-03-08 Thread Alexis Chan
Hi I tried to use the recommended method below in my ParaView plugin: // Get Application Core pqApplicationCore* core = pqApplicationCore::instance(); // Get Object Builder to create new Views, Server etc pqObjectBuilder* builder = core-getObjectBuilder(); // Get the Server Manager