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

Stephane Popinet s.popinet at niwa.co.nz
Fri May 15 02:51:38 UTC 2009


The following commit has been merged in the upstream branch:
commit 59777cfe9a59ba5914d7211d13d4cd3a5d779078
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Fri Feb 11 09:58:31 2005 +1100

    Cosmetics
    
    darcs-hash:20050210225831-fbd8f-b849bbd26ef06ab19beec5219b41ad20bcae1adc.gz

diff --git a/test/tension/wave.sh b/test/tension/wave.sh
index 3b2a462..410db27 100755
--- a/test/tension/wave.sh
+++ b/test/tension/wave.sh
@@ -20,22 +20,22 @@ for level in 3 4 5 6 7; do
     rm -f wave-$level
     cat <<EOF > $param
 1 1 GfsSimulation GfsBox GfsGEdge {} {
-  GfsTime {
+  Time {
     end = 2.2426211256
     dtmax = 1.01430173026e-3
   }
-  GfsApproxProjectionParams { tolerance = 1e-6 }
-  GfsProjectionParams { tolerance = 1e-6 }
-  GfsRefine $level
+  ApproxProjectionParams { tolerance = 1e-6 }
+  ProjectionParams { tolerance = 1e-6 }
+  Refine $level
   VariableTracer {} T { scheme = vof }
   SourceTension {} U V T 1
   AdvectionParams { scheme = none }
-  GfsSourceDiffusion {} U 0.0182571749236
-  GfsSourceDiffusion {} V 0.0182571749236
-  GfsInitFraction {} T wave.gts
+  SourceDiffusion {} U 0.0182571749236
+  SourceDiffusion {} V 0.0182571749236
+  InitFraction {} T wave.gts
   OutputProgress { istep = 1 } stdout
-  GfsOutputSimulation { istep = 3 } $param-%ld.gfs { binary = 1 }
-  GfsEventScript { istep = 3 } {
+  OutputSimulation { istep = 3 } $param-%ld.gfs { binary = 1 }
+  EventScript { istep = 3 } {
     echo \$GfsTime | awk -v level=$level '{printf ("%g ", \$1*11.1366559937) >> ("wave-" level) }'
     gfs2oogl2D -g -c T < $param-\$GfsIter.gfs | sort -n +1 -2 | awk -v level=$level 'BEGIN {
       n = exp (level*log (2.));

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list