About the Darcy variable problem, and a question about derivative of function spaces (a bug?) #1572
Unanswered
BraveDrXuTF
asked this question in
Q&A
Replies: 1 comment
-
|
You are right. This case is not supported yet. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
In pi-deeponet, I'm considering the darcy problem$\nabla \cdot k(\mathbf{x}) \nabla T=Q $ , where k is sampled from a Gaussian process. Now I have a question. I notice the function space provides its sampling with numpy package, which means it does not consider the gradient backward. in the darcy equation, as you can see, $k(x)$ is a function with spatial variable, so we have to derive its derivatives. But it seems impossible to do that in the package.
Beta Was this translation helpful? Give feedback.
All reactions