[Paraview] Problem of migration from Paraview 3.98.1 to 4.1.0

2013-12-03 Thread Lodron, Gerald
Hi, I successfully compiled Paraview 4.1.0 with qt 4.8.1 on Win32 in VisualStudio 2008 and want to migrate my plugins to new structure. I have the problem that the qt help of my reader fails to compile, on debugging I found out that the qhelpgenerator.exe command fails to generate the qch file

Re: [Paraview] Gauss points

2013-12-03 Thread Burlen Loring
1. What the numbers 0 4 8 12 (line 24) represent? This is the offset array used by VTK for random access into data on the quadrature points data. To generate it you go cell by cell and accumulate the number of quadrature points used by each cell. The next cell's data offset is the sum of the

Re: [Paraview] A thank you...

2013-12-03 Thread Christian Huettig (Tel.342)
On 12/02/2013 09:56 PM, Favre Jean wrote: I'd be interested to know if your simulation uses a Yin-Yan grid configuration and if you have a native reader for it, or if you are using a different grid setup, maybe icosahedron, or tetrahedron, etc... We use completely irregular grids that may be

[Paraview] WG: Problem of migration from Paraview 3.98.1 to 4.1.0

2013-12-03 Thread Lodron, Gerald
Arg, i exidentely deleteted the dll files from my qt plugin directory while migrating paraview. sorry for my previous post, this does not seem to be a problem any more (may others will come). Thanks, Gerald Von: Lodron, Gerald Gesendet: Dienstag, 03. Dezember 2013 11:00 An: Paraview

Re: [Paraview] ParaviewWeb 4 - WebGL renderer camera reset and background issue

2013-12-03 Thread Bogdan Daqui Herrera
Hi Seb, Unfortunately just replacing these two directories does not work. The logs do not offer me any clue either. It could be that the changes have made my web-app incompatible with the current one? Have there been changes to to the javascript files in the example projects as well? I have also

Re: [Paraview] Session Manager with Apache front-end - session.map

2013-12-03 Thread Bogdan Daqui Herrera
Hi Seb, A follow-up on this. The session map file is created and it is written correctly, so I can say the original issue is solved. However I am still having some problems with the rest of the setup for the following scenario: -Apache Front-end serving a page through an SSL secured connection

Re: [Paraview] ParaviewWeb 4 - WebGL renderer camera reset and background issue

2013-12-03 Thread Sebastien Jourdain
Hi Bogdan, I guess so, I've done quite some change lately. Specially regarding the file listing management. For the PARAVIEW_ENABLE_WEB, it is automatically set to ON is Python wrapping is ON. Otherwise the OSMesa one, should still be there but certainly in the advanced section. You can check on

Re: [Paraview] ParaviewWeb 4 - WebGL renderer camera reset and background issue

2013-12-03 Thread Bogdan Daqui Herrera
Thanks Seb. Yes, you are right it is in the advanced tab, the OSMesa option shows up, and I have set it to on, but after configuring and generating the other two that specify where the libraries and headers are, are still missing. Perhaps I need to enable some other option to activate them.

Re: [Paraview] Session Manager with Apache front-end - session.map

2013-12-03 Thread Sebastien Jourdain
Are you using Apache 2.4+ ? There is 2 ways to do web socket forwarding with Apache. http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/apache_setup and http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/paraviewweb_on_aws_ec2 But I would

Re: [Paraview] Session Manager with Apache front-end - session.map

2013-12-03 Thread Bogdan Daqui Herrera
Apache 2.2 and I have been using the first method so far, combined with the mapping file configuration from the second link. Are there any known issues with 2.2? Just to make sure I am not understanding wrong, in the end, all traffic should go through the apache port, right? Thanks! Bogdan On

Re: [Paraview] Problem with saving data along stream trace in parallel

2013-12-03 Thread Andy Bauer
It may be that in serial it traverses the blocks in a separate order or that the order the point data arrays are added are different in parallel. An easy check would be to write out the multiblock in parallel before the streamline filter is used and look at the outputted dataset files. I believe

[Paraview] Configurating the output for 2 monitors

2013-12-03 Thread Léo Pessanha
Hi, I am on windows, paraview 4.0.1 I've been trying to use two monitors to see my animations Both of then connects to the same graphic card, each one of the monitors has their own entry in the graphic card They are side by side Should i use -tdx=2 and -tdy=1? When i do that i get 2 windows

Re: [Paraview] Configurating the output for 2 monitors

2013-12-03 Thread Samuel Key
Lo I am not sure this will help, but I have dual side-by-side monitors. I am running MS Windows XP64, SP2 with an NVIDIA Quadro FX3500 graphics card. This MS Windows configuration treats the two displays as one single screen. When ParaView is started, It

[Paraview] 4.1.0 release candidate build (UNCLASSIFIED)

2013-12-03 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE I've built 4.1.0 on a couple of our HPC systems and I'm getting a clean build, but fails on execution of parallel servers. On both systems (an SGI Altix/ICE and an IBM iDataPlex) I'm using gcc and openmpi and the same exact build environment that I

Re: [Paraview] Session Manager with Apache front-end - session.map

