Schwarz-Christoffel Toolbox
버전 3.1.3 (347 KB) 작성자:
Toby Driscoll
Computes conformal maps to polygons, allowing easy solution of Laplace's equation.
The Schwarz-Christoffel transformation is a recipe for a conformal map to a region bounded by a polygon. They can be computed to very high accuracy in little time. These maps can make certain Laplace boundary value problems trivial to solve on such domains.
Example:
p = polygon([0 i -1+i -1-i 1-i 1]); % L-shaped region
f = diskmap(p); % find map
plot(f) % visualize it
phi = lapsolve(p,[1 nan 4 3 nan 2]); % solve a BVP
[t,x,y] = triangulate(p);
trisurf(t,x,y,phi(x+i*y)); % see it
인용 양식
Toby Driscoll (2024). Schwarz-Christoffel Toolbox (https://github.com/tobydriscoll/sc-toolbox/releases/tag/v3.1.3), GitHub. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Triangulation Representation에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!+sctool
@annulusmap
@annulusmap/private
@composite
@crdiskmap
@crdiskmap/private
@crrectmap
@crrectmap/private
@diskmap
@diskmap/private
@dscpolygons
@extermap
@extermap/private
@hplmap
@hplmap/private
@moebius
@polygon
@rectmap
@rectmap/private
@riesurfmap
@riesurfmap/private
@scmap
@scmapdiff
@scmapinv
@stripmap
@stripmap/private
tests
GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음
버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
3.1.3 | See release notes for this release on GitHub: https://github.com/tobydriscoll/sc-toolbox/releases/tag/v3.1.3 |
||
1.1.0.0 | Now accessing the Github repository. |
|
|
1.0.0.0 | Previous resubmission was missing critical files. |
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.