[Paraview] Querying extreme values...

David C. Thompson dcthomp at sandia.gov
Fri Mar 11 15:53:49 EST 2005


> If you create a contour of the field you're interested in the contour range
> will set itself to the min and max.  I'm not sure how precise it is...
It is exact (to within the precision of the print statement) for linear
cells -- extrema always occur at vertices and all vertices are examined.
It is not exact if you have an unstructured grid with quadratic data,
since only points are examined and the quadratic cells use a Lagrangian
interpolant that is not bounded by the values taken on at vertices.

	David

> On 3/11/05 10:08 AM, "Renato N. Elias" <rnelias at superig.com.br> wrote:
> 
> > 
> > Hello all,
> > 
> > Does anybody know how I query extreme values (maximum and minimum) in
> > Paraview? I was trying to use the probe filter but unfortunately it doesn't
> > have this option yet :-(
> > 
> > Thanks in advance for any help
> > 
> > Reanto N. Elias




More information about the ParaView mailing list