I've just tried the new pointInterpolation functionality in v23. The interface is very nice, thanks for that! Similar to https://github.com/Nek5000/nekRS/pull/495, pointInterpolation only considers the meshV at the moment, i.e. I get a warning about "outside points" when interpolating the temperature within the tmesh.
I understand that usually interpolation is only relevant in the fluid (Lagrangian particles etc). But for extracting statistics, it would be useful if that worked. On first glance it seems to be a oneline fix in pointInterpolation.cpp:31 - which works for me - or the interface is expanded to include passing a mesh_t*.
Should I prepare a MR or would this be duplicated work again?
I've just tried the new
pointInterpolation
functionality in v23. The interface is very nice, thanks for that! Similar to https://github.com/Nek5000/nekRS/pull/495,pointInterpolation
only considers themeshV
at the moment, i.e. I get a warning about "outside points" when interpolating the temperature within the tmesh.I understand that usually interpolation is only relevant in the fluid (Lagrangian particles etc). But for extracting statistics, it would be useful if that worked. On first glance it seems to be a oneline fix in
pointInterpolation.cpp:31
- which works for me - or the interface is expanded to include passing amesh_t*
.Should I prepare a MR or would this be duplicated work again?