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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:55:00 UTC 2009


The following commit has been merged in the upstream branch:
commit bc2098c6f42b830eb4d16f8e73aa08b50ed78064
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Feb 22 08:01:09 2008 +1100

    Fix for initial timestep in Boussinesq example
    
    darcs-hash:20080221210109-d4795-5991bb0ffbe37a725a383cdf7000826047fa11c8.gz

diff --git a/doc/examples/boussinesq/boussinesq.gfs b/doc/examples/boussinesq/boussinesq.gfs
index 980fb82..5a8e4b0 100644
--- a/doc/examples/boussinesq/boussinesq.gfs
+++ b/doc/examples/boussinesq/boussinesq.gfs
@@ -30,7 +30,9 @@
 # Generated files: t.mpg t.eps
 #
 3 2 GfsSimulation GfsBox GfsGEdge {} {
-  Time { end = 20 }
+  # Limit the maximum timestep to 1e-2 so that the initial diffusion
+  # is properly resolved
+  Time { end = 20 dtmax = 1e-2 }
 
   # Use an initial refinement of 8 levels around the solid boundary
   RefineSolid 8
@@ -74,7 +76,7 @@
   OutputTiming { start = end } stderr
 
   # Outputs the simulation every 4 timesteps
-  OutputSimulation { istep = 4 } stdout { binary = 1 }
+  OutputSimulation { istep = 4 } stdout
  
   # 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

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list