3D interpolation in Julia

Nice to hear and thanks for the feedback @rafael.guerra!
For others who might stumble upon this post: I think you have a typo in the following line of the code you posted:

kernel = GaussKernel{dim(nodeset)}(shape_parameter = 1.0)

where nodeset should be nodes.

2 Likes

@JoshuaLampert, thank you very much indeed, I have corrected the typo above (PS: the interpolation result remained the same).