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

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


The following commit has been merged in the upstream branch:
commit 5876b48a52a07035d1e421e1811daa12bfc4e347
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Dec 22 15:19:58 2006 +1100

    New test case for capillary wave with fluids of different densities
    
    darcs-hash:20061222041958-d4795-d46cea7606e67de43319deea47ec20098ca12c34.gz

diff --git a/test/capwave/capwave.gfs b/test/capwave/capwave.gfs
index 903563a..c07cb73 100644
--- a/test/capwave/capwave.gfs
+++ b/test/capwave/capwave.gfs
@@ -20,7 +20,7 @@
 # \begin{center}
 # \begin{tabular}{|l|ccccc|} \hline
 # Method & $8^2$ & $16^2$ & $32^2$ & $64^2$ & $128^2$ \\ \hline
-# \input{convergence.tex} \\
+# \input{convergence.tex} & 0.00596749 \\
 # Markers & 0.3018 & 0.0778 & 0.0131 & 0.0082 & 0.00645 \\
 # Surfer & - & - & 0.1168 & 0.0132 & 0.007 \\ \hline
 # \end{tabular}
@@ -38,7 +38,7 @@
 # Author: St\'ephane Popinet
 # Command: sh capwave.sh capwave.gfs
 # Version: 1.0.0
-# Required files: capwave.sh convergence.ref
+# Required files: capwave.sh convergence.ref prosperetti
 # Generated files: convergence.tex amplitude.eps
 #
 1 1 GfsSimulation GfsBox GfsGEdge {} {
diff --git a/test/capwave/capwave.sh b/test/capwave/capwave.sh
index 603cf93..0a14e9c 100755
--- a/test/capwave/capwave.sh
+++ b/test/capwave/capwave.sh
@@ -46,7 +46,6 @@ for level in $levels; do
 	exit 1;
     fi
 done
-echo "7 0.00596749" >> convergence # just for reference
 
 awk 'BEGIN{first=1}{ 
   if (first) printf("Gerris & %.5f",$2);
diff --git a/test/capwave/convergence.ref b/test/capwave/convergence.ref
index 1e8316d..06d6a47 100644
--- a/test/capwave/convergence.ref
+++ b/test/capwave/convergence.ref
@@ -2,4 +2,3 @@
 4 0.0298165
 5 0.0153267
 6 0.00810096
-7 0.00596749
diff --git a/test/capwave/density/convergence.ref b/test/capwave/density/convergence.ref
new file mode 100644
index 0000000..9da62f3
--- /dev/null
+++ b/test/capwave/density/convergence.ref
@@ -0,0 +1,4 @@
+3 0.140388
+4 0.0239338
+5 0.0161247
+6 0.00721498
diff --git a/test/capwave/capwave.gfs b/test/capwave/density/density.gfs
similarity index 65%
copy from test/capwave/capwave.gfs
copy to test/capwave/density/density.gfs
index 903563a..a33fd39 100644
--- a/test/capwave/capwave.gfs
+++ b/test/capwave/density/density.gfs
@@ -1,11 +1,9 @@
-# Title: Planar capillary waves
+# Title: Fluids of different densities
 #
 # Description:
 #
-# A small amplitude sinusoidal wave oscillates under surface
-# tension. Prosperetti \cite{prosperetti81} found a solution to this
-# initial value problem in the limit of a vanishingly small initial
-# amplitude.
+# Same test as before but with a density ratio of 10. The dynamic
+# viscosities are identical.
 #
 # Table \ref{convergence} shows the convergence of various
 # solvers as a function of resolution: Gerris, the marker technique of
@@ -15,34 +13,36 @@
 # and Gerris ($64^2$) is given on Figure \ref{amplitude}.
 #
 # \begin{table}[htbp]
-# \caption{\label{convergence}Convergence of the relative error between the analytical
-# solution and simulation results from various solvers.}
 # \begin{center}
 # \begin{tabular}{|l|ccccc|} \hline
 # Method & $8^2$ & $16^2$ & $32^2$ & $64^2$ & $128^2$ \\ \hline
-# \input{convergence.tex} \\
-# Markers & 0.3018 & 0.0778 & 0.0131 & 0.0082 & 0.00645 \\
-# Surfer & - & - & 0.1168 & 0.0132 & 0.007 \\ \hline
+# \input{convergence.tex} & 0.00498124 \\
+# Markers & 0.3593 & 0.1397 & 0.0566 & 0.0264 & 0.0148 \\
+# Surfer & - & - & 0.1233 & 0.0300 & 0.0254 \\ \hline
 # \end{tabular}
 # \end{center}
+# \caption{Convergence of the relative error between the analytical
+# solution and simulation results from various solvers.}
+# \label{convergence}
 # \end{table}
 #
 # \begin{figure}[htbp]
-# \caption{\label{amplitude}Evolution of the amplitude of the capillary wave as a
-# function of non-dimensional time $\tau=\omega_0 t$.}
 # \begin{center}
 # \includegraphics[width=\hsize]{amplitude.eps}
 # \end{center}
+# \caption{Evolution of the amplitude of the capillary wave as a
+# function of non-dimensional time $\tau=\omega_0 t$.}
+# \label{amplitude}
 # \end{figure}
 #
 # Author: St\'ephane Popinet
-# Command: sh capwave.sh capwave.gfs
+# Command: sh ../capwave.sh density.gfs
 # Version: 1.0.0
-# Required files: capwave.sh convergence.ref
+# Required files: convergence.ref prosperetti
 # Generated files: convergence.tex amplitude.eps
 #
 1 1 GfsSimulation GfsBox GfsGEdge {} {
-  Time { end = 2.2426211256 }
+  Time { end = 1.66481717925811447992 }
   ApproxProjectionParams { tolerance = 1e-6 }
   ProjectionParams { tolerance = 1e-6 }
   Refine LEVEL
@@ -52,10 +52,11 @@
   AdvectionParams { scheme = none }
   SourceDiffusion {} U 0.0182571749236
   SourceDiffusion {} V 0.0182571749236
+  PhysicalParams { alpha = 1./(T + 0.1*(1. - T)) }
   InitFraction {} T wave.gts
-  OutputSimulation { step = 3.04290519077e-3 } sim-%ld.gfs { binary = 1 }
-  EventScript { step = 3.04290519077e-3 } {
-    echo $GfsTime | awk -v level=LEVEL '{printf ("%g ", $1*11.1366559937) >> ("wave-" level) }'
+  OutputSimulation { step = .00225584983639310905 } sim-%ld.gfs { binary = 1 }
+  EventScript { step = .00225584983639310905 } {
+    echo $GfsTime | awk -v level=LEVEL '{printf ("%.5g ", $1*15.016663878457) >> ("wave-" level) }'
     gfs2oogl2D -g -c T < sim-$GfsIter.gfs | sort -n +1 -2 | awk -v level=LEVEL 'BEGIN {
       n = exp (level*log (2.));
       x = 1./(n + 1.);
diff --git a/test/capwave/density/prosperetti b/test/capwave/density/prosperetti
new file mode 100644
index 0000000..5ec17f4
--- /dev/null
+++ b/test/capwave/density/prosperetti
@@ -0,0 +1,739 @@
+0 0.01
+0.033875 0.00999439
+0.067751 0.00997778
+0.10163 0.00995043
+0.1355 0.00991252
+0.16938 0.00986426
+0.20325 0.00980582
+0.23713 0.00973741
+0.271 0.00965919
+0.30488 0.00957137
+0.33875 0.00947414
+0.37263 0.0093677
+0.4065 0.00925226
+0.44038 0.00912802
+0.47425 0.0089952
+0.50813 0.00885403
+0.54201 0.00870472
+0.57588 0.00854751
+0.60976 0.00838263
+0.64363 0.00821033
+0.67751 0.00803084
+0.71138 0.00784443
+0.74526 0.00765134
+0.77913 0.00745183
+0.81301 0.00724616
+0.84688 0.00703461
+0.88076 0.00681743
+0.91463 0.00659489
+0.94851 0.00636728
+0.98238 0.00613487
+1.0163 0.00589795
+1.0501 0.00565678
+1.084 0.00541165
+1.1179 0.00516286
+1.1518 0.00491067
+1.1856 0.00465539
+1.2195 0.00439729
+1.2534 0.00413667
+1.2873 0.00387381
+1.3211 0.00360899
+1.355 0.00334252
+1.3889 0.00307466
+1.4228 0.00280571
+1.4566 0.00253594
+1.4905 0.00226565
+1.5244 0.0019951
+1.5583 0.00172459
+1.5921 0.00145438
+1.626 0.00118474
+1.6599 0.000915948
+1.6938 0.000648269
+1.7276 0.000381966
+1.7615 0.000117299
+1.7954 -0.000145477
+1.8293 -0.00040611
+1.8631 -0.000664353
+1.897 -0.000919961
+1.9309 -0.0011727
+1.9648 -0.00142233
+1.9986 -0.00166862
+2.0325 -0.00191136
+2.0664 -0.00215032
+2.1003 -0.0023853
+2.1341 -0.00261608
+2.168 -0.00284246
+2.2019 -0.00306426
+2.2358 -0.00328128
+2.2696 -0.00349334
+2.3035 -0.00370027
+2.3374 -0.00390189
+2.3713 -0.00409805
+2.4051 -0.00428859
+2.439 -0.00447337
+2.4729 -0.00465223
+2.5068 -0.00482505
+2.5407 -0.0049917
+2.5745 -0.00515207
+2.6084 -0.00530603
+2.6423 -0.00545348
+2.6762 -0.00559434
+2.71 -0.0057285
+2.7439 -0.00585588
+2.7778 -0.00597641
+2.8117 -0.00609003
+2.8455 -0.00619667
+2.8794 -0.00629628
+2.9133 -0.00638881
+2.9472 -0.00647424
+2.981 -0.00655252
+3.0149 -0.00662364
+3.0488 -0.00668758
+3.0827 -0.00674433
+3.1165 -0.0067939
+3.1504 -0.00683628
+3.1843 -0.00687151
+3.2182 -0.00689958
+3.252 -0.00692055
+3.2859 -0.00693443
+3.3198 -0.00694128
+3.3537 -0.00694114
+3.3875 -0.00693406
+3.4214 -0.00692012
+3.4553 -0.00689937
+3.4892 -0.00687189
+3.523 -0.00683777
+3.5569 -0.00679709
+3.5908 -0.00674995
+3.6247 -0.00669644
+3.6585 -0.00663666
+3.6924 -0.00657074
+3.7263 -0.00649877
+3.7602 -0.00642089
+3.794 -0.00633722
+3.8279 -0.00624789
+3.8618 -0.00615304
+3.8957 -0.00605279
+3.9295 -0.00594731
+3.9634 -0.00583673
+3.9973 -0.00572121
+4.0312 -0.0056009
+4.065 -0.00547597
+4.0989 -0.00534657
+4.1328 -0.00521287
+4.1667 -0.00507504
+4.2005 -0.00493325
+4.2344 -0.00478768
+4.2683 -0.00463849
+4.3022 -0.00448588
+4.336 -0.00433003
+4.3699 -0.0041711
+4.4038 -0.0040093
+4.4377 -0.0038448
+4.4715 -0.00367779
+4.5054 -0.00350847
+4.5393 -0.00333701
+4.5732 -0.00316361
+4.607 -0.00298846
+4.6409 -0.00281174
+4.6748 -0.00263366
+4.7087 -0.00245439
+4.7425 -0.00227413
+4.7764 -0.00209307
+4.8103 -0.0019114
+4.8442 -0.0017293
+4.878 -0.00154695
+4.9119 -0.00136456
+4.9458 -0.00118229
+4.9797 -0.00100034
+5.0136 -0.000818878
+5.0474 -0.000638086
+5.0813 -0.000458142
+5.1152 -0.000279219
+5.1491 -0.000101489
+5.1829 7.48791e-05
+5.2168 0.000249719
+5.2507 0.000422866
+5.2846 0.000594161
+5.3184 0.000763445
+5.3523 0.000930566
+5.3862 0.00109537
+5.4201 0.00125772
+5.4539 0.00141745
+5.4878 0.00157445
+5.5217 0.00172856
+5.5556 0.00187966
+5.5894 0.00202762
+5.6233 0.00217232
+5.6572 0.00231363
+5.6911 0.00245145
+5.7249 0.00258565
+5.7588 0.00271614
+5.7927 0.00284282
+5.8266 0.00296558
+5.8604 0.00308434
+5.8943 0.00319901
+5.9282 0.0033095
+5.9621 0.00341574
+5.9959 0.00351766
+6.0298 0.00361519
+6.0637 0.00370826
+6.0976 0.00379682
+6.1314 0.00388081
+6.1653 0.0039602
+6.1992 0.00403492
+6.2331 0.00410496
+6.2669 0.00417027
+6.3008 0.00423082
+6.3347 0.0042866
+6.3686 0.00433759
+6.4024 0.00438377
+6.4363 0.00442514
+6.4702 0.00446169
+6.5041 0.00449343
+6.5379 0.00452036
+6.5718 0.00454249
+6.6057 0.00455985
+6.6396 0.00457245
+6.6734 0.00458032
+6.7073 0.00458348
+6.7412 0.00458198
+6.7751 0.00457585
+6.8089 0.00456514
+6.8428 0.00454989
+6.8767 0.00453015
+6.9106 0.00450599
+6.9444 0.00447746
+6.9783 0.00444463
+7.0122 0.00440756
+7.0461 0.00436632
+7.0799 0.004321
+7.1138 0.00427167
+7.1477 0.00421841
+7.1816 0.0041613
+7.2154 0.00410044
+7.2493 0.00403592
+7.2832 0.00396783
+7.3171 0.00389627
+7.3509 0.00382134
+7.3848 0.00374314
+7.4187 0.00366177
+7.4526 0.00357736
+7.4864 0.00349
+7.5203 0.0033998
+7.5542 0.00330688
+7.5881 0.00321137
+7.622 0.00311336
+7.6558 0.00301299
+7.6897 0.00291037
+7.7236 0.00280562
+7.7575 0.00269887
+7.7913 0.00259024
+7.8252 0.00247985
+7.8591 0.00236784
+7.893 0.00225432
+7.9268 0.00213943
+7.9607 0.00202329
+7.9946 0.00190602
+8.0285 0.00178776
+8.0623 0.00166863
+8.0962 0.00154876
+8.1301 0.00142828
+8.164 0.00130731
+8.1978 0.00118598
+8.2317 0.00106441
+8.2656 0.000942728
+8.2995 0.000821059
+8.3333 0.000699524
+8.3672 0.000578244
+8.4011 0.000457341
+8.435 0.000336932
+8.4688 0.000217136
+8.5027 9.80675e-05
+8.5366 -2.01585e-05
+8.5705 -0.00013743
+8.6043 -0.000253636
+8.6382 -0.000368668
+8.6721 -0.00048242
+8.706 -0.000594787
+8.7398 -0.000705667
+8.7737 -0.00081496
+8.8076 -0.00092257
+8.8415 -0.0010284
+8.8753 -0.00113236
+8.9092 -0.00123435
+8.9431 -0.0013343
+8.977 -0.00143212
+9.0108 -0.00152772
+9.0447 -0.00162103
+9.0786 -0.00171197
+9.1125 -0.00180047
+9.1463 -0.00188646
+9.1802 -0.00196987
+9.2141 -0.00205064
+9.248 -0.00212871
+9.2818 -0.00220403
+9.3157 -0.00227653
+9.3496 -0.00234617
+9.3835 -0.0024129
+9.4173 -0.00247668
+9.4512 -0.00253746
+9.4851 -0.00259521
+9.519 -0.0026499
+9.5528 -0.00270149
+9.5867 -0.00274996
+9.6206 -0.00279529
+9.6545 -0.00283744
+9.6883 -0.00287642
+9.7222 -0.00291219
+9.7561 -0.00294476
+9.79 -0.00297411
+9.8238 -0.00300025
+9.8577 -0.00302316
+9.8916 -0.00304286
+9.9255 -0.00305935
+9.9593 -0.00307264
+9.9932 -0.00308274
+10.027 -0.00308966
+10.061 -0.00309343
+10.095 -0.00309406
+10.129 -0.00309159
+10.163 -0.00308604
+10.196 -0.00307743
+10.23 -0.0030658
+10.264 -0.0030512
+10.298 -0.00303365
+10.332 -0.00301319
+10.366 -0.00298988
+10.4 -0.00296376
+10.434 -0.00293487
+10.467 -0.00290327
+10.501 -0.00286901
+10.535 -0.00283216
+10.569 -0.00279275
+10.603 -0.00275086
+10.637 -0.00270655
+10.671 -0.00265988
+10.705 -0.00261092
+10.738 -0.00255974
+10.772 -0.0025064
+10.806 -0.00245097
+10.84 -0.00239353
+10.874 -0.00233416
+10.908 -0.00227292
+10.942 -0.0022099
+10.976 -0.00214517
+11.009 -0.00207881
+11.043 -0.0020109
+11.077 -0.00194153
+11.111 -0.00187077
+11.145 -0.0017987
+11.179 -0.00172541
+11.213 -0.00165098
+11.247 -0.0015755
+11.28 -0.00149906
+11.314 -0.00142172
+11.348 -0.00134359
+11.382 -0.00126475
+11.416 -0.00118527
+11.45 -0.00110525
+11.484 -0.00102477
+11.518 -0.000943919
+11.551 -0.000862776
+11.585 -0.000781427
+11.619 -0.000699955
+11.653 -0.000618444
+11.687 -0.000536976
+11.721 -0.000455633
+11.755 -0.000374495
+11.789 -0.000293643
+11.822 -0.000213156
+11.856 -0.000133111
+11.89 -5.35859e-05
+11.924 2.53436e-05
+11.958 0.000103602
+11.992 0.000181118
+12.026 0.000257817
+12.06 0.00033363
+12.093 0.000408487
+12.127 0.000482321
+12.161 0.000555066
+12.195 0.000626657
+12.229 0.000697031
+12.263 0.000766127
+12.297 0.000833887
+12.331 0.000900252
+12.364 0.000965166
+12.398 0.00102858
+12.432 0.00109043
+12.466 0.00115068
+12.5 0.00120928
+12.534 0.00126618
+12.568 0.00132134
+12.602 0.00137471
+12.636 0.00142626
+12.669 0.00147595
+12.703 0.00152374
+12.737 0.00156961
+12.771 0.00161351
+12.805 0.00165543
+12.839 0.00169534
+12.873 0.00173321
+12.907 0.00176902
+12.94 0.00180275
+12.974 0.00183438
+13.008 0.00186391
+13.042 0.00189131
+13.076 0.00191657
+13.11 0.0019397
+13.144 0.00196067
+13.178 0.0019795
+13.211 0.00199617
+13.245 0.00201068
+13.279 0.00202305
+13.313 0.00203327
+13.347 0.00204135
+13.381 0.00204731
+13.415 0.00205114
+13.449 0.00205287
+13.482 0.00205251
+13.516 0.00205008
+13.55 0.00204559
+13.584 0.00203907
+13.618 0.00203054
+13.652 0.00202003
+13.686 0.00200756
+13.72 0.00199316
+13.753 0.00197686
+13.787 0.0019587
+13.821 0.00193869
+13.855 0.00191689
+13.889 0.00189333
+13.923 0.00186804
+13.957 0.00184106
+13.991 0.00181244
+14.024 0.00178222
+14.058 0.00175044
+14.092 0.00171714
+14.126 0.00168237
+14.16 0.00164619
+14.194 0.00160862
+14.228 0.00156973
+14.262 0.00152957
+14.295 0.00148818
+14.329 0.00144562
+14.363 0.00140194
+14.397 0.00135719
+14.431 0.00131143
+14.465 0.0012647
+14.499 0.00121707
+14.533 0.0011686
+14.566 0.00111932
+14.6 0.00106931
+14.634 0.00101862
+14.668 0.000967305
+14.702 0.000915421
+14.736 0.000863025
+14.77 0.000810174
+14.804 0.000756927
+14.837 0.000703338
+14.871 0.000649466
+14.905 0.000595367
+14.939 0.000541096
+14.973 0.000486711
+15.007 0.000432267
+15.041 0.000377819
+15.075 0.000323422
+15.108 0.000269131
+15.142 0.000214999
+15.176 0.00016108
+15.21 0.000107427
+15.244 5.40904e-05
+15.278 1.12259e-06
+15.312 -5.14263e-05
+15.346 -0.000103507
+15.379 -0.00015507
+15.413 -0.000206068
+15.447 -0.000256454
+15.481 -0.000306182
+15.515 -0.000355208
+15.549 -0.000403487
+15.583 -0.000450977
+15.617 -0.000497637
+15.65 -0.000543426
+15.684 -0.000588304
+15.718 -0.000632235
+15.752 -0.000675182
+15.786 -0.000717108
+15.82 -0.00075798
+15.854 -0.000797765
+15.888 -0.000836433
+15.921 -0.000873952
+15.955 -0.000910295
+15.989 -0.000945433
+16.023 -0.000979343
+16.057 -0.001012
+16.091 -0.00104338
+16.125 -0.00107346
+16.159 -0.00110222
+16.192 -0.00112965
+16.226 -0.00115572
+16.26 -0.00118042
+16.294 -0.00120375
+16.328 -0.00122567
+16.362 -0.00124619
+16.396 -0.0012653
+16.43 -0.00128298
+16.463 -0.00129924
+16.497 -0.00131405
+16.531 -0.00132744
+16.565 -0.00133938
+16.599 -0.00134988
+16.633 -0.00135894
+16.667 -0.00136657
+16.701 -0.00137276
+16.734 -0.00137752
+16.768 -0.00138087
+16.802 -0.0013828
+16.836 -0.00138333
+16.87 -0.00138246
+16.904 -0.00138021
+16.938 -0.0013766
+16.972 -0.00137164
+17.005 -0.00136533
+17.039 -0.00135771
+17.073 -0.00134878
+17.107 -0.00133858
+17.141 -0.00132711
+17.175 -0.0013144
+17.209 -0.00130048
+17.243 -0.00128536
+17.276 -0.00126907
+17.31 -0.00125164
+17.344 -0.0012331
+17.378 -0.00121347
+17.412 -0.00119277
+17.446 -0.00117105
+17.48 -0.00114833
+17.514 -0.00112463
+17.547 -0.0011
+17.581 -0.00107446
+17.615 -0.00104806
+17.649 -0.00102081
+17.683 -0.000992757
+17.717 -0.000963935
+17.751 -0.000934379
+17.785 -0.000904123
+17.818 -0.000873205
+17.852 -0.00084166
+17.886 -0.000809526
+17.92 -0.000776839
+17.954 -0.000743637
+17.988 -0.000709957
+18.022 -0.000675838
+18.056 -0.000641316
+18.089 -0.000606431
+18.123 -0.000571219
+18.157 -0.00053572
+18.191 -0.000499971
+18.225 -0.00046401
+18.259 -0.000427876
+18.293 -0.000391605
+18.327 -0.000355236
+18.36 -0.000318806
+18.394 -0.000282352
+18.428 -0.00024591
+18.462 -0.000209519
+18.496 -0.000173214
+18.53 -0.00013703
+18.564 -0.000101003
+18.598 -6.51686e-05
+18.631 -2.95609e-05
+18.665 5.78599e-06
+18.699 4.08387e-05
+18.733 7.55641e-05
+18.767 0.00010993
+18.801 0.000143905
+18.835 0.000177457
+18.869 0.000210557
+18.902 0.000243174
+18.936 0.00027528
+18.97 0.000306847
+19.004 0.000337846
+19.038 0.000368252
+19.072 0.000398039
+19.106 0.000427181
+19.14 0.000455654
+19.173 0.000483435
+19.207 0.000510502
+19.241 0.000536833
+19.275 0.000562408
+19.309 0.000587207
+19.343 0.00061121
+19.377 0.000634402
+19.411 0.000656763
+19.444 0.00067828
+19.478 0.000698937
+19.512 0.000718719
+19.546 0.000737615
+19.58 0.000755612
+19.614 0.000772699
+19.648 0.000788867
+19.682 0.000804106
+19.715 0.000818409
+19.749 0.000831769
+19.783 0.00084418
+19.817 0.000855638
+19.851 0.000866137
+19.885 0.000875676
+19.919 0.000884253
+19.953 0.000891866
+19.986 0.000898517
+20.02 0.000904205
+20.054 0.000908933
+20.088 0.000912703
+20.122 0.000915521
+20.156 0.00091739
+20.19 0.000918317
+20.224 0.000918308
+20.257 0.00091737
+20.291 0.000915512
+20.325 0.000912744
+20.359 0.000909075
+20.393 0.000904517
+20.427 0.00089908
+20.461 0.000892779
+20.495 0.000885625
+20.528 0.000877634
+20.562 0.00086882
+20.596 0.000859198
+20.63 0.000848784
+20.664 0.000837596
+20.698 0.000825652
+20.732 0.000812968
+20.766 0.000799564
+20.799 0.00078546
+20.833 0.000770674
+20.867 0.000755228
+20.901 0.000739142
+20.935 0.000722438
+20.969 0.000705138
+21.003 0.000687263
+21.037 0.000668837
+21.07 0.000649882
+21.104 0.000630422
+21.138 0.00061048
+21.172 0.000590081
+21.206 0.000569248
+21.24 0.000548006
+21.274 0.000526381
+21.308 0.000504396
+21.341 0.000482077
+21.375 0.000459449
+21.409 0.000436537
+21.443 0.000413367
+21.477 0.000389963
+21.511 0.000366353
+21.545 0.00034256
+21.579 0.000318611
+21.612 0.00029453
+21.646 0.000270344
+21.68 0.000246077
+21.714 0.000221755
+21.748 0.000197402
+21.782 0.000173044
+21.816 0.000148704
+21.85 0.000124407
+21.883 0.000100178
+21.917 7.60401e-05
+21.951 5.2017e-05
+21.985 2.81319e-05
+22.019 4.40794e-06
+22.053 -1.91323e-05
+22.087 -4.24667e-05
+22.121 -6.55733e-05
+22.154 -8.84306e-05
+22.188 -0.000111018
+22.222 -0.000133314
+22.256 -0.000155299
+22.29 -0.000176953
+22.324 -0.000198258
+22.358 -0.000219194
+22.392 -0.000239744
+22.425 -0.000259889
+22.459 -0.000279614
+22.493 -0.0002989
+22.527 -0.000317733
+22.561 -0.000336096
+22.595 -0.000353976
+22.629 -0.000371359
+22.663 -0.000388229
+22.696 -0.000404576
+22.73 -0.000420386
+22.764 -0.000435647
+22.798 -0.00045035
+22.832 -0.000464483
+22.866 -0.000478038
+22.9 -0.000491004
+22.934 -0.000503373
+22.967 -0.000515139
+23.001 -0.000526293
+23.035 -0.00053683
+23.069 -0.000546744
+23.103 -0.000556029
+23.137 -0.000564683
+23.171 -0.0005727
+23.205 -0.000580078
+23.238 -0.000586815
+23.272 -0.000592909
+23.306 -0.000598359
+23.34 -0.000603165
+23.374 -0.000607327
+23.408 -0.000610846
+23.442 -0.000613724
+23.476 -0.000615963
+23.509 -0.000617565
+23.543 -0.000618535
+23.577 -0.000618876
+23.611 -0.000618594
+23.645 -0.000617693
+23.679 -0.000616179
+23.713 -0.000614059
+23.747 -0.00061134
+23.78 -0.000608029
+23.814 -0.000604134
+23.848 -0.000599665
+23.882 -0.000594629
+23.916 -0.000589038
+23.95 -0.0005829
+23.984 -0.000576227
+24.018 -0.000569029
+24.051 -0.000561318
+24.085 -0.000553105
+24.119 -0.000544404
+24.153 -0.000535227
+24.187 -0.000525587
+24.221 -0.000515496
+24.255 -0.00050497
+24.289 -0.000494022
+24.322 -0.000482667
+24.356 -0.000470919
+24.39 -0.000458793
+24.424 -0.000446305
+24.458 -0.00043347
+24.492 -0.000420303
+24.526 -0.000406822
+24.56 -0.000393041
+24.593 -0.000378977
+24.627 -0.000364646
+24.661 -0.000350066
+24.695 -0.000335252
+24.729 -0.000320222
+24.763 -0.000304992
+24.797 -0.00028958
+24.831 -0.000274002
+24.864 -0.000258275
+24.898 -0.000242417
+24.932 -0.000226444
+24.966 -0.000210374
+25 -0.000194223
diff --git a/test/template.tex b/test/template.tex
index 8066887..ee700af 100644
--- a/test/template.tex
+++ b/test/template.tex
@@ -67,6 +67,7 @@ current stable branch of the version-controlled source code.
 
 \input{spurious/spurious.tex}
 \input{capwave/capwave.tex}
+\input{capwave/density/density.tex}
 
 \section{Shallow-water}
 

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list