Skip to content

Commit

Permalink
improve installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
99xc41 committed Apr 29, 2024
1 parent c5f3648 commit 8508c6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ To install the code in folder `~/codes/amrvac`:

To use MPI-AMRVAC, the installation directory must be exported as an environment
parameter called AMRVAC_DIR and this variable can be added to the command searching path.
To do so using bash, you should add the following line
to your `~/.bashrc` file (or perhaps `~/.profile` in mac OS):
To do so using bash, you should add the following line to your `~/.bashrc` file in b shell linux
(or `~/.profile` in b shell mac OS, `~/.zshrc` in z shell mac OS):

export AMRVAC_DIR=$HOME/codes/amrvac
PATH="$PATH:$HOME/codes/amrvac:$HOME/codes/amrvac/tools"
export PATH=$PATH:.:$AMRVAC_DIR:$AMRVAC_DIR/tools

You can then activate the setting by sourcing this file (or you can close and open a new terminal shell),

Expand Down
2 changes: 1 addition & 1 deletion doc/limiter.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Most TVD limiters in mod_limiter.t could be found in Yee (1989).

In the current version, limiters can be chosen from the following list.

Limiter Type | Lmiter | Order | Ghost cells | Reference
Limiter Type | Limiter | Order | Ghost cells | Reference
---|---|---|---|---
TVD | 'minmod' | 2 | 2 | e.g., Roe (1985), Yee (1989), LeVeque (2002), Toro (2009)
TVD | 'superbee' | 2 | 2 | Sweby (1984), Roe(1985)
Expand Down

0 comments on commit 8508c6b

Please sign in to comment.