Hello, I have a 3D array of float64 elements. And I need to average values of neighbouring elements in a sphere for every element. Map can run a function on every element. But how can send indices of current element so that the function knows neighbouring elements for each element.
I have just started studying Julia. Sorry for my naivety. Thanks and regards, Omkar
