[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:56:04 UTC 2009


The following commit has been merged in the upstream branch:
commit 354c14ba34eb502d62871f66bfc40f477dd515c7
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Thu Jan 15 14:19:18 2009 +1100

    Updated GfsRiver examples
    
    darcs-hash:20090115031918-d4795-6aaa10d23c675f4fe9c82db4971ccbc3aac11397.gz

diff --git a/doc/examples/dam/dam.gfs b/doc/examples/dam/dam.gfs
index 0f5e664..f251b24 100644
--- a/doc/examples/dam/dam.gfs
+++ b/doc/examples/dam/dam.gfs
@@ -68,7 +68,7 @@ load 'dam.plot'
 set title "t = $time"
 set term postscript eps color 14
 set output "sim.eps"
-plot [-4.:4.]'sim-$GfsTime.txt' u 1:8:(\$4+\$8) w filledcu lc 3, 'sim-0.txt' u 1:8 w l lw 4 lc 1 lt 1
+plot [-4.:4.]'sim-$GfsTime.txt' u 1:7:8 w filledcu lc 3, 'sim-0.txt' u 1:7 w l lw 4 lc 1 lt 1
 EOF
 	time=`echo $GfsTime | awk '{printf("%04.1f\n", $1);}'`
 	convert -density 300 sim.eps -trim +repage -bordercolor white -border 10 -resize 640x282! sim-$time.gif
diff --git a/doc/examples/hump/hump.gfs b/doc/examples/hump/hump.gfs
index 589454a..bf2d467 100644
--- a/doc/examples/hump/hump.gfs
+++ b/doc/examples/hump/hump.gfs
@@ -54,7 +54,7 @@
 # Command: gerris2D hump.gfs | gfsview2D hump.gfv | ppm2mpeg > hump.mpg
 # Version: 1.3.1
 # Required files: hump.gfv isolines.gfv cells.gfv
-# Running time: 10 minutes
+# Running time: 7 minutes
 # Generated files: cells-0.6.eps cells-1.2.eps cells-1.8.eps iso-0.9.eps iso-1.5.eps cells-0.9.eps cells-1.5.eps iso-0.6.eps iso-1.2.eps iso-1.8.eps hump.eps hump.mpg
 #
 # Recenter the reference box on (0.5,0.5) (rather than the default (0,0))

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list