3D Vector Field interpolation (maybe with DIVAnd.jl)

Know nothing about that very interesting package but for the question quoted the following might help:

x = [1.0, 2, 3, 4]    # 4-element Vector{Float64}
xt = Tuple(x)         # NTuple{4, Float64}
1 Like