pde1dm compared to pdepe
이전 댓글 표시
pde1dm is an extended version of pdepe and it can solve equations pdepe can't solve. I wonder about the differences between these two algorithms in the spatial discretization?
댓글 수: 5
feynman feynman
2024년 2월 8일
편집: feynman feynman
2024년 2월 8일
feynman feynman
2024년 2월 8일
How should the finite element method produce a result converging to a senseful solution if you use e.g. (exaggerated, I admit), three mesh points for a distance of 100 km ? I can imagine that such a problem could produce Inf or an oscillating solution in the center point during time integration.
And there is no result I remember that says "the finite element method is stable per se". This can't be true because there is no such thing as "the" finite element method.
feynman feynman
2024년 3월 5일
채택된 답변
추가 답변 (1개)
I wonder about the differences between these two algorithms in the spatial discretization?
No difference. pde1dm has the option to add ordinary differential equations to the system of partial differential equations and in the boundary condition part, but this doesn't change the numerical kernel.
댓글 수: 2
feynman feynman
2024년 2월 2일
Torsten
2024년 2월 2일
You should contact the author of the code - Bill Greene.
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!