[Paraview] Smoothen a Threshold View in Paraview (FE Meshed)

2012-02-29 Thread Alex Evanovic
Hi Paraview Users, I have visualization problem. When I take a Threshold of my 3-D countour plot, I get a view which looks not smooth due the the *Finite Element Mesh*. Is there a way to smoothen the view? Please find attached the screenshot. I want to smoothen the sharp protrusions. Regards,

Re: [Paraview] Smoothen a Threshold View in Paraview (FE Meshed)

2012-02-29 Thread Deij, Menno
Is your data cell-based or point-based? If cell-based, you could try ‘Cell data to point data’ before contouring. The marching cubes algorithm for contouring works better on point data, in my experience. Good luck! Menno

Re: [Paraview] Smoothen a Threshold View in Paraview (FE Meshed)

2012-02-29 Thread Alex Evanovic
Hi Menno, Thanks for your reply. My data is already point-based. I write my output as *vtkwriter.addVertexData(rho_i,rho_i);* so the 'Cell data to point data' is disabled. Could you suggest an alternative to smoothen the data? Thanks Regards, Alex On Wed, Feb 29, 2012 at 11:40 AM, Deij, Menno

Re: [Paraview] [EXTERNAL] Smoothen a Threshold View

2012-02-29 Thread Weirs, V Gregory
Try a Clip by Scalar. Clip filter, with the Clip property set to Scalar. Choose the same variable that you were using for the Threshold filter. From: Alex Evanovic alex.evano...@googlemail.commailto:alex.evano...@googlemail.com Date: Wed, 29 Feb 2012 07:56:13 +0100 To:

[Paraview] 3.14.0 - running parallel on a Mac

2012-02-29 Thread Angelini, Richard C CIV (US)
I’m using the prebuilt ParaView executable on a Mac workstation . And I can’t seem to get the parallel server to start up. Is there a trick? In my pvsc file, I have a localMPI configuration that works fine on Linux with 3.14.0 but fails on the Mac. I have it set up this way: Server

Re: [Paraview] [EXTERNAL] Smoothen a Threshold View

2012-02-29 Thread Alex Evanovic
Hi, Thanks a lot for your reply. It really works well. Just to ask, is there a way to set a 'lower threshold' and 'upper threshold'? I mean is it possible to set a range in the clip filter (by scalar) rather than dividing the scalar into two halves. Thanks again for your suggestion. Regards,

Re: [Paraview] vtkPVMessage.pb.h

2012-02-29 Thread Parker, Andrew (UK Filton)
Hi, So got there eventually, kind of. Had to set: ParaView_DIR And then it built fine. However, when I run it, the program dies. This is fine as the error is that it can't find a symbol, that symbol is in a cpp file that I need to build as part of the plugin. So how do I do this? I've

Re: [Paraview] 3.14.0 - running parallel on a Mac

2012-02-29 Thread David E DeMarle
I didn't build the Mac binaries with MPI this time around (3.12's didn't have it either, because OSX10.7 Lion doesn't come with MPI anymore). So unfortunately you have to compile a server from source and enabled MPI in it for now and connect to that from the pre-built client. We plan to resolve

Re: [Paraview] Smoothen a Threshold View in Paraview (FE Meshed)

2012-02-29 Thread Andy Bauer
You could try the extract surface filter to get it to a polydata and then the smooth surface filter. The decimate filter may help out as well if you tweak the parameters around. Andy On Wed, Feb 29, 2012 at 8:28 AM, Alex Evanovic alex.evano...@googlemail.com wrote: Hi Menno, Thanks for

[Paraview] Unlink camera

2012-02-29 Thread Alexander Grayver
Hello, If I have two views and cameras are linked is this possible to unlink camera? -- Regards, Alexander ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

Re: [Paraview] Unlink camera

2012-02-29 Thread David E DeMarle
Tools-Manage Links delete the camera link in question David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Feb 29, 2012 at 10:42 AM, Alexander Grayver agray...@gfz-potsdam.de wrote: Hello, If I have two views and cameras are

Re: [Paraview] Unlink camera

2012-02-29 Thread Alexander Grayver
Ah, so easy. Thanks a lot! On 29.02.2012 16:44, David E DeMarle wrote: Tools-Manage Links delete the camera link in question David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Feb 29, 2012 at 10:42 AM, Alexander Grayver

Re: [Paraview] 3.14.0 - running parallel on a Mac

2012-02-29 Thread Angelini, Richard C CIV (US)
Ah that explains it ... thanks Dave. Rick Angelini USArmy Research Laboratory Computational Sciences Division/Computing Architectures Branch HPC Architectures Development Team ARL/DSRC (DoD Shared Resource Center) Data Analysis Assessment Center Phone:

Re: [Paraview] 3.14 pvsc enumeration issues

2012-02-29 Thread Burlen Loring
Hi Rick, Good, maybe it's something specific to my configuration although I don't have any idea what it could be off hand. Just to be sure: do you mean that you haven't had noticed problems or that you've positively verified that after using the enum once you could change the value? thanks