|
[Sponsors] |
Parallel conjugate gradient for poisson equations |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 9, 2009, 12:55 |
Parallel conjugate gradient for poisson equations
|
#1 |
Member
Rahul Vaibhav
Join Date: Nov 2009
Location: India
Posts: 33
Rep Power: 16 |
Hi friends
I am working on implementation of conjugate gradient method specifically for sparse matrix, which arises after discretisation of Poisson equation. i implemented ILU0 preconditioner. Now i am trying to parallelise the code using MPI command.. In current code needs to exchange information three times among various processor in each iteration of CG , which takes lots of time. can anyone please suggest me some way to reduce number of data exchange per iterations. Regards RV |
|
April 26, 2011, 06:11 |
i got it..
|
#2 |
Member
Rahul Vaibhav
Join Date: Nov 2009
Location: India
Posts: 33
Rep Power: 16 |
i did it...
if anyone need the source code for CG,PCG, parallel CG and parallel PCG for solving poisson equation . please mail me rah00002004[at]gmail.com . |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
steepest descent and conjugate gradient | devalpandya | Main CFD Forum | 0 | April 23, 2009 05:25 |
conjugate gradient method for linear equations | brian | Main CFD Forum | 1 | March 5, 2007 09:27 |
Conjugate Gradient Method | P.kalyanakumar | Siemens | 1 | August 1, 2005 08:36 |
Conjugate Gradient Solver. | Froed | Main CFD Forum | 0 | July 29, 2005 07:29 |
conjugate gradient method | parth | Main CFD Forum | 1 | March 11, 2005 14:08 |