Workshop prerequisites:¶
- Basic Python programming knowledge (
Numpy
andSympy
) - Basic knowledge of finite differences
For a more interactive experience, the Devito based material can be run live using Colab.
- After navigating to the website, click on the
GitHub
tab. - Under
Enter a GitHub URL or search by organisation or user
enter the following:devitocodes/transform22
. - You will then see the various notebooks for today's session.
- After opening a notebook, uncomment the
!pip install devito
located at the top of each notebook and execute it (Note: You may see an error the first time you execute the cell, in this case simply execute the cell again).
Alternatively you can install Devito on your device. See instruction here.