Skip to content

Commit 81ef9c4

Browse files
author
mohamdlog
authored
Update fem.md (#115)
Corrected minor grammar issues.
1 parent 8ac0d4f commit 81ef9c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ All notebooks can be converted to python files using [nbconvert](https://nbconve
3535
### Tutorial compatible docker images
3636
The tutorial uses several dependencies for meshing, plotting and timings. A compatible `JupyterLab` image is available in the [Github Packages](https://github.com/jorgensd/dolfinx-tutorial/pkgs/container/dolfinx-tutorial))
3737

38-
To use the notebooks in this tutorial with DOLFINx on your own computer, you should use the docker image using the following command
38+
To use the notebooks in this tutorial with DOLFINx on your own computer, you should use the docker image using the following command:
3939
```bash
4040
docker run --init -p 8888:8888 -v "$(pwd)":/root/shared ghcr.io/jorgensd/dolfinx-tutorial:v0.6.0
4141
```
@@ -44,13 +44,13 @@ This image can also be used as a normal docker container by adding:
4444
docker run --ti -v "$(pwd)":/root/shared --entrypoint="/bin/bash" ghcr.io/jorgensd/dolfinx-tutorial:v0.6.0
4545
```
4646

47-
The tutorials can also be exported as a notebook or PDF by clicking the ![Download](save.png)-symbol in the top right corner of the relevant tutorialThe notebook can in turn be used with a Python kernel which has DOLFINx.
47+
The tutorials can also be exported as a notebook or PDF by clicking the ![Download](save.png)-symbol in the top right corner of the relevant tutorial. The notebook can in turn be used with a Python kernel which has DOLFINx.
4848

4949
### Official images
5050

5151
The FEniCS project supplies pre-built docker images at [https://hub.docker.com/r/dolfinx/dolfinx](https://hub.docker.com/r/dolfinx/dolfinx).
5252
The [Dockerfile](https://github.com/FEniCS/dolfinx/blob/main/docker/Dockerfile)
53-
provides a definitive build recipe. As the DOLFINx docker images are hosted at Docker-hub, one can directly access the image
53+
provides a definitive build recipe. As the DOLFINx docker images are hosted at Docker-hub, one can directly access the image:
5454
```
5555
docker run dolfinx/dolfinx:v0.6.0-r1
5656
```

0 commit comments

Comments
 (0)