Open nazalli-choucha opened 2 years ago
The Numba library does not recognise all special functions. You can switch off the Numba JIT acceleration:
@bempp.api.complex_callable(jit=False)
See http://bempp.com/handbook/api/grid_functions.html#disabling-just-in-time-compilation
The code runs fine with Numba disabled (also change d
in directivity
).
Thank you for your help. It worked fine.
Hello,
I'm trying to define an incident acoustic field with a directivity function :
I got the following error :