You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.qmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ Symbolic computation is a powerful tool that allows users to:
31
31
Devito is primarily designed to create wave propagation kernels for
32
32
use in seismic inversion problems. A tutorial for the generation of a
33
33
modelling operator using an acoustic wave equation can be found
34
-
[here](https://nbviewer.jupyter.org/github/devitocodes/devito/blob/master/examples/seismic/tutorials/01_modelling.ipynb) and a paper
35
-
outlining the verification procedures of the acoustic operator can be
36
-
found [here](https://arxiv.org/abs/1608.08658).
34
+
[here](https://nbviewer.jupyter.org/github/devitocodes/devito/blob/master/examples/seismic/tutorials/01_modelling.ipynb). A paper
35
+
outlining the symbolic API and the verification procedures of the acoustic operator can be
36
+
found [here](https://www.geosci-model-dev.net/12/1165/2019/)[@devito-api] and the internals of the compiler are described in [this paper](https://doi.org/10.1145/3374916)[@devito-compiler].
0 commit comments