Replies: 2 comments 1 reply
-
|
See FAQ "Q: More details and examples about initial conditions." and "Q: More details and examples about boundary conditions." |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
The |
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.
-
I want to evaluate PINNs and compare them to numerical methods for engineering applications and one of these applications is the 2D heat equation. So I'm trying to set up a complex initial condition(IC) over a square domain. The IC that I want to set up is an annulus. I'm able to do this with basic code but I can't figure out how to do this with DeepXDE. I want to be able to define the IC, in this case, an annulus, and the magnitude at each point in this case the temperature. Is there a way to do this?
Here's the code for the basic solution:
And here's what i have in DeepXDE so far:
Beta Was this translation helpful? Give feedback.
All reactions