Open rowanc1 opened 7 years ago
From @rowanc1 on November 26, 2013 23:18
Need a similar interpolation scheme for the logically orthogonal mesh.
Inverse distance weighting? Delaunay Triangulation?
This will be expensive as the mesh gets big, and in 3D.
Copied from original issue: simpeg/simpeg#25
I believe we need to take this approach: https://www.particleincell.com/2012/quad-interpolation/
From @rowanc1 on November 26, 2013 23:18
Need a similar interpolation scheme for the logically orthogonal mesh.
Inverse distance weighting? Delaunay Triangulation?
This will be expensive as the mesh gets big, and in 3D.
Copied from original issue: simpeg/simpeg#25