Replies: 1 comment
-
|
This is strange. It should work. |
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 a problem when increasing the number of dimensions of my PDE resolutions.
Lets take a 4D spatial domain. Here is how I declare it:
The error is raised in my pde function when I try to acces the i=2,j=2 element of the hessian. I printed the size of my input and realized that it is 2 dimensional, this is why my hessian is not a 4x4 matrix. Here is the pde function:
I don't understand where the problem comes from. Is it when I declare the spatial domain? Or maybe the deepxde.data.PDE function doesn't accept high dimensional spatial domains?
Does someone know how to fix this? Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions