[vtkusers] Mesh Interpolation

Jonathan Borduas jonathan.borduas at caboma.com
Mon Nov 26 13:17:32 EST 2018


Hi Andrew,

One way to interpolate point and cell data between two mesh: you can use the vtkPointInterpolator with a Voronoi Kernel (or other kernel), do a itk::DiscreteGaussianImageFilter over the 3D image to smooth the interpolation and then do a vtkProbeFilter.


Best,

Jonathan

Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: vtkusers <vtkusers-bounces at public.kitware.com> on behalf of Andrew E. Slaughter via vtkusers <vtkusers at public.kitware.com>
Sent: Monday, November 26, 2018 1:09:55 PM
To: vtkusers
Subject: [vtkusers] Mesh Interpolation

I need to perform interpolation of data between two ExodusII files that differ because of refinement. I was hoping someone could point me in the
correct direction for performing this action. I have attached the Exodus files that I am working with as well as a  script that reads and displays the two files.
I am using VTK7.1 (I can use 8 if needed) on MacOS.

Here is the steps that I envision, but I am open to all options:

  1.  Interpolate the result from the coarse mesh to the fine mesh (I don’t know how to do this step).
  2.  Use vtkInterpolateDataSetAttributes to interpolate between the result from (1) and the fine mesh.

Thanks for the help,

Andrew



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtkusers/attachments/20181126/c74958e6/attachment.html>


More information about the vtkusers mailing list