Replies: 1 comment
-
|
It is tricky to implement an inverse problem with unknown in BC. You can assume the BC condition is another PDE only defined in the boundary locations. |
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 have one question about the unknown parameters on equation and boundary conditions. Yes, both equation parameter$D$ and boundary conditions $B$ are unknown. The PDE is:
$$\frac{\partial c}{\partial t} = D\frac{\partial^2 c }{\partial x^2}$$ $D\frac{\partial c}{\partial t}=B$ and IC is $c(x,0)=1$
The BC is
from my experiment it seems that the loss does not decrease. Can deepxde solve this similar problem?
Beta Was this translation helpful? Give feedback.
All reactions