# 3D interpolation in Julia

**URL:** https://discourse.julialang.org/t/3d-interpolation-in-julia/117035
**Category:** Numerics
**Tags:** package, interpolations
**Created:** [July 14, 2024, 4:17pm UTC](https://discourse.julialang.org/t/3d-interpolation-in-julia/117035 "2024-07-14T16:17:47Z")
**Posts on this page:** 2
**Page:** 2

<div class="post-metadata">

### Author: ![JoshuaLampert](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joshualampert/32/205964_2.png) [@JoshuaLampert](https://discourse.julialang.org/u/JoshuaLampert)
#### Post date: [July 20, 2024, 12:51am UTC](https://discourse.julialang.org/t/3d-interpolation-in-julia/117035/21 "2024-07-20T00:51:30Z")

</div>

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:

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

```

where `nodeset` should be `nodes`.

---

<div class="post-metadata">

### Author: ![rafael.guerra](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rafael.guerra/32/216610_2.png) [@rafael.guerra](https://discourse.julialang.org/u/rafael.guerra)
#### Post date: [July 20, 2024, 6:25am UTC](https://discourse.julialang.org/t/3d-interpolation-in-julia/117035/22 "2024-07-20T06:25:02Z")

</div>

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

[Previous page](https://discourse.julialang.org/t/3d-interpolation-in-julia/117035.md?page=1)
