Tutorials
We provide an extensive set of tutorials to get familiar with devito’s internals, capabilities and use cases. In details we offer the following topics:
- User API contains API description notebooks to get started with Devito.
- Compiler introduces the compiler and the internal representation used to lower the symbolic expression to high performance code.
- Performance tips introduce the performance optimization knobs exposed to the users.
- Seismic modeling and inversion contains a broad set of notebooks that implements various wave equations for modeling and inversion.
- CFD offers a full rendering of the original
CFD Python: 12 steps to Navier-Stokes
by Lorena Barba using Devito. - Finance contains an introductory notebook using Devito to model the Black-Scholes equations.
All those notebooks can be interactively explored in our binder server as well.
Back to top