Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 3 additions & 2 deletions chapter2/amr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"Author: Jørgen S. Dokken\n",
"\n",
"```{admonition} NetGen and linux/arm64\n",
"NetGen is not available on linux/arm64, so this tutorial will not work on that platform.\n",
"If you are on such a platform, one can use the AMD docker images, with a performance penalty due to emulation.\n",
"NetGen is not available on PyPi on linux/arm64, so to run this tutorial on such machine, please use the\n",
"docker image [ghcr.io/jorgensd/dolfinx-tutorial:release](https://github.com/jorgensd/dolfinx-tutorial/pkgs/container/dolfinx-tutorial/489387776?tag=release).\n",
"You can also install NetGen from source. See the [Dockerfile](https://github.com/jorgensd/dolfinx-tutorial/blob/main/docker/Dockerfile) for instructions.\n",
"```"
]
},
Expand Down
5 changes: 3 additions & 2 deletions chapter2/amr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
# Author: Jørgen S. Dokken
#
# ```{admonition} NetGen and linux/arm64
# NetGen is not available on linux/arm64, so this tutorial will not work on that platform.
# If you are on such a platform, one can use the AMD docker images, with a performance penalty due to emulation.
# NetGen is not available on PyPi on linux/arm64, so to run this tutorial on such machine, please use the
# docker image [ghcr.io/jorgensd/dolfinx-tutorial:release](https://github.com/jorgensd/dolfinx-tutorial/pkgs/container/dolfinx-tutorial/489387776?tag=release).
# You can also install NetGen from source. See the [Dockerfile](https://github.com/jorgensd/dolfinx-tutorial/blob/main/docker/Dockerfile) for instructions.
# ```

# In this tutorial, we will consider an adaptive mesh refinement method, applied to
Expand Down