Linear Elliptic PDE with Variable Coefficients

버전 1.0.0 (435 KB) 작성자: James Blanchard
This function uses finite difference methods to solve a single linear elliptic PDE with variable coefficients on a rectangle.
다운로드 수: 33
업데이트 날짜: 2022/7/4

라이선스 보기

This function uses finite difference methods to solve a fairly general, linear, elliptic partial differential equation on a rectangle. The equations that can be solved by this function are briefly described below, but more information can be found in any of the .mlx files in the download. The elliptic pde is
d/dx[a(x,y) dw/dx] +d/dy[b(x,y) dw/dy] +c(x,y) w = f(x,y)
The function can also handle fairly general boundary conditions, permitting Dirichlet, Neumann, or mixed conditions on any boundary. The boundary conditions are of the form
p(x)+q(x) w+r(x) [dw/dy]=0
for the horizontal boundaries and similar for the vertical.
Sparse matrices are used to maximize the allowable mesh density.
Several examples are provided in live scripts.

인용 양식

James Blanchard (2025). Linear Elliptic PDE with Variable Coefficients (https://kr.mathworks.com/matlabcentral/fileexchange/114535-linear-elliptic-pde-with-variable-coefficients), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2022a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0