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

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


The following commit has been merged in the upstream branch:
commit 17598b2b603d75f38f054d09d6a57f8e1bdf0188
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Thu Nov 23 07:36:29 2006 +1100

    Standard error should be used rather than standard output in the examples
    
    darcs-hash:20061122203629-d4795-25f6dca7b651fc9f594a3581360fec2f342c8ee2.gz

diff --git a/doc/examples/cylinder/cylinder.gfs b/doc/examples/cylinder/cylinder.gfs
index 21d2892..2615dc5 100644
--- a/doc/examples/cylinder/cylinder.gfs
+++ b/doc/examples/cylinder/cylinder.gfs
@@ -72,14 +72,14 @@
   SourceDiffusion {} U 0.00078125
   SourceDiffusion {} V 0.00078125
 
-  # Writes the time and timestep every 10 timesteps on standard output
-  OutputTime { istep = 10 } stdout
+  # Writes the time and timestep every 10 timesteps on standard error
+  OutputTime { istep = 10 } stderr
 
-  # Writes the simulation size every 10 timesteps on standard output
-  OutputBalance { istep = 10 } stdout
+  # Writes the simulation size every 10 timesteps on standard error
+  OutputBalance { istep = 10 } stderr
 
-  # Writes info about the convergence of the Poisson solver on standard output
-  OutputProjectionStats { istep = 10 } stdout
+  # Writes info about the convergence of the Poisson solver on standard error
+  OutputProjectionStats { istep = 10 } stderr
 
   # Pipes a bitmap PPM image representation of the vorticity field at every other timestep
   # into a MJPegTools conversion pipeline to create a MPEG movie called vort.mpg
@@ -107,8 +107,8 @@
     min = 0 max = 1 v = T
   }
 
-  # Outputs profiling information at the end of the simulation to standard output
-  OutputTiming { start = end } stdout
+  # Outputs profiling information at the end of the simulation to standard error
+  OutputTiming { start = end } stderr
 
 }
 GfsBox {
diff --git a/doc/examples/cylinder/heated/heated.gfs b/doc/examples/cylinder/heated/heated.gfs
index 90103e2..4a9b611 100644
--- a/doc/examples/cylinder/heated/heated.gfs
+++ b/doc/examples/cylinder/heated/heated.gfs
@@ -63,14 +63,14 @@
   SourceDiffusion {} U 0.00078125
   SourceDiffusion {} V 0.00078125
 
-  # Writes the time and timestep every 10 timesteps on standard output
-  OutputTime { istep = 10 } stdout
+  # Writes the time and timestep every 10 timesteps on standard error
+  OutputTime { istep = 10 } stderr
 
-  # Writes the simulation size every 10 timesteps on standard output
-  OutputBalance { istep = 10 } stdout
+  # Writes the simulation size every 10 timesteps on standard error
+  OutputBalance { istep = 10 } stderr
 
-  # Writes info about the convergence of the Poisson solver on standard output
-  OutputProjectionStats { istep = 10 } stdout
+  # Writes info about the convergence of the Poisson solver on standard error
+  OutputProjectionStats { istep = 10 } stderr
 
   # Pipes a bitmap PPM image representation of the T field at every other timestep
   # into a MJPEGTools conversion pipeline to create a MPEG movie called t.mpg
@@ -85,8 +85,8 @@
     min = 0 max = 0.4 v = T
   }
 
-  # Outputs profiling information at the end of the simulation to standard output
-  OutputTiming { start = end } stdout
+  # 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