We are generating a mesh where each Triangle has a pair of "Grain Id" values associated with it. We store the values as a 2 component vector (which Xdmf doesn't seem to like). The idea being that we want to be able to extract out all triangles where EITHER one of the 2 values match an input value.
Is something like this even possible with ParaView's built in filters? What happens if I write out a 3 component vector (a dummy value in the 3rd slot)? Does that make it possible? What if I split up the 2 Component vector into a Pair of Arrays? I guess at that point I would just run the same threshold 2, once on each array then merge the results? Ideas or thoughts are much appreciated. Thanks. ___________________________________________________________ Mike Jackson Principal Software Engineer BlueQuartz Software Dayton, Ohio [email protected] www.bluequartz.net _______________________________________________ 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
