Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Latest commit

 

History

History
44 lines (33 loc) · 1.29 KB

index.rst

File metadata and controls

44 lines (33 loc) · 1.29 KB

Devito - Fast Finite Difference Computation

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.

Getting started

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>


Indices and tables