Replies: 1 comment
-
|
Use polar coordinates? |
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 everyone.
In my study of PINNs, i want to implement a Helmholtz equation on a disk with center in 0 and radius 1. The solution involves a superposition of Bessel functions and sin and cos functions. I want to implement a Dirichlet boundary condition for the function that vanishes at r=1.
In other words, I want to apply PINN in the solution of a vibrating membrane.
Here is my code
But the solution that the NN provides is far away of the correct solution.
So, here is my question:
How to implement a dirichlet boundary conditions on a helmholtz equation on a disk that vanishes at r=0 ? Why and where my implementation is wrong?
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions