[Paraview] Getting the coordinates of the point with max temperature

Tibi Chelcea tchelcea at transim.com
Mon Sep 12 10:26:08 EDT 2011


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:dave.demarle at kitware.com] 
Sent: Friday, September 09, 2011 12:00 PM
To: Tibi Chelcea
Cc: paraview at paraview.org
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 <tchelcea at transim.com> 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!



More information about the ParaView mailing list