aspcol.kernelinterpolation.kernel_helmholtz_3d_slow

aspcol.kernelinterpolation.kernel_helmholtz_3d_slow(points1, points2, wave_num)

Identical to kernel_helmholtz_3d, but is not JIT compiled by numba. This is faster if the kernel is only evaluated once, but slower if it is evaluated many times

Parameters:
  • points1 (ndarray of shape (num_points1, 3))

  • points2 (ndarray of shape (num_points2, 3))

  • wave_num (ndarray of shape (num_freqs,))

Return type:

ndarray of shape (num_freqs, num_points1, num_points2)