PDA

View Full Version : Parallelizing Crank-Nicolson method


wu_weidong
Aug6-07, 05:14 AM
Hello all,
I'm trying to learn more about parallelizing the Crank-Nicolson method. Can anyone point me to websites on this subject?

Thank you.

Regards,
Rayne

Astronuc
Aug7-07, 09:19 AM
What programming language would be used?

I am not sure that there is a website that addresses parallelization of C-N, but there are probably specific reports and journal articles.

C-N is used for solving several types of PDE's including heat transfer and Schrödinger's equation. Parallelization depends on the equation being solved.

wu_weidong
Aug8-07, 01:38 AM
I will be using C and I'll most likely be using Crank-Nicolson for heat equations.

noureensaif
Apr5-08, 08:10 PM
Do you know how to solve it in C, if so can u give me the codes