Skip to content

Commit 88006cb

Browse files
committed
more last minute tweaks to web page
1 parent 82deafe commit 88006cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_lessons/amrex/lesson.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -848,15 +848,15 @@ to render the AMReX plotfiles into a movie
848848
and gif. To generate a movie from the plotfiles type:
849849

850850
```
851-
pvbatch movie_amr102.py
851+
pvbatch paraview_amr102.py
852852
```
853853

854-
This will generate two files, `amr102_3D.mp4` and `amr102_3D.gif`.
854+
This will generate two files, `amr102_3D.avi` and `amr102_3D.gif`.
855855
To view the files you can copy them to your local machine and view
856856
them with scp. Open a terminal on your local machine and move the folder where you want
857857
to download the mp4 and gif. Then type:
858858
```shell
859-
scp elvis@theta.alcf.anl.gov:~/track-5-numerical/AMReX_Amr101/amr101_3D* .
859+
scp elvis@theta.alcf.anl.gov:~/track-5-numerical/amrex/AMReX_Amr102/Exec/amr102_3D\* .
860860
```
861861

862862
Notes:

0 commit comments

Comments
 (0)