Completed
A problem for materials science students
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Grain Growth and Array Programming - Modeling Techniques for Materials Science
Automatically move to the next video in the Classroom when playback concludes
- 1 A problem for materials science students
- 2 Modelling grain growth
- 3 First solution in Python
- 4 Partial results reveal the problem with singular grain case
- 5 Consider second order neighbours to address unrealistic checkboard pattern
- 6 Array solution with NumPy
- 7 APL grain growth model
- 8 Embed APL with Py'n''APL
- 9 Benchmarks comparing performance of APL, Python, and NumPy
- 10 Conclusions