@@ -19,8 +19,8 @@ implemented.
1919
2020- Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet,
2121 multi-level, diagonal, multi-step
22- - Variants of PFASST: virtual parallel or MPI-based parallel,
23- classical of multigrid perspective
22+ - Variants of PFASST: virtually parallel or MPI-based parallel,
23+ classical or multigrid perspective
2424- 8 tutorials: from setting up a first collocation problem to SDC,
2525 PFASST and advanced topics
2626- Projects: many documented projects with defined and tested outcomes
@@ -43,12 +43,12 @@ The code is hosted on GitHub, see
4343will give you a core version of ` pySDC ` to work with,
4444working with the developer version is most often the better choice. We
4545thus recommend to checkout the code from GitHub and install the
46- dependencies e.g. by using a [ conda ] ( https://conda. io/en/latest/ )
47- environment. For this, ` pySDC ` ships with environment files
46+ dependencies e.g. by using [ micromamba ] ( https://mamba.readthedocs. io/en/latest/user_guide/micromamba.html ) .
47+ For this, ` pySDC ` ships with environment files
4848which can be found in the folder ` etc/ ` . Use these as e.g.
4949
5050``` bash
51- conda env create -f etc/environment-base.yml
51+ micromamba create -f etc/environment-base.yml
5252```
5353
5454If you want to install the developer version using ` pip ` directly from the GitHub repository, use this:
0 commit comments