Re: [Paraview] vtkTubeFilter available on Slicer?

2012-08-07 Thread Chris
Hi Andras, is there already a implicit modeller or do I have to add it to ParaView? How can I do that? Thx, Chris Am 06.08.2012 um 16:48 schrieb Andras Lasso [via slicer-users]: Hi Christoph, You may use the implicit modeller

[Paraview] running pvserver under IBM's POE MPI implementation

2012-08-07 Thread John Clyne
Does anyone have pvserver running under IBM's native Parallel Operating Environment (POE) implementation of MPI? I'm getting the following error message: [clyne@booboo1 bin]$ poe ./pvserver ERROR: 0031-161 EOF on socket connection with node booboo1 However, [clyne@booboo1 bin]$ poe hostname

Re: [Paraview] Paraview with SGI - MPT

2012-08-07 Thread Burlen Loring
Hi Ganesh, your error log indicates that x11 support is being referred to but not provided, you don't need X11 for the pvserver with OS Mesa. I'm wondering if you had attempted to modify the cmake cache for an existing build? perhaps starting over fresh would help? by the way the script

[Paraview] CTH/Paraview/Cell Array error

2012-08-07 Thread B A
I would like to use Paraview to visualize CTH data from a parallel run, but I am not very familiar with Paraview. When I load the data into Paraview and click Apply, I get the following error. I'd appreciate any insight anyone could offer.

Re: [Paraview] CTH/Paraview/Cell Array error

2012-08-07 Thread Alex Rattner
It sounds like there is a data field called Derived Volume defined on cells that does not have values. What data format are you using? Can you manually remove that field from the data file(s)? -Alex On 08/07/2012 02:41 PM, B A wrote: I would like to use Paraview to visualize CTH data from a

Re: [Paraview] CTH/Paraview/Cell Array error

2012-08-07 Thread Robert Maynard
The Derived Volume field is a computed field. To stop this error un-check the Compute Derived Variables checkbox. On Tue, Aug 7, 2012 at 4:50 PM, Alex Rattner alex.ratt...@gatech.eduwrote: It sounds like there is a data field called Derived Volume defined on cells that does not have values.

Re: [Paraview] CTH/Paraview/Cell Array error

2012-08-07 Thread B A
That did the trick. Thank you. Bradya On Tue, Aug 7, 2012 at 4:58 PM, Robert Maynard robert.mayn...@kitware.com wrote: The Derived Volume field is a computed field. To stop this error un-check the Compute Derived Variables checkbox. On Tue, Aug 7, 2012 at 4:50 PM, Alex Rattner

[Paraview] New EdgeBundling class

2012-08-07 Thread Christoph Willing
We have a researcher and student who would like to use the new VTK class mentioned at: http://www.kitware.com/blog/home/post/337 from paraview. I saw in the paraview git code that a version of VTK is pulled in which seems to contain the necessary vtkBoostDividedEdgeBundling class