Sorry for the double reply. I've tried to use 3.10, and posted on the paraview list an output of the errors that I receive, but, so far, no one seem to have any idea on how to fix the issue. There seems to be something related to MPI setup, but can't figure out what it is.
Thanks, Tibi -----Original Message----- From: David E DeMarle [mailto:[email protected]] Sent: Friday, September 09, 2011 12:00 PM To: Tibi Chelcea Cc: [email protected] Subject: Re: [Paraview] Getting the coordinates of the point with max temperature David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Sep 8, 2011 at 9:48 AM, Tibi Chelcea <[email protected]> wrote: > th.SelectInputScalars = ['0','0','0','1','temperature'] Try changing that to: th.SelectInputScalars = ['0','0','0','0','temperature'] I think you are asking the filter to threshold the cell associated array name temperature, and that yours is on the points instead. See: http://www.vtk.org/doc/nightly/html/classvtkAlgorithm.html#a42a55ca2c277aecc 909ad592d12978aa And of course the code where that enum is declared. Also, I think you should try to get 3.10 working on your system in batch mode. Since 3.4, the paraview.simple layer and the Trace feature have made paraview scripting far easier to learn. good luck! _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
