Inverse problems variables failed to converge #1827
Unanswered
aliayusaini
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello,
I'm currently trying to solve the problem $u_tt - a u_xx - b u_x -c u =0 $ when$x \in [0,1]$ and $t\in [0.1]$ . The boundary condition is $u(x, 0) = u(x,1)=0$ and the initial condition is $u(x, 0)= \sin(\pi x)$ . In my code, I'm trying to recover a, b and c (variables) when the a, b and c that I originally wanted is non 0. I managed to get a, b and c recovered when $b=c =0$ but has been having trouble when either $b$ or c is nonzero. Below is my code; please suggest anything I can do to improve my results.
Beta Was this translation helpful? Give feedback.
All reactions