Training PINNs on multiple geometries #856
Unanswered
ma-sadeghi
asked this question in
Q&A
Replies: 1 comment
-
|
You can use DeepONet. |
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.
-
So far, from my understanding,
deepxdeis capable of solving a PDE on a "single" geometry. Suppose we want to use the trained PINN on an unseen geometry, what would the training workflow look like?As an example/use case, consider solving the Poisson equation (with constant source term) on a square with a hole right in the middle with Dirichlet BCs:$u(\Omega u) = 0$ , except that the shape of the hole could be a regular n-sided polygon with arbitrary $n$ . For this problem, what would the training workflow be like?
I'd really appreciate any comment/suggestion. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions