Implementation of a spatially varying dde.Variable #761
Unanswered
MaxGRudolph
asked this question in
Q&A
Replies: 1 comment
-
|
See |
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.
-
Hi all,
I wand to solve an inverse problem similar to the 1D diffusion example from the documentation.
However, I want to solve an inverse problem in 2D, having a spatially varying diffusion parameter, i.e.,
dde.Variable(tensor[N_x, N_y])ordde.Variable(array[N_x, N_y])in the 2D case, whereN_x, N_yare the nummber of points for the parameter.So how would I implement such a variable and make sure that the PDE is solved, taking the spatial variability into account?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions