Parallelizing Crank-Nicolson method

  • Thread starter Thread starter wu_weidong
  • Start date Start date
  • Tags Tags
    Method
wu_weidong
Messages
27
Reaction score
0
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
 
Physics news on Phys.org
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.
 
I will be using C and I'll most likely be using Crank-Nicolson for heat equations.
 
Do you know how to solve it in C, if so can u give me the codes
 

Similar threads

Back
Top