How can I solve a PDE with Fast Fourier Transform in matlab (my problem has three dimensions X, Y, Z)?
5 次查看(过去 30 天)
显示 更早的评论
This PDE is Allen-Cahn Equation with three dimensions. I think that I should use fftn() but I need to see an example script to see the effects of fftn() in whole script.
Thanks,
0 个评论
采纳的回答
J Philps
2017-5-31
The documentation for fftn contains examples of its use:
https://www.mathworks.com/help/matlab/ref/fftn.html?s_tid=srchtitle#examples
MathWorks also offers a toolbox specifically for solving PDEs:
https://www.mathworks.com/products/pde.html
https://www.mathworks.com/help/pde/
This may also be of use to you:
https://www.mathworks.com/matlabcentral/fileexchange/23972-chebfun-v4-old-version--please-download-current-version-instead?focused=5593102&tab=example
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PDE Solvers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!