Parallel Implementation of the Picard Iteration For Linear BVP PDEs

버전 1.1.0.0 (1.28 MB) 작성자: Darin Koblick
Parallel Picard Iteration for a Linear Hyperbolic BVP PDE
다운로드 수: 335
업데이트 날짜: 2014/5/6

라이선스 보기

This is a demonstration complete with a small pdf presentation using the MATLAB symbolic and parallel toolboxes to solve a Linear Hyperbolic BVP PDE. Note that this is not a general solver and will need to be somewhat customized to your particular BVP PDE application. Speed-up is proportional to the number of differential variables your equation contains (i.e. a 2 variable second order PDE will see at most a 2x speed up in computations).

To run the demo simply type the following commands into your MATLAB command prompt:
>>seqPicardPDESolver();
>>parPicardPDESolver();

You can change the maximum number of Picard Iterations based on your available computer memory simply by specifying N before running. For example, to change the default N=20 iterations to N=21 simply type the following at your MATLAB command prompt:
>>seqPicardPDESolver(21);
>>parPicardPDESolver(21);

인용 양식

Darin Koblick (2024). Parallel Implementation of the Picard Iteration For Linear BVP PDEs (https://www.mathworks.com/matlabcentral/fileexchange/46465-parallel-implementation-of-the-picard-iteration-for-linear-bvp-pdes), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Partial Differential Equation Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Added additional context in description section.

1.0.0.0