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

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


The following commit has been merged in the upstream branch:
commit 59aaec43fb4db86432d3ae2eff8a53cf9f04ca52
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Jan 19 08:42:07 2007 +1100

    New gravity wave test case
    
    darcs-hash:20070118214207-d4795-7d827c3d093833a54e874e08adc6db5228a6d692.gz

diff --git a/test/capwave/gravity/convergence.ref b/test/capwave/gravity/convergence.ref
new file mode 100644
index 0000000..084feca
--- /dev/null
+++ b/test/capwave/gravity/convergence.ref
@@ -0,0 +1,4 @@
+3 0.131117
+4 0.0317291
+5 0.00889495
+6 0.00535471
diff --git a/test/capwave/density/density.gfs b/test/capwave/gravity/gravity.gfs
similarity index 60%
copy from test/capwave/density/density.gfs
copy to test/capwave/gravity/gravity.gfs
index 74a7210..afcba52 100644
--- a/test/capwave/density/density.gfs
+++ b/test/capwave/gravity/gravity.gfs
@@ -1,13 +1,10 @@
-# Title: Fluids of different densities
+# Title: Pure gravity wave
 #
 # Description:
 #
-# 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
-# \cite{popinet99} and Surfer \cite{gueyffier98}.
+# Similar to the capillary wave test case but for a pure gravity
+# wave. The density ratio is 10. The dynamic viscosities are
+# identical.
 #
 # The time-evolution of the amplitude given by Prosperetti's theory
 # and Gerris ($64^2$) is given on Figure \ref{amplitude}.
@@ -16,13 +13,11 @@
 # \begin{center}
 # \begin{tabular}{|l|ccccc|} \hline
 # Method & $8^2$ & $16^2$ & $32^2$ & $64^2$ & $128^2$ \\ \hline
-# \input{convergence.tex} & 0.00447631 \\
-# Markers & 0.3593 & 0.1397 & 0.0566 & 0.0264 & 0.0148 \\
-# Surfer & - & - & 0.1233 & 0.0300 & 0.0254 \\ \hline
+# \input{convergence.tex} & 0.00417707 \\
 # \end{tabular}
 # \end{center}
 # \caption{Convergence of the relative error between the analytical
-# solution and simulation results from various solvers.}
+# solution and simulation results.}
 # \label{convergence}
 # \end{table}
 #
@@ -30,13 +25,13 @@
 # \begin{center}
 # \includegraphics[width=\hsize]{amplitude.eps}
 # \end{center}
-# \caption{Evolution of the amplitude of the capillary wave as a
+# \caption{Evolution of the amplitude of the gravity wave as a
 # function of non-dimensional time $\tau=\omega_0 t$.}
 # \label{amplitude}
 # \end{figure}
 #
 # Author: St\'ephane Popinet
-# Command: sh ../capwave.sh density.gfs
+# Command: sh ../capwave.sh gravity.gfs
 # Version: 1.0.0
 # Required files: convergence.ref prosperetti
 # Generated files: convergence.tex amplitude.eps
@@ -47,17 +42,27 @@
   ProjectionParams { tolerance = 1e-6 }
   Refine LEVEL
   VariableTracer {} T { scheme = vof }
-  VariableCurvature {} K T
-  SourceTension {} T 1 K
+
+  # Line below is for direct imposition of gravity acceleration
+  #  Source {} V 50
+
+  # It is better to use a formulation where the first-order
+  # hydrostatic pressure is substracted away (in particular it
+  # prevents the generation of "hydrostatic spurious currents")
   VariablePosition {} Y T y
+
+  # acceleration of gravity is 50, the equivalent "reduced pressure"
+  # is 50*(1. - 0.1) = 45
+  SourceTension {} T 45 Y
+
   AdvectionParams { scheme = none }
   SourceDiffusion {} U 0.0182571749236
   SourceDiffusion {} V 0.0182571749236
   PhysicalParams { alpha = 1./(T + 0.1*(1. - T)) }
   InitFraction {} T wave.gts
   OutputScalarNorm { step = .00225584983639310905 } {
-      awk '{printf ("%g %g\n", $3*15.016663878457, $9); fflush(stdout); }' > wave-LEVEL
-  } { v = (T > 0. && T < 1. ? Y : 0.) }
+      awk '{printf ("%g %g\n", $3*16.032448313657, $9); fflush(stdout); }' > wave-LEVEL
+  } { v = (T > 1e-6 && T < 1. - 1e-6 ? Y : 0.) }
 }
 GfsBox {}
 1 1 right
