2nd order ode on a non-rectangular region
1 次查看(过去 30 天)
显示 更早的评论
Hi. I have a 2nd order pde r*f(x,t)=a1*x*df/dx + a2*x^2*d^2f/dx^2 + (x-c)df/dt (everything other than x and t are parameters), and I know the value of the function f f(x0,t) for each t in [t1, t2] and x0 given, and also f(g(t), t) for each value t in [t1, t2] (g is a given function). I need to solve for the value of the function for t in [t1, t2] and for x < g(t). Is there any embedded matlab tool that I can use to solve this? I wanted to use pedpe, but this one requires rectangular region. Any ideas on other ways to solve this? Thanks a lot!
0 个评论
回答(1 个)
Sharmila Raghu
2016-12-30
Please refer to the following documentation links: http://www.mathworks.com/help/pde/pde-solvers.html http://www.mathworks.com/help/pde/ug/pdetool.html
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Boundary Conditions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!