PDE solver ? Which method with FEM on operator matrix?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, I have transformed a recent PDE that was under evaluation here on the forum for a solver, and received some feedback. Some suggest that :
" now you can discretize the operator ussing FEM with Newman boundary condition (no bundary condition at all) to obtain a singular matrix. Then use matlab eigs function to find the eigen vectors asociated to eigen value zero. And you are done, because FEM interpolates the solution, you vector solution (reordered) will be an aproximation of the solution you are looking for :-)"
which is applied on this form
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/171109/image.png)
Can that be done in Matlab? If so which steps and solvers should I use?
댓글 수: 0
답변 (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!