Thursday, July 15, 2010

Parallel Heat Equation

I apologize for this delay. I've attached the parallel heat equation solver to this post. You can download the code from here
http://www.tonysaad.net/wp/wp-content/uploads/2016/02/parallel-heat-equation-2d.zip
or, separately
http://www.tonysaad.net/wp/wp-content/uploads/2016/02/heat.c
http://www.tonysaad.net/wp/wp-content/uploads/2016/02/heat.h
Please note, that due to time constraints, I have not thoroughly debugged this code. So please make sure you understand the code very well before adapting it to your problem. I've put as much comments as possible so the code should be self explanatory.

I will try to put in some explanation of what's going on in there, but that may take a while.

Cheers!

[Table of Contents: Parallel Computing with MPI]

Cite as:
Saad, T. "Parallel Heat Equation". Weblog entry from Please Make A Note. http://pleasemakeanote.blogspot.com/2010/07/parallel-heat-equation.html

1 comment:

  1. Thank you a lot for your blog and your easily understandable explanations!!!

    ReplyDelete