Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta authored Jan 29, 2025
1 parent 009e85b commit 4e68a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ implemented.

- Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet,
multi-level, diagonal, multi-step
- Variants of PFASST: virtual parallel or MPI-based parallel,
- Variants of PFASST: virtually parallel or MPI-based parallel,
classical or multigrid perspective
- 8 tutorials: from setting up a first collocation problem to SDC,
PFASST and advanced topics
Expand All @@ -44,7 +44,7 @@ will give you a core version of `pySDC` to work with,
working with the developer version is most often the better choice. We
thus recommend to checkout the code from GitHub and install the
dependencies e.g. by using [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html). For this, `pySDC` ships with environment files
which can be found in the folder `etc/`. Use these as e.g.
which can be found in the folder `etc/` or within the projects. Use these as e.g.

``` bash
micromamba create -f etc/environment-base.yml
Expand Down

0 comments on commit 4e68a10

Please sign in to comment.