I think using Find Data would be the easiest (Edit->Find Data). Assuming Gradients is the name of the field data that you created from your first Gradient of Unstructured Data Set filter and that you're using Point Data, set values according to the the attached image. You probably can't set the gradient magnitude exactly to 0 as the gradients at the points will probably not be exactly 0 (that's why I set it to 1). Then do similar operations for the second derivatives to get rid of the local minima and saddle points. You can then extract that selection if you want to reduce your data set size.
Alternatively you can use the contour filter for gradients (you'll have to use the calculator filter to get the magnitude of the gradient) to get places where the gradient is 0 but not at a point. Andy On Tue, Feb 28, 2012 at 3:11 AM, Thomas Witkowski < [email protected]> wrote: > What is the simplest way to extract all local maxima of a 2D vtu data > file? Okay, the first and second derivations can be easily computed with > the Gradient Filter. But what's the simplest way to traverse the data and > to extract all points that fulfill the corresponding conditions? > > Thomas > ______________________________**_________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/** > opensource/opensource.html<http://www.kitware.com/opensource/opensource.html> > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/**ParaView <http://paraview.org/Wiki/ParaView> > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/**mailman/listinfo/paraview<http://www.paraview.org/mailman/listinfo/paraview> >
<<attachment: finddata.png>>
_______________________________________________ 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
