Is it possible to implement numba for poisson solver operator? #620
Unanswered
ArtyomGubin
asked this question in
Q&A
Replies: 1 comment
-
Unfortunately, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!

I've been trying to solve this system in 2D:
On each time step firstly I need to solve biharmonic equation for$$\Psi$$ , so I thought to use poisson solver twice on right hand side of the first PDE. Numpy implementation was too slow, so I've tried to impement numba:
But when I try to start calculations I get this error:
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions