On 03/06/2012 03: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.
If it's to be implemented in parallelizable fashion (not SSOR style
where each line uses updates from the previous line), it should be
feasible to divide the outer loop into an appropriate number of blocks,
or decompose the physical domain and perform ADI on individual blocks,
then update and repeat.
--
Tim Prince