WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 1e66dc1

Browse files
committed
Update text to reflect that there is a docker image (#268)
1 parent 4856900 commit 1e66dc1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

chapter2/amr.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"Author: Jørgen S. Dokken\n",
1111
"\n",
1212
"```{admonition} NetGen and linux/arm64\n",
13-
"NetGen is not available on linux/arm64, so this tutorial will not work on that platform.\n",
14-
"If you are on such a platform, one can use the AMD docker images, with a performance penalty due to emulation.\n",
13+
"NetGen is not available on PyPi on linux/arm64, so to run this tutorial on such machine, please use the\n",
14+
"docker image [ghcr.io/jorgensd/dolfinx-tutorial:release](https://github.com/jorgensd/dolfinx-tutorial/pkgs/container/dolfinx-tutorial/489387776?tag=release).\n",
15+
"You can also install NetGen from source. See the [Dockerfile](https://github.com/jorgensd/dolfinx-tutorial/blob/main/docker/Dockerfile) for instructions.\n",
1516
"```"
1617
]
1718
},

chapter2/amr.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
# Author: Jørgen S. Dokken
1616
#
1717
# ```{admonition} NetGen and linux/arm64
18-
# NetGen is not available on linux/arm64, so this tutorial will not work on that platform.
19-
# If you are on such a platform, one can use the AMD docker images, with a performance penalty due to emulation.
18+
# NetGen is not available on PyPi on linux/arm64, so to run this tutorial on such machine, please use the
19+
# docker image [ghcr.io/jorgensd/dolfinx-tutorial:release](https://github.com/jorgensd/dolfinx-tutorial/pkgs/container/dolfinx-tutorial/489387776?tag=release).
20+
# You can also install NetGen from source. See the [Dockerfile](https://github.com/jorgensd/dolfinx-tutorial/blob/main/docker/Dockerfile) for instructions.
2021
# ```
2122

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

0 commit comments

Comments
 (0)