diff --git a/test/capwave/gravity/prosperetti b/test/capwave/gravity/prosperetti
new file mode 100644
index 0000000..d1a1a57
--- /dev/null
+++ b/test/capwave/gravity/prosperetti
@@ -0,0 +1,739 @@
+0 0.01
+0.036167 0.0099936
+0.072334 0.00997468
+0.1085 0.0099435
+0.14467 0.00990031
+0.18083 0.00984532
+0.217 0.00977877
+0.25317 0.00970087
+0.28933 0.00961185
+0.3255 0.00951193
+0.36167 0.00940137
+0.39783 0.00928039
+0.434 0.00914926
+0.47017 0.00900822
+0.50634 0.00885755
+0.5425 0.00869751
+0.57867 0.00852839
+0.61484 0.00835047
+0.651 0.00816404
+0.68717 0.0079694
+0.72334 0.00776686
+0.7595 0.00755673
+0.79567 0.00733931
+0.83184 0.00711494
+0.868 0.00688394
+0.90417 0.00664663
+0.94034 0.00640336
+0.9765 0.00615445
+1.0127 0.00590026
+1.0488 0.00564112
+1.085 0.00537737
+1.1212 0.00510938
+1.1573 0.00483749
+1.1935 0.00456204
+1.2297 0.00428339
+1.2658 0.0040019
+1.302 0.00371792
+1.3382 0.0034318
+1.3743 0.00314389
+1.4105 0.00285454
+1.4467 0.0025641
+1.4828 0.00227293
+1.519 0.00198136
+1.5552 0.00168974
+1.5913 0.0013984
+1.6275 0.0011077
+1.6637 0.00081795
+1.6998 0.000529491
+1.736 0.000242646
+1.7722 4.22646e-05
+1.8083 0.000324926
+1.8445 0.000605028
+1.8807 0.000882266
+1.9168 0.00115634
+1.953 0.00142696
+1.9892 0.00169384
+2.0253 0.0019567
+2.0615 0.00221526
+2.0977 0.00246927
+2.1338 0.00271846
+2.17 0.00296259
+2.2062 0.00320141
+2.2423 0.00343469
+2.2785 0.0036622
+2.3147 0.00388373
+2.3508 0.00409907
+2.387 0.00430802
+2.4232 0.00451038
+2.4593 0.00470599
+2.4955 0.00489466
+2.5317 0.00507624
+2.5678 0.00525057
+2.604 0.00541751
+2.6402 0.00557692
+2.6763 0.00572869
+2.7125 0.00587269
+2.7487 0.00600883
+2.7848 0.00613702
+2.821 0.00625715
+2.8572 0.00636918
+2.8933 0.00647302
+2.9295 0.00656863
+2.9657 0.00665595
+3.0018 0.00673497
+3.038 0.00680565
+3.0742 0.00686798
+3.1103 0.00692196
+3.1465 0.00696759
+3.1827 0.00700488
+3.2188 0.00703386
+3.255 0.00705457
+3.2912 0.00706704
+3.3273 0.00707133
+3.3635 0.0070675
+3.3997 0.00705561
+3.4358 0.00703576
+3.472 0.00700803
+3.5082 0.0069725
+3.5443 0.00692929
+3.5805 0.00687851
+3.6167 0.00682027
+3.6528 0.00675471
+3.689 0.00668196
+3.7252 0.00660216
+3.7613 0.00651546
+3.7975 0.00642202
+3.8337 0.006322
+3.8698 0.00621556
+3.906 0.00610289
+3.9422 0.00598415
+3.9783 0.00585955
+4.0145 0.00572926
+4.0507 0.00559349
+4.0868 0.00545243
+4.123 0.0053063
+4.1592 0.0051553
+4.1953 0.00499963
+4.2315 0.00483954
+4.2677 0.00467522
+4.3038 0.0045069
+4.34 0.00433482
+4.3762 0.0041592
+4.4123 0.00398027
+4.4485 0.00379826
+4.4847 0.0036134
+4.5208 0.00342595
+4.557 0.00323612
+4.5932 0.00304416
+4.6293 0.00285031
+4.6655 0.0026548
+4.7017 0.00245788
+4.7379 0.00225977
+4.774 0.00206073
+4.8102 0.00186098
+4.8464 0.00166077
+4.8825 0.00146032
+4.9187 0.00125987
+4.9549 0.00105965
+4.991 0.000859881
+5.0272 0.0006608
+5.0634 0.000462626
+5.0995 0.000265579
+5.1357 6.98778e-05
+5.1719 0.000124264
+5.208 0.000316636
+5.2442 0.00050703
+5.2804 0.000695245
+5.3165 0.000881081
+5.3527 0.00106434
+5.3889 0.00124484
+5.425 0.0014224
+5.4612 0.00159682
+5.4974 0.00176794
+5.5335 0.00193559
+5.5697 0.0020996
+5.6059 0.00225981
+5.642 0.00241608
+5.6782 0.00256824
+5.7144 0.00271617
+5.7505 0.00285972
+5.7867 0.00299877
+5.8229 0.00313319
+5.859 0.00326287
+5.8952 0.00338769
+5.9314 0.00350756
+5.9675 0.00362237
+6.0037 0.00373204
+6.0399 0.00383647
+6.076 0.0039356
+6.1122 0.00402935
+6.1484 0.00411766
+6.1845 0.00420047
+6.2207 0.00427773
+6.2569 0.0043494
+6.293 0.00441543
+6.3292 0.00447582
+6.3654 0.00453052
+6.4015 0.00457952
+6.4377 0.00462281
+6.4739 0.0046604
+6.51 0.00469227
+6.5462 0.00471845
+6.5824 0.00473895
+6.6185 0.00475379
+6.6547 0.00476301
+6.6909 0.00476663
+6.727 0.00476471
+6.7632 0.00475728
+6.7994 0.0047444
+6.8355 0.00472614
+6.8717 0.00470255
+6.9079 0.00467371
+6.944 0.00463969
+6.9802 0.00460058
+7.0164 0.00455646
+7.0525 0.00450742
+7.0887 0.00445357
+7.1249 0.004395
+7.161 0.00433182
+7.1972 0.00426414
+7.2334 0.00419208
+7.2695 0.00411575
+7.3057 0.00403528
+7.3419 0.00395079
+7.378 0.00386242
+7.4142 0.0037703
+7.4504 0.00367456
+7.4865 0.00357534
+7.5227 0.0034728
+7.5589 0.00336707
+7.595 0.0032583
+7.6312 0.00314665
+7.6674 0.00303226
+7.7035 0.00291529
+7.7397 0.0027959
+7.7759 0.00267424
+7.812 0.00255047
+7.8482 0.00242476
+7.8844 0.00229725
+7.9205 0.00216813
+7.9567 0.00203754
+7.9929 0.00190565
+8.029 0.00177262
+8.0652 0.00163862
+8.1014 0.0015038
+8.1375 0.00136834
+8.1737 0.00123239
+8.2099 0.00109611
+8.246 0.000959663
+8.2822 0.000823208
+8.3184 0.000686901
+8.3545 0.000550899
+8.3907 0.000415356
+8.4269 0.000280425
+8.463 0.000146256
+8.4992 1.29976e-05
+8.5354 0.000119203
+8.5715 0.000250204
+8.6077 0.000379862
+8.6439 0.000508039
+8.68 0.0006346
+8.7162 0.000759411
+8.7524 0.000882344
+8.7885 0.00100327
+8.8247 0.00112207
+8.8609 0.00123862
+8.897 0.00135281
+8.9332 0.00146452
+8.9694 0.00157364
+9.0055 0.00168008
+9.0417 0.00178373
+9.0779 0.00188449
+9.114 0.00198226
+9.1502 0.00207697
+9.1864 0.00216853
+9.2225 0.00225686
+9.2587 0.00234188
+9.2949 0.00242352
+9.331 0.00250171
+9.3672 0.0025764
+9.4034 0.00264752
+9.4395 0.00271503
+9.4757 0.00277887
+9.5119 0.002839
+9.548 0.00289538
+9.5842 0.00294798
+9.6204 0.00299677
+9.6565 0.00304172
+9.6927 0.00308281
+9.7289 0.00312002
+9.765 0.00315335
+9.8012 0.00318279
+9.8374 0.00320834
+9.8735 0.00322999
+9.9097 0.00324776
+9.9459 0.00326165
+9.982 0.00327169
+10.018 0.00327789
+10.054 0.00328027
+10.091 0.00327887
+10.127 0.00327372
+10.163 0.00326485
+10.199 0.0032523
+10.235 0.00323612
+10.271 0.00321636
+10.308 0.00319306
+10.344 0.0031663
+10.38 0.00313611
+10.416 0.00310257
+10.452 0.00306575
+10.488 0.0030257
+10.525 0.00298251
+10.561 0.00293625
+10.597 0.002887
+10.633 0.00283484
+10.669 0.00277985
+10.705 0.00272211
+10.742 0.00266173
+10.778 0.00259879
+10.814 0.00253338
+10.85 0.0024656
+10.886 0.00239554
+10.922 0.00232331
+10.959 0.00224901
+10.995 0.00217273
+11.031 0.00209459
+11.067 0.00201469
+11.103 0.00193313
+11.139 0.00185002
+11.176 0.00176547
+11.212 0.0016796
+11.248 0.0015925
+11.284 0.00150429
+11.32 0.00141508
+11.356 0.00132499
+11.393 0.00123411
+11.429 0.00114257
+11.465 0.00105048
+11.501 0.000957935
+11.537 0.000865059
+11.573 0.000771958
+11.61 0.00067874
+11.646 0.000585515
+11.682 0.00049239
+11.718 0.000399471
+11.754 0.000306864
+11.79 0.000214672
+11.827 0.000122999
+11.863 3.19457e-05
+11.899 5.8388e-05
+11.935 0.000147904
+11.971 0.000236506
+12.007 0.000324098
+12.044 0.00041059
+12.08 0.000495889
+12.116 0.000579908
+12.152 0.00066256
+12.188 0.000743761
+12.224 0.000823429
+12.261 0.000901486
+12.297 0.000977854
+12.333 0.00105246
+12.369 0.00112523
+12.405 0.0011961
+12.441 0.001265
+12.478 0.00133187
+12.514 0.00139664
+12.55 0.00145927
+12.586 0.00151969
+12.622 0.00157785
+12.658 0.00163371
+12.695 0.00168722
+12.731 0.00173834
+12.767 0.00178702
+12.803 0.00183324
+12.839 0.00187695
+12.875 0.00191814
+12.912 0.00195677
+12.948 0.00199281
+12.984 0.00202626
+13.02 0.00205709
+13.056 0.00208528
+13.092 0.00211083
+13.129 0.00213373
+13.165 0.00215397
+13.201 0.00217156
+13.237 0.00218649
+13.273 0.00219877
+13.309 0.0022084
+13.346 0.0022154
+13.382 0.00221979
+13.418 0.00222156
+13.454 0.00222076
+13.49 0.00221739
+13.526 0.00221149
+13.563 0.00220307
+13.599 0.00219218
+13.635 0.00217884
+13.671 0.00216309
+13.707 0.00214497
+13.743 0.00212452
+13.78 0.00210177
+13.816 0.00207678
+13.852 0.0020496
+13.888 0.00202026
+13.924 0.00198883
+13.96 0.00195536
+13.997 0.0019199
+14.033 0.0018825
+14.069 0.00184324
+14.105 0.00180216
+14.141 0.00175934
+14.177 0.00171483
+14.214 0.0016687
+14.25 0.00162102
+14.286 0.00157185
+14.322 0.00152126
+14.358 0.00146933
+14.394 0.00141612
+14.431 0.0013617
+14.467 0.00130616
+14.503 0.00124955
+14.539 0.00119196
+14.575 0.00113347
+14.611 0.00107413
+14.648 0.00101404
+14.684 0.00095326
+14.72 0.000891873
+14.756 0.000829954
+14.792 0.000767577
+14.828 0.000704819
+14.865 0.000641755
+14.901 0.00057846
+14.937 0.000515009
+14.973 0.000451477
+15.009 0.000387937
+15.045 0.000324463
+15.082 0.000261128
+15.118 0.000198003
+15.154 0.00013516
+15.19 7.26676e-05
+15.226 1.05965e-05
+15.262 5.09858e-05
+15.299 0.000112012
+15.335 0.000172417
+15.371 0.000232135
+15.407 0.000291104
+15.443 0.000349261
+15.479 0.000406547
+15.516 0.000462902
+15.552 0.000518269
+15.588 0.000572591
+15.624 0.000625817
+15.66 0.000677891
+15.696 0.000728765
+15.733 0.000778389
+15.769 0.000826716
+15.805 0.000873701
+15.841 0.000919301
+15.877 0.000963475
+15.913 0.00100618
+15.95 0.00104739
+15.986 0.00108706
+16.022 0.00112515
+16.058 0.00116165
+16.094 0.00119651
+16.13 0.00122971
+16.167 0.00126123
+16.203 0.00129105
+16.239 0.00131914
+16.275 0.00134549
+16.311 0.00137007
+16.347 0.00139288
+16.384 0.00141391
+16.42 0.00143314
+16.456 0.00145057
+16.492 0.00146618
+16.528 0.00147999
+16.564 0.00149198
+16.601 0.00150217
+16.637 0.00151054
+16.673 0.00151711
+16.709 0.00152188
+16.745 0.00152487
+16.781 0.00152608
+16.818 0.00152553
+16.854 0.00152322
+16.89 0.00151919
+16.926 0.00151345
+16.962 0.00150601
+16.998 0.00149691
+17.035 0.00148616
+17.071 0.00147379
+17.107 0.00145983
+17.143 0.0014443
+17.179 0.00142725
+17.215 0.00140869
+17.252 0.00138867
+17.288 0.00136722
+17.324 0.00134437
+17.36 0.00132016
+17.396 0.00129464
+17.432 0.00126784
+17.469 0.00123981
+17.505 0.00121057
+17.541 0.00118019
+17.577 0.00114871
+17.613 0.00111616
+17.649 0.00108259
+17.686 0.00104806
+17.722 0.00101261
+17.758 0.000976289
+17.794 0.000939143
+17.83 0.000901225
+17.866 0.000862583
+17.903 0.000823268
+17.939 0.000783332
+17.975 0.000742825
+18.011 0.000701798
+18.047 0.000660303
+18.083 0.000618392
+18.12 0.000576117
+18.156 0.000533528
+18.192 0.000490678
+18.228 0.000447619
+18.264 0.0004044
+18.3 0.000361075
+18.337 0.000317692
+18.373 0.000274304
+18.409 0.000230959
+18.445 0.000187708
+18.481 0.0001446
+18.517 0.000101682
+18.554 5.90034e-05
+18.59 1.66107e-05
+18.626 2.54493e-05
+18.662 6.71309e-05
+18.698 0.000108389
+18.734 0.00014918
+18.771 0.000189461
+18.807 0.000229189
+18.843 0.000268323
+18.879 0.000306822
+18.915 0.000344649
+18.951 0.000381764
+18.988 0.00041813
+19.024 0.000453713
+19.06 0.000488477
+19.096 0.000522388
+19.132 0.000555416
+19.168 0.000587529
+19.205 0.000618697
+19.241 0.000648892
+19.277 0.000678088
+19.313 0.00070626
+19.349 0.000733382
+19.385 0.000759433
+19.422 0.00078439
+19.458 0.000808236
+19.494 0.00083095
+19.53 0.000852516
+19.566 0.000872919
+19.602 0.000892145
+19.639 0.00091018
+19.675 0.000927015
+19.711 0.00094264
+19.747 0.000957046
+19.783 0.000970227
+19.819 0.000982177
+19.856 0.000992894
+19.892 0.00100237
+19.928 0.00101062
+19.964 0.00101763
+20 0.0010234
+20.036 0.00102794
+20.073 0.00103126
+20.109 0.00103335
+20.145 0.00103424
+20.181 0.00103392
+20.217 0.00103241
+20.253 0.00102971
+20.29 0.00102585
+20.326 0.00102084
+20.362 0.00101468
+20.398 0.0010074
+20.434 0.000999018
+20.47 0.000989547
+20.507 0.00097901
+20.543 0.000967427
+20.579 0.000954819
+20.615 0.000941211
+20.651 0.000926626
+20.687 0.000911088
+20.724 0.000894624
+20.76 0.000877259
+20.796 0.000859022
+20.832 0.000839941
+20.868 0.000820044
+20.904 0.000799361
+20.941 0.000777922
+20.977 0.000755759
+21.013 0.000732903
+21.049 0.000709385
+21.085 0.000685239
+21.121 0.000660497
+21.158 0.000635193
+21.194 0.00060936
+21.23 0.000583033
+21.266 0.000556246
+21.302 0.000529034
+21.338 0.000501431
+21.375 0.000473473
+21.411 0.000445194
+21.447 0.000416631
+21.483 0.000387817
+21.519 0.00035879
+21.555 0.000329582
+21.592 0.000300231
+21.628 0.000270771
+21.664 0.000241236
+21.7 0.000211662
+21.736 0.000182083
+21.772 0.000152532
+21.809 0.000123044
+21.845 9.3653e-05
+21.881 6.4391e-05
+21.917 3.52911e-05
+21.953 6.38543e-06
+21.989 2.22942e-05
+22.026 5.07166e-05
+22.062 7.88511e-05
+22.098 0.000106668
+22.134 0.000134137
+22.17 0.000161229
+22.206 0.000187918
+22.243 0.000214174
+22.279 0.000239972
+22.315 0.000265285
+22.351 0.000290088
+22.387 0.000314357
+22.423 0.000338069
+22.46 0.000361199
+22.496 0.000383727
+22.532 0.000405631
+22.568 0.000426892
+22.604 0.000447489
+22.64 0.000467405
+22.677 0.000486623
+22.713 0.000505125
+22.749 0.000522897
+22.785 0.000539923
+22.821 0.000556191
+22.857 0.000571688
+22.894 0.000586402
+22.93 0.000600322
+22.966 0.00061344
+23.002 0.000625746
+23.038 0.000637233
+23.074 0.000647894
+23.111 0.000657724
+23.147 0.000666719
+23.183 0.000674874
+23.219 0.000682188
+23.255 0.000688659
+23.291 0.000694285
+23.328 0.000699068
+23.364 0.00070301
+23.4 0.000706111
+23.436 0.000708376
+23.472 0.000709809
+23.508 0.000710415
+23.545 0.0007102
+23.581 0.00070917
+23.617 0.000707335
+23.653 0.000704702
+23.689 0.000701281
+23.725 0.000697083
+23.762 0.000692119
+23.798 0.0006864
+23.834 0.000679939
+23.87 0.00067275
+23.906 0.000664848
+23.942 0.000656246
+23.979 0.000646962
+24.015 0.00063701
+24.051 0.000626408
+24.087 0.000615174
+24.123 0.000603325
+24.159 0.00059088
+24.196 0.000577859
+24.232 0.000564281
+24.268 0.000550167
+24.304 0.000535536
+24.34 0.000520411
+24.376 0.000504812
+24.413 0.000488762
+24.449 0.000472282
+24.485 0.000455395
+24.521 0.000438124
+24.557 0.000420492
+24.593 0.000402523
+24.63 0.000384239
+24.666 0.000365664
+24.702 0.000346822
+24.738 0.000327738
+24.774 0.000308434
+24.81 0.000288935
+24.847 0.000269266
+24.883 0.000249449
+24.919 0.00022951
+24.955 0.000209472
+24.991 0.000189358
+25.027 0.000169194
+25.064 0.000149002
+25.1 0.000128806
+25.136 0.000108629
+25.172 8.84945e-05
+25.208 6.84252e-05
+25.244 4.84437e-05
+25.281 2.85722e-05
+25.317 8.83287e-06
+25.353 1.07528e-05
+25.389 3.01634e-05
+25.425 4.9378e-05
+25.461 6.83761e-05
+25.498 8.71376e-05
+25.534 0.000105643
+25.57 0.000123872
+25.606 0.000141808
+25.642 0.000159431
+25.678 0.000176723
+25.715 0.000193669
+25.751 0.00021025
+25.787 0.00022645
+25.823 0.000242255
+25.859 0.000257649
+25.895 0.000272618
+25.932 0.000287148
+25.968 0.000301226
+26.004 0.000314839
+26.04 0.000327976
+26.076 0.000340625
+26.112 0.000352776
+26.149 0.000364418
+26.185 0.000375543
+26.221 0.000386143
+26.257 0.000396208
+26.293 0.000405732
+26.329 0.000414708
+26.366 0.000423131
+26.402 0.000430995
+26.438 0.000438295
+26.474 0.000445029
+26.51 0.000451193
+26.546 0.000456784
+26.583 0.000461801
+26.619 0.000466242
+26.655 0.000470108
+26.691 0.000473398
diff --git a/test/template.tex b/test/template.tex
index ee700af..72d6b90 100644
--- a/test/template.tex
+++ b/test/template.tex
@@ -68,6 +68,7 @@ current stable branch of the version-controlled source code.
 \input{spurious/spurious.tex}
 \input{capwave/capwave.tex}
 \input{capwave/density/density.tex}
+\input{capwave/gravity/gravity.tex}
 
 \section{Shallow-water}
 

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list