Skip to content

Commit 672f603

Browse files
author
sveinlin
committed
more movie link updates
1 parent 25392fd commit 672f603

5 files changed

Lines changed: 10 additions & 14 deletions

File tree

doc/.src/chapters/advec/advec.do.txt

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -320,15 +320,15 @@ wave, and this main wave has the amplitude reduced.
320320

321321
FIGURE: [fig-advec/gaussian_LF_C08, width=800 frac=1] Advection of a Gaussian function with a leapfrog scheme and $C=0.8$, $\Delta t = 0.001$ (left) and $\Delta t=0.01$ (right). label{advec:1D:LF:fig1:C08}
322322

323-
MOVIE: [https://raw.githubusercontent.com/hplgit/fdm-book/master/doc/pub/book/html/mov-advec/gaussian/LF/C08_dt01.ogg] Advection of a Gaussian function with a leapfrog scheme and $C=0.8$, $\Delta t = 0.01$. label{advec:1D:LF:mov1:C08:dt1}
324-
325-
MOVIE: [https://raw.githubusercontent.com/hplgit/fdm-book/master/doc/pub/book/html/mov-advec/gaussian/LF/C08_dt001.ogg] Advection of a Gaussian function with a leapfrog scheme and $C=0.8$, $\Delta t = 0.001$. label{advec:1D:LF:mov1:C08:dt2}
323+
Advection of the Gaussian function with a leapfrog scheme, using $C=0.8$ and $\Delta t = 0.01$ can be seen in a "movie file":
324+
"${docraw}/mov-advec/gaussian/LF/C08_dt01.ogg". Alternatively, with $\Delta t = 0.001$, we get this "movie file":
325+
"${docraw}/mov-advec/gaussian/LF/C08_dt001.ogg".
326326

327327
FIGURE: [fig-advec/cosinehat_LF_C08, width=800 frac=1] Advection of half a cosine function with a leapfrog scheme and $C=0.8$, $\Delta t = 0.001$ (left) and $\Delta t=0.01$ (right). label{advec:1D:LF:fig2:C08}
328328

329-
MOVIE: [https://raw.githubusercontent.com/hplgit/fdm-book/master/doc/pub/book/html/mov-advec/cosinehat/UP/C08_dt01.ogg] Advection of half a cosine function with a leapfrog scheme and $C=0.8$, $\Delta t = 0.01$. label{advec:1D:LF:mov2:C08:dt1}
330-
331-
MOVIE: [https://raw.githubusercontent.com/hplgit/fdm-book/master/doc/pub/book/html/mov-advec/cosinehat/UP/C08_dt001.ogg] Advection of half a cosine function with a leapfrog scheme and $C=0.8$, $\Delta t = 0.001$. label{advec:1D:LF:mov2:C08:dt2}
329+
Advection of the cosine hat function with a leapfrog scheme, using $C=0.8$ and $\Delta t = 0.01$ can be seen in a "movie file":
330+
"${docraw}/mov-advec/cosinehat/LF/C08_dt01.ogg". Alternatively, with $\Delta t = 0.001$, we get this "movie file":
331+
"${docraw}/mov-advec/cosinehat/LF/C08_dt001.ogg".
332332

333333

334334
=== Analysis ===
@@ -424,15 +424,13 @@ error.
424424

425425
FIGURE: [fig-advec/gaussian_UP_C08, width=800 frac=1] Advection of a Gaussian function with a forward in time, upwind in space scheme and $C=0.8$, $\Delta t = 0.01$ (left) and $\Delta t=0.001$ (right). label{advec:1D:UP:fig1:C08}
426426

427-
MOVIE: [mov-advec/gaussian/UP/C08_dt001/movie.ogg] Forward in time, upwind in space, $C=0.8$, $\Delta t = 0.01$. label{advec:1D:UP:mov1:C08:dt1}
428-
429-
MOVIE: [mov-advec/gaussian/UP/C08_dt001/movie.ogg] Forward in time, upwind in space, $C=0.8$, $\Delta t = 0.005$. label{advec:1D:UP:mov1:C08:dt2}
427+
Advection of the Gaussian function with a with a forward in time, upwind in space scheme, using $C=0.8$ and $\Delta t = 0.01$ can be seen in a "movie file":"${docraw}/mov-advec/gaussian/UP/C08_dt001/movie.ogg". Alternatively, with $\Delta t = 0.005$, we get this "movie file":
428+
"${docraw}/mov-advec/gaussian/UP/C08_dt0005/movie.ogg".
430429

431430
FIGURE: [fig-advec/cosinehat_UP_08, width=800 frac=1] Advection of half a cosine function with a forward in time, upwind in space scheme and $C=0.8$, $\Delta t = 0.001$ (left) and $\Delta t=0.01$ (right). label{advec:1D:UP:fig2:C08}
432431

433-
MOVIE: [mov-advec/cosinehat/UP/C08_dt01.ogg] Advection of half a cosine function with a forward in time, upwind in space scheme and $C=0.8$, $\Delta t = 0.01$. label{advec:1D:UP:mov2:C08:dt1}
434-
435-
MOVIE: [mov-advec/cosinehat/UP/C08_dt001.ogg] Advection of half a cosine function with a forward in time, upwind in space scheme and $C=0.8$, $\Delta t = 0.001$. label{advec:1D:UP:mov2:C08:dt2}
432+
Advection of the cosine hat function with a with a forward in time, upwind in space scheme, using $C=0.8$ and $\Delta t = 0.01$ can be seen in a "movie file":"${docraw}/mov-advec/cosinehat/UP/C08_dt01.ogg". Alternatively, with $\Delta t = 0.001$, we get this "movie file":
433+
"${docraw}/mov-advec/cosinehat/UP/C08_dt001.ogg".
436434

437435
The amplification factor can be computed using the
438436
formula (ref{form:exp:fd1:bw}),

doc/.src/chapters/mako_code.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ doc = 'http://tinyurl.com/hbcasmj'
4848
docraw = 'https://raw.githubusercontent.com/hplgit/fdm-book/master/doc/pub/book/html/'
4949
docraw = 'http://tinyurl.com/gokgkov'
5050

51-
52-
5351
#writing_reports = 'http://hplgit.github.io/teamods/writing_reports'
5452
writing_reports = 'http://tinyurl.com/nc4upel'
5553
#writing_reports_repo = 'https://github.com/hplgit/hplgit.github.com/blob/master/teamods/writing_reports'
-6.34 KB
Binary file not shown.
-7.37 KB
Binary file not shown.
-7.41 KB
Binary file not shown.

0 commit comments

Comments
 (0)