Skip to content

Latest commit

 

History

History
 
 

heat-equation-cython

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Parallel heat equation with Cython kernel

In this exercise we finalize the optimization of heat equation solver by implementing parallel program with Cythonized kernel.

That is, you should combine the implementations in Parallel heat equation and in Cythoning heat equation.