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

Stephane Popinet stephane.popinet at paradise.net.nz
Fri May 15 02:51:46 UTC 2009


The following commit has been merged in the upstream branch:
commit 2e5f41a180b236ff91b6b7d31fec696f4ef46b2c
Author: Stephane Popinet <stephane.popinet at paradise.net.nz>
Date:   Sun Apr 3 19:54:14 2005 +1000

    Fixed lid example typos
    
    darcs-hash:20050403095414-fa380-2c01b3ed35b9293ac79add21b31f52c18b659d30.gz

diff --git a/doc/examples/lid/lid.gfs b/doc/examples/lid/lid.gfs
index cb21d56..7e38ffc 100644
--- a/doc/examples/lid/lid.gfs
+++ b/doc/examples/lid/lid.gfs
@@ -59,10 +59,10 @@
   # The Reynolds number is Re = L*U/Nu = 1*1/1e-3 = 1000
   SourceViscosity {} U 1e-3
 
-  # Writes the time and timestep every 10 timesteps on standard output
+  # Writes the time and timestep every 10 timesteps on standard error
   OutputTime { istep = 10 } stderr
 
-  # Writes info about the convergence of the Poisson solver on standard output
+  # Writes info about the convergence of the Poisson solver on standard error
   OutputProjectionStats { istep = 10 } stderr
 
   # Stops the simulation if the maximum of the absolute value of the
@@ -102,7 +102,7 @@
 EOF
   }
 
-  # Outputs profiling information at the end of the simulation to standard output
+  # Outputs profiling information at the end of the simulation to standard error
   OutputTiming { start = end } stderr
 }
 GfsBox {

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list