2013-12-03 Thread Bogdan Daqui Herrera
Hi Sebastian, I have switched to Apache-2.4.7 and used the second configuration, as you recommended. It works now exactly as expected. Thanks for the help! Bogdan On 03.12.2013 15:55, Sebastien Jourdain wrote: Are you using Apache 2.4+ ? There is 2 ways to do web socket forwarding with

[Paraview] ParaViewWeb - warpbyVector filter missing

2013-12-03 Thread Bogdan Daqui Herrera
Hi all, I believe the warpbyVector filter is missing from ParaViewWeb in protocols.py: lib/paraview-4.0/site-packages/paraview/web/protocols.py and lib/paraview-4.1/site-packages/paraview/web/protocols.py Adding { 'name': 'WarpByVector', 'icon': 'filter', 'category': 'filter' } To the

Re: [Paraview] Plugin to modify the current transfer function

2013-12-03 Thread Joe Ping-Lin Hsiao
I figured it out. What I need is GUI_SOURCES ${UI_BUILT_SOURCES} in ADD_PARAVIEW_PLUGIN(). However instead modifying the transfer function, what I actually what to do is editing the Scalar to Color map. I have pqDataRepresentation* repr = pqActiveObjects::instance().activeRepresentation();

[Paraview] Python scripting question

2013-12-03 Thread Scott, W Alan
Hi, I have a user that is trying to delete all of the entries in the pipeline browser, in a python script. I tried using the trace recorder, and that didn't work. Does anyone have any idea what command would do this? Thanks, Alan ___ Powered by

Re: [Paraview] Session Manager with Apache front-end - session.map

2013-12-03 Thread Sebastien Jourdain
Sorry to catch up so late but the possible reason why it was not working before was the file generated does not have the same format. Seb On Tue, Dec 3, 2013 at 1:07 PM, Bogdan Daqui Herrera bda...@simscale.dewrote: Hi Sebastian, I have switched to Apache-2.4.7 and used the second

Re: [Paraview] ParaViewWeb - warpbyVector filter missing

2013-12-03 Thread Sebastien Jourdain
The only reason was to only expose a subset of filters, while we were trying the dynamic generation of the UI. Ideally we should be able to expose any filter that ParaView support. But nobody spent enough time to list all the filters that should and should not be exposed. So no reason to not

Re: [Paraview] Python scripting question

2013-12-03 Thread Andy Bauer
Hmm, I'm not sure this is the proper way to do it since I get a warning but it appears to work: a = GetActiveSource() # requires a leaf of the pipeline tree to be selected Delete(a) The warning I get is: ERROR: In

Re: [Paraview] Plugin to modify the current transfer function

2013-12-03 Thread Utkarsh Ayachit
Joe, In ParaView, one rarely directly changes the underlying VTK objects, instead uses the Proxy API. You should stick with updating the RGBPoints property on the lookup table proxy (repr-getLookupTable()-getProxy()). e.g. vtkSMProxy* lutProxy = repr-getLookupTable()-getProxy();

Re: [Paraview] 4.1.0 release candidate build (UNCLASSIFIED)

2013-12-03 Thread Utkarsh Ayachit
I can't think of anything in particular that changed that could affect this. Are you trying this with pvserver? Can you try pvbatch? Same problem? On Tue, Dec 3, 2013 at 12:44 PM, Angelini, Richard C (Rick) CIV USARMY ARL (US) richard.c.angelini@mail.mil wrote: Classification: UNCLASSIFIED

Re: [Paraview] [EXTERNAL] Re: 4.1.0 release candidate build (UNCLASSIFIED)

2013-12-03 Thread Scott, W Alan
Ah, one thing to try - and I bet this isn't it. If your issue is with a paraview-pvserver remote server run, get rid of your client side .config files. I have seen times that as we try different development versions, the .config files get messed up. Grasping at straws here, but ... Those

Re: [Paraview] Configurating the output for 2 monitors

2013-12-03 Thread Utkarsh Ayachit
Should i use -tdx=2 and -tdy=1? When i do that i get 2 windows superposed, in the same monitor and i can't move them, they are both green and i get the message error You should indeed be using this (if I understand what you're trying to do). You;d need another machine for the client in that

Re: [Paraview] Python Script

2013-12-03 Thread Utkarsh Ayachit
Yes: import paraview import paraview.servermanager pm = paraview.servermanager.vtkProcessModule.GetProcessModule() type = pm.GetProcessTypeAsInt() for Python console and pvpython, the type will be pm.PROCESS_CLIENT for pvbatch it will be pm.PROCESS_BATCH To determine if it's

Re: [Paraview] Assistance with programmable filter

2013-12-03 Thread Utkarsh Ayachit
Peter, You may want to use Python Calculator (http://paraview.org/Wiki/index.php?title=ParaView/Users_Guide/Python_Calculator) instead. It'll take care of the the VTK data set iteration related logic for you and you can just concentrate on the expression. Utkarsh On Fri, Nov 29, 2013 at 11:32

Re: [Paraview] parallel paraview

2013-12-03 Thread Utkarsh Ayachit
Sounds like a network issue. Try telnetting to the port 1 on nef066 to see if you can indeed connect to that port. Utkarsh On Thu, Nov 28, 2013 at 8:35 AM, Stephen Wornom stephen.wor...@inria.fr wrote: I launch the paraview server on nef using 32 xeon cores. I am using the 64-bit PV. The