On Mar 6, 2012, at 3:59 PM, Kharche, Sanjay wrote:
>
> Hi
>
> I am working on a 3D ADI solver for the heat equation. I have implemented it as serial. Would anybody be able to indicate the best and more straightforward way to parallelise it. Apologies if this is going to the wrong forum.
>
> thanks
> Sanjay
>
Hi Sanjay
There is an implementation of the 2D diffusion equation solver using MPI here:
http://beige.ucs.indiana.edu/I590/node71.html
http://beige.ucs.indiana.edu/I590/node72.html
Not ADI, but it may shed some light.
I hope this helps,
Gus Correa
|