time integration in solvepde (=pde toolbox?)
조회 수: 4 (최근 30일)
이전 댓글 표시
solvepde (=pde toolbox?) seem to be based on finite elements. If so what time integration (ode23 etc) is adopted?
댓글 수: 0
채택된 답변
Gyan Vaibhav
2024년 2월 28일
Hi,
You are correct, the solvepde function in MATLAB's PDE Toolbox is indeed based on finite element methods. In the following documentation they have explained how it works. They mention in the last line the toolbox calls the appropriate solvers internally, once the problem is reduced to ODEs or algebraic equations. Please refer to the following documentation page for more understanding:
Thanks
Gyan
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 General PDEs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!