[vtkusers] Interpolate arrays between grids
Bryn Lloyd
blloyd at vision.ee.ethz.ch
Tue Jul 28 10:33:10 EDT 2009
Try vtkImplicitDataSet
http://www.vtk.org/doc/nightly/html/classvtkImplicitDataSet.html
You can iterate over the points in grid B and use vtkImplicitDataSet to
evaluate the temperature from grid A.
/Bryn
Gerrick Bivins wrote:
> Hi all,
> Is there a filter that will interpolate data arrays between grids of
> different geometry?
> For instance if I have 2 unstructured grids, A and B with different
> topology, and grid A has a data array “temperature” is there a filter
> that will interpolate “temperature” onto grid B?
>
> Gerrick
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
--
-------------------------------------------------
Bryn Lloyd
Computer Vision Laboratory
ETH Zürich, Sternwartstrasse 7
CH - 8092 Zürich, Switzerland
Tel: +41 44 63 26668
Fax: +41 44 63 21199
-------------------------------------------------
More information about the vtkusers
mailing list