We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82deafe commit 88006cbCopy full SHA for 88006cb
_lessons/amrex/lesson.md
@@ -848,15 +848,15 @@ to render the AMReX plotfiles into a movie
848
and gif. To generate a movie from the plotfiles type:
849
850
```
851
-pvbatch movie_amr102.py
+pvbatch paraview_amr102.py
852
853
854
-This will generate two files, `amr102_3D.mp4` and `amr102_3D.gif`.
+This will generate two files, `amr102_3D.avi` and `amr102_3D.gif`.
855
To view the files you can copy them to your local machine and view
856
them with scp. Open a terminal on your local machine and move the folder where you want
857
to download the mp4 and gif. Then type:
858
```shell
859
-scp elvis@theta.alcf.anl.gov:~/track-5-numerical/AMReX_Amr101/amr101_3D* .
+scp elvis@theta.alcf.anl.gov:~/track-5-numerical/amrex/AMReX_Amr102/Exec/amr102_3D\* .
860
861
862
Notes:
0 commit comments