Implementation of a spatially varying dde.Variable #761
Unanswered
MaxGRudolph
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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_y
are 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