Solve PDE - elliptic equation
显示 更早的评论
Hi, I have to solve this PDE:
Uxx+Uxy+Uyy+sin(u)=12∗(x2+y2)+sin(x2+y2)Uxx+Uxy+Uyy+sin(u)=12∗(x2+y2)+sin(x2+y2)
The domain is
U(0,y)=y4;U(1,y)=1+y4;U(x,0)=x4;U(x,1)=1+x4;U(0,y)=y4;U(1,y)=1+y4;U(x,0)=x4;U(x,1)=1+x4;
First of all I think that I change the equations in canonical form, I do this with:
(eta=((3)(1/2)x/2),(ξ=y−(1/2)x):(eta=((3)(1/2)x/2),(ξ=y−(1/2)x):
This is quite easy. The problem is the domain: How can I transform in the new coordinates?
I need a domain that is rectangular: I want to solve the equation with Jacobi iterative method.
Thanks
1 个评论
Torsten
2016-11-15
If the domain is rectangular for the original equation, it's better to leave everything as it is. Schemes to discretize Uxy are standard.
Best wishes
Torsten.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 PDE Solvers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!