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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:53:03 UTC 2009


The following commit has been merged in the upstream branch:
commit 462c044975030569ccea949be474663690acda03
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Sat Jan 28 08:33:13 2006 +1100

    Simplification of Boussinesq example
    
    darcs-hash:20060127213313-d4795-07bb506cea3fbe7bcfe99bc0ab833e9e12508209.gz

diff --git a/doc/examples/boussinesq/boussinesq.gfs b/doc/examples/boussinesq/boussinesq.gfs
index 2c2b5ea..ad681a2 100644
--- a/doc/examples/boussinesq/boussinesq.gfs
+++ b/doc/examples/boussinesq/boussinesq.gfs
@@ -24,7 +24,7 @@
 # \end{figure}
 #
 # Author: St\'ephane Popinet
-# Command: gerris2D boussinesq.gfs | gfsview2D | ppmtoy4m -F 24:1 -v 0 | mpeg2enc -v 0 -o t.mpg
+# Command: gerris2D boussinesq.gfs | gfsview2D boussinesq.gfv | ppmtoy4m -F 24:1 -v 0 | mpeg2enc -v 0 -o t.mpg
 # Version: 0.6.4
 # Required files: cylinder.gts boussinesq.gfv
 # Running time: 60 minutes
@@ -76,9 +76,6 @@
   # Outputs the simulation every 4 timesteps
   OutputSimulation { istep = 4 } stdout { binary = 1 }
  
-  # boussinesq.gfv contains the visualisation parameters used by GfsView
-  EventScript { start = 0 } { cat boussinesq.gfv }
- 
   # Every 4 timesteps, GfsView will read the following command, after having read
   # the simulation file and will output a PPM screenshot on its standard output
   EventScript { istep = 4 } { echo "Save stdout { width = 256 height = 512 }" }

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list