How can I solve a PDE with Fast Fourier Transform in matlab (my problem has three dimensions X, Y, Z)?
조회 수: 4 (최근 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!