Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move time block notebook to seismic/tutorials #1441

Merged
merged 4 commits into from
Sep 2, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A set of more advanced examples are available in `seismic`:
* `seismic/tutorials`: A series of Jupyter notebooks of incremental complexity,
showing a variety of Devito features in the context of seismic inversion
operators. Among the discussed features are custom stencils, staggered
grids, and tensor notation.
grids, tensor notation, and time blocking.
* `seismic/acoustic`: Example implementations of isotropic acoustic forward,
adjoint, gradient and born operators, suitable for full-waveform inversion
methods (FWI).
Expand All @@ -36,6 +36,10 @@ A set of more advanced examples are available in `seismic`:
forward operator. Like `elastic`, `viscoelastic` exploits tensor functions
for a neat and compact representation of the discretized partial differential
equations.
* `seismic/self-adjoint`: Self-adjoint energy conserving pseudo-acoustic
operators, including notebooks for implementation of the nonlinear forward,
the forward and adjoint linearized Jacobian, and tests proving accuracy and
correctness.

Further:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"\\delta m = \\bigl( \\nabla F\\bigr)^\\top\\ \\delta r\n",
"$$\n",
"\n",
"Please see other notebooks in this directory for more details, in particular the notebooks describing the self-adjoint modeling operators. \n",
"Please see other notebooks in the `seismic/self=adjoint` directory for more details, in particular the notebooks describing the self-adjoint modeling operators. \n",
"\n",
"| Notebook description | Link | \n",
"| Self-adjoint notebook description | name | \n",
"|:---|:---|\n",
"| Nonlinear operator | [sa_01_iso_implementation1.ipynb](sa_01_iso_implementation1.ipynb) |\n",
"| Jacobian linearized operators | [sa_02_iso_implementation2.ipynb](sa_02_iso_implementation2.ipynb) |\n",
"| Correctness tests |[ sa_03_iso_correctness.ipynb](sa_03_iso_correctness.ipynb) |"
"| Nonlinear operator | `sa_01_iso_implementation1.ipynb` |\n",
"| Jacobian linearized operators | `sa_02_iso_implementation2.ipynb` |\n",
"| Correctness tests | `sa_03_iso_correctness.ipynb` |"
]
},
{
Expand Down Expand Up @@ -1352,7 +1352,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Delete the file used for seriazliation"
"## Delete the file used for serialization"
]
},
{
Expand Down