Hi Paul, Am I correct in presuming the primary issue that you have is that the volume and surface both are being divided differently across the nodes?
If that is correct I would look at the CMFE (Cross Mesh Field Evaluation) filter that can be found on at https://github.com/berkgeveci/ComparativeVis/tree/master/CMFEFilter. The filters first step is to redistributed a dataset based on another datasets partitioning. You than could use that logic in your own filter before you do the mapping based on global ids. If you have any questions on the CMFE code please ask. On Tue, Jan 4, 2011 at 9:48 AM, Paul Edwards <[email protected]>wrote: > Hi, > > I have a multiblock dataset with a mixture of volumes and surfaces. The > data is distributed across all server nodes and all points have a global ID. > I would like to get put data from the volume onto the surface points where > the global ID matches - is there a filter that does this? The > vtkPProbeFilter could be used but this does a point lookup - is there a more > efficient one that can match via a global ID? > > Thanks, > Paul > > _______________________________________________ > 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 > > -- Robert Maynard
_______________________________________________ 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
