program to solve a finite difference discretization of HELMHOLTZ equation :
(d2/dx2)u + (d2/dy2)u - alpha u = f using Jacobi iterative method.
COMMENTS: OpenMP version 3: 1 PR outside the iteration loop, 4 Barriers
Directives are used in this code to achieve paralleism.
All do loops are parallized with default static scheduling.
標簽:
discretization
difference
HELMHOLTZ
equation
上傳時間:
2014-01-11
上傳用戶:bruce5996