[Paraview] Bug?

2011-04-06 Thread Massimiliano Martinelli
Hello, I'm using Paraview 3.10.0 on a Max OS X and I have a strange behaviour. I would to compute the gradient of a bidimensional (X-Y) field on a plane geometry (z=0) and when I use GradientOfUnstructuredDataSet I obtain that the following results: - the XX, and the XY components are

Re: [Paraview] Problem installing prebuilt 64-bit Linux binaries

2011-04-06 Thread Wayne Wu
Hello, Do we really need to create the symbolic links manually? I extracted the binary package onto my Ubuntu 64-bit and can execute ParaView directly from the bin/. Thanks. Best regards, Wayne On 5 April 2011 16:01, Mark Stock mst...@umich.edu wrote: Hello, This is my first message to the

Re: [Paraview] Bug?

2011-04-06 Thread Moreland, Kenneth
I am confused by this question. By bidimensional field do you mean a field of 2D vectors? And what do you mean by XX, XY, XZ, ZZ, YY, XY, and YZ components. The Gradient of Unstructured Data Set filter only outputs fields of 3D vectors. -Ken On 4/6/11 7:17 AM, Massimiliano Martinelli

Re: [Paraview] paraviewWeb linux 64bits

2011-04-06 Thread Wayne Wu
Hi, I am interested in this ParaViewWeb; is ParaViewWeb software based on Flex and would let people to use ParaView over a browser without installing it? I Googled it but didn't find any information about it. Can you give a instruction page? Thanks. Best regards,

Re: [Paraview] Servermanager and widgets

2011-04-06 Thread Utkarsh Ayachit
Please CC the mailing list so others can participate as well. You may not want to re-build the streamline as the user interacts since streamtracing may not be a fast operation. You may want to update the seeds on EndInteraction event. Utkarsh On Wed, Apr 6, 2011 at 9:14 AM, Atanas Atanasov

Re: [Paraview] paraviewWeb linux 64bits

2011-04-06 Thread Sebastien Jourdain
Hi Wayne, ParaViewWeb informations can be found here: http://www.paraview.org/Wiki/ParaViewWeb There is a demonstration server here: http://paraviewweb.kitware.com BTW, ParaViewWeb is JavaScript based framework that has several renderer technologies (JavaScript, Flash, Java applet) and the

[Paraview] [paraview] Texture Map To Plane

2011-04-06 Thread Brian Panneton
I have a reader which outputs a Multi-block Dataset containing a polygonal mesh of vertices in one block. I am trying to add another block to contain a 2D image on a plane. I am reading in the image as such: [code] vtkSmartPointervtkImageReader2Factory imageFactory =

[Paraview] particle tracing and particle tails help

2011-04-06 Thread Dan Lussier
Hi. I am having a lot of trouble getting particle tracing to work - and frustratingly can't even get any output to work so trouble shooting is very difficult. I've broken down my situation below: Setup: --- * PV 3.11 from git * pv-Meshless plugin installed Data: - * time-aware

Re: [Paraview] ANN: Upcoming changes to ParaView Server Manager

2011-04-06 Thread Sebastien Jourdain
Hi Folks, The time has gone and we plan to merge the Collaboration branch to master this Friday (April 8th 2011). So if anyone has something to say, please do it before Friday or it will be too late. ;-) Seb PS: We will also update the Version number to be 3.11.1. On Mon, Mar 28, 2011 at 3:29

Re: [Paraview] ANN: Upcoming changes to ParaView Server Manager

2011-04-06 Thread pat marion
Hi Seb, Could you give some advice as to how we start topic branches after the collaboration merge? Paraview has branches master and release, which in my mind map to bleeding edge and stable, release ready branches. It seems the best practice is to start topics from release and merge them into

Re: [Paraview] ANN: Upcoming changes to ParaView Server Manager

2011-04-06 Thread Robert Michael O'Bara
Hey Pat, In the CMB Project we have been dealing with a release branch (based on ParaView prior to the changes made to Representations) and a master branch (which tracks the current ParaView), and to this day we have been able to keep both in sync (In terms of being able to checkout off of

Re: [Paraview] ANN: Upcoming changes to ParaView Server Manager

2011-04-06 Thread Utkarsh Ayachit
Pat, A few things to note: * Once the collaboration merge happens, we will change ParaView version to be 3.11.1. That's uncommon since we never change the patch version for developement branch, but we do this time so that developers can write code that works in both cases. * The merge will be

[Paraview] programmable sourece-programmable filter - streamtracer parallel

2011-04-06 Thread Atanas Atanasov
Hi i have created the following pipeline on c++ based servermanager plugin(without qt) -programmable source(creates a structured grid)-programmable filter(adds velocities and pressure on the vertices) -ArbitrarySourceStreamTracer(Seeding thorugh points or thorugh line).This setup works fine

[Paraview] Cannot build Visit Bridge component mili on Redhat Linux cluster

2011-04-06 Thread Cook, Rich
Hello, I apologize for posting without lurking long. I hope my question is well-posed. I've been fighting to get the Mili component of the Visit Bridge to build. This is Paraview 3.10 on RHEL 5, 2.6.18-105 kernel variant.

Re: [Paraview] Cannot build Visit Bridge component mili on Redhat Linux cluster

2011-04-06 Thread Burlen Loring
Hi, I recognize this from a long time ago when I was working with the VisIt bridge. VisIt databases are tied to a specific older version of VTK before a big API change that introduced 64 bit ids. Things may have changed since my time working with the bridge so YMMV but back then the way I

Re: [Paraview] programmable sourece-programmable filter - streamtracer parallel

2011-04-06 Thread Sohail Shafii
Have you tried to display each parts of the pipeline when in parallel? In other words, see if you can render something related to the programmable source, then the programmable filter, to see if the problem might occur earlier in the pipeline. Sohail --- On Wed, 4/6/11, Atanas Atanasov

Re: [Paraview] Cannot build Visit Bridge component mili on Redhat Linux cluster

2011-04-06 Thread Cook, Rich
OK, that fixed that! Thanks for the quick response! :-) I'm amazed that Paraview can handle VisIt plugins, pretty impressive if it ends up working! -- Rich On Apr 6, 2011, at 4:02 PM, Burlen Loring wrote: Hi, I recognize this from a long time ago when I was working with the VisIt

Re: [Paraview] h5 reader not avaialable?

2011-04-06 Thread Pratik Mallya
Pratik Mallya wrote: Hi, I installed paraview 3.10.0. , but .h5 files don't seem to be supported; the option to select .h5 files is itself not available when i try to open my files through the GUI. From the Wiki, it seems that paraview should have the h5 reader builtin; so have i made some