Difference between revisions of "Physics 212, 2018: Lecture 25"
nemenman>Ilya (Created page with "{{PHYS212-2018}} The heat diffusion equation -- one of many partial differential equations (differential equations involving partial derivatives). Follow the provided python ...") |
m (1 revision imported) |
(No difference)
|
Latest revision as of 11:28, 4 July 2018
Back to the main Teaching page.
Back to Physics 212, 2018: Computational Modeling.
The heat diffusion equation -- one of many partial differential equations (differential equations involving partial derivatives). Follow the provided python code for its solution
- Using sequential processing.
- Using data partitioning on multiple processors.
Read the documentation for the multiprocessing module.