Physics 212, 2017: Lecture 25

From Ilya Nemenman: Theoretical Biophysics @ Emory
Revision as of 12:28, 4 July 2018 by Ilya (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Emory Logo

Back to the main Teaching page.

Back to Physics 212, 2017: 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.