Devito is a tool to perform optimised finite difference (FD) computation from high-level symbolic problem definitions. Starting from symbolic equations defined in SymPy, Devito employs automated code generation and just-in-time (JIT) compilation to execute FD kernels on multiple computer platforms. Devito is part of the OPESCI seismic imaging project.
You can get instructions on how to download and install Devito :doc:`here </download>`.
To learn how to use Devito, check our :doc:`tutorials and examples </tutorials>`.
You can find the API Documentation :doc:`here </devito>`.
.. toctree:: :maxdepth: 4 :hidden: Download <download> Tutorials <tutorials> Developer Documentation <developer> Example Documentation <examples> API Documentation <devito>