[code-saturne] 04/04: Merge tag 'upstream/2.0.0.rc1' into 2.0.0.rc1-4

Gilles Filippini pini at debian.org
Sun Jan 18 22:37:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

pini pushed a commit to annotated tag debian/2.0.0.rc1-4
in repository code-saturne.

commit 54b16ee99ecbf941f43cda4047b9a55015299f69
Merge: 6cd47d1 5d4e781
Author: Gilles Filippini <pini at debian.org>
Date:   Sun Jan 18 22:52:43 2015 +0100

    Merge tag 'upstream/2.0.0.rc1' into 2.0.0.rc1-4
    
    Upstream version 2.0.0.rc1

 ABOUT-NLS                                          |  1068 +
 AUTHORS                                            |    93 +
 COMPATIBILITY                                      |    68 +
 COPYING                                            |   339 +
 ChangeLog                                          |  7900 ++++++
 INSTALL                                            |   237 +
 Makefile.am                                        |   203 +
 Makefile.in                                        |  1380 +
 NEWS                                               |     0
 QUALITY_ASSURANCE                                  |     4 +
 README                                             |     0
 TODO                                               |   477 +
 aclocal.m4                                         |  9228 +++++++
 bin/SaturneGUI.in                                  |    38 +
 bin/code_saturne.in                                |   127 +
 bin/cs_case.py                                     |  1391 +
 bin/cs_case_domain.py                              |  1375 +
 bin/cs_check_consistency.py                        |   208 +
 bin/cs_check_mesh.py                               |   110 +
 bin/cs_compile.py                                  |   306 +
 bin/cs_config.py.in                                |   119 +
 bin/cs_config_build.py.in                          |   117 +
 bin/cs_create.py                                   |   469 +
 bin/cs_exec_environment.py                         |   875 +
 bin/cs_info.py                                     |   181 +
 bin/cs_plot_probes.py                              |    93 +
 bin/runcase.help                                   |   284 +
 bin/runcase.in                                     |  1125 +
 bin/runcase.py.in                                  |   307 +
 bin/runcase_mpi_env                                |   165 +
 bin/runcase_mpi_rank                               |    99 +
 bin/runcase_syrthes                                |   326 +
 config/config.guess                                |  1501 ++
 config/config.rpath                                |   666 +
 config/config.sub                                  |  1705 ++
 config/cs_auto_flags.sh                            |   891 +
 config/cs_bft.m4                                   |   173 +
 config/cs_blas.m4                                  |   363 +
 config/cs_config_info.m4                           |   125 +
 config/cs_fortran.m4                               |   118 +
 config/cs_fvm.m4                                   |   212 +
 config/cs_libxml2.m4                               |   116 +
 config/cs_mei.m4                                   |   119 +
 config/cs_mpi.m4                                   |   283 +
 config/cs_syrthes.m4                               |   110 +
 config/depcomp                                     |   630 +
 config/gettext.m4                                  |   381 +
 config/iconv.m4                                    |   180 +
 config/install-sh                                  |   520 +
 config/lib-ld.m4                                   |   110 +
 config/lib-link.m4                                 |   709 +
 config/lib-prefix.m4                               |   185 +
 config/libtool.m4                                  |  7357 ++++++
 config/ltmain.sh                                   |  8406 ++++++
 config/ltoptions.m4                                |   368 +
 config/ltsugar.m4                                  |   123 +
 config/ltversion.m4                                |    23 +
 config/lt~obsolete.m4                              |    92 +
 config/missing                                     |   376 +
 config/nls.m4                                      |    31 +
 config/po.m4                                       |   449 +
 config/progtest.m4                                 |    92 +
 config/py-compile                                  |   146 +
 configure                                          | 26483 +++++++++++++++++++
 configure.ac                                       |   661 +
 cs_config.h.in                                     |   207 +
 data/mati/emm.dat                                  |   287 +
 data/mati/emm.geom                                 |   246 +
 data/mati/vault.dat                                |   325 +
 data/mati/vault.geom                               |   263 +
 data/thch/JANAF                                    |   653 +
 data/thch/dp_C3P                                   |    18 +
 data/thch/dp_C3PSJ                                 |    30 +
 data/thch/dp_C4P                                   |    20 +
 data/thch/dp_ELE                                   |   270 +
 data/thch/dp_FCP                                   |    55 +
 data/thch/dp_FUE                                   |    38 +
 data/thch/dp_transfo                               |    16 +
 data/thch/meteo                                    |    55 +
 doc/Makefile.am                                    |    32 +
 doc/Makefile.in                                    |   683 +
 doc/developper/Makefile.am                         |    73 +
 doc/developper/Makefile.in                         |   717 +
 doc/developper/developper.tex                      |    87 +
 doc/developper/graphics/Makefile.am                |    46 +
 doc/developper/graphics/Makefile.in                |   494 +
 doc/howto/Makefile.am                              |    73 +
 doc/howto/Makefile.in                              |   717 +
 doc/howto/graphics/Makefile.am                     |    46 +
 doc/howto/graphics/Makefile.in                     |   494 +
 doc/howto/howto.tex                                |    87 +
 doc/install/Makefile.am                            |    73 +
 doc/install/Makefile.in                            |   516 +
 doc/install/install.tex                            |    86 +
 doc/manpages/code_saturne.1                        |   103 +
 doc/manpages/cs_solver.1                           |    89 +
 doc/refcard/Makefile.am                            |    73 +
 doc/refcard/Makefile.in                            |   717 +
 doc/refcard/graphics/Makefile.am                   |    46 +
 doc/refcard/graphics/Makefile.in                   |   494 +
 doc/refcard/refcard.tex                            |   124 +
 doc/style/csdoc.sty                                |   265 +
 doc/style/csindex.sty                              |    35 +
 doc/style/csmacros.sty                             |   113 +
 doc/style/csvers.tex.in                            |    29 +
 doc/style/logocs.png                               |   Bin 0 -> 71551 bytes
 doc/style/logoedf.png                              |   Bin 0 -> 42848 bytes
 doc/theory/Makefile.am                             |   108 +
 doc/theory/Makefile.in                             |   753 +
 doc/theory/bilsc2.tex                              |   635 +
 doc/theory/cfbase.tex                              |  1059 +
 doc/theory/cfener.tex                              |   427 +
 doc/theory/cfmsvl.tex                              |   420 +
 doc/theory/cfqdmv.tex                              |   289 +
 doc/theory/cfxtcl.tex                              |  1819 ++
 doc/theory/clptrg.tex                              |   816 +
 doc/theory/clptur.tex                              |  1399 +
 doc/theory/clsyvt.tex                              |   615 +
 doc/theory/codits.tex                              |   391 +
 doc/theory/combbase.tex                            |   208 +
 doc/theory/combcharb.tex                           |   289 +
 doc/theory/combfuel.tex                            |   263 +
 doc/theory/combgaz.tex                             |   514 +
 doc/theory/condli.tex                              |  1199 +
 doc/theory/covofi.tex                              |  1277 +
 doc/theory/elbase.tex                              |  1351 +
 doc/theory/gradmc.tex                              |   445 +
 doc/theory/gradrc.tex                              |   644 +
 doc/theory/graphics/Makefile.am                    |    65 +
 doc/theory/graphics/Makefile.in                    |   513 +
 doc/theory/graphics/bordortho.fig                  |    73 +
 doc/theory/graphics/clthermique.dat                |   300 +
 doc/theory/graphics/clthermique.f                  |    12 +
 doc/theory/graphics/clthermique.pdf                |   Bin 0 -> 5958 bytes
 doc/theory/graphics/clthermique.xmgr               |   736 +
 doc/theory/graphics/condlimite.fig                 |   351 +
 doc/theory/graphics/domaine1d.fig                  |    91 +
 doc/theory/graphics/entree.fig                     |   116 +
 doc/theory/graphics/facebord.fig                   |    33 +
 doc/theory/graphics/facesym.fig                    |   113 +
 doc/theory/graphics/facette.fig                    |    40 +
 doc/theory/graphics/fluxbord.fig                   |    87 +
 doc/theory/graphics/loilog.f                       |     8 +
 doc/theory/graphics/loilog.pdf                     |   Bin 0 -> 22317 bytes
 doc/theory/graphics/loilog.xmgr                    | 10445 ++++++++
 doc/theory/graphics/support.fig                    |    50 +
 doc/theory/inimas.tex                              |   233 +
 doc/theory/introd.tex                              |  1012 +
 doc/theory/itrmas.tex                              |   167 +
 doc/theory/matrix.tex                              |   386 +
 doc/theory/navsto.tex                              |   730 +
 doc/theory/preduv.tex                              |   815 +
 doc/theory/recvmc.tex                              |   186 +
 doc/theory/resolp.tex                              |   525 +
 doc/theory/summary.tex                             |   103 +
 doc/theory/theory.tex                              |   163 +
 doc/theory/thermo.tex                              |    29 +
 doc/theory/turbke.tex                              |   534 +
 doc/theory/turrij.tex                              |   955 +
 doc/theory/viscfa.tex                              |   136 +
 doc/theory/visort.tex                              |   195 +
 doc/theory/vissec.tex                              |   195 +
 doc/theory/vortex.tex                              |   445 +
 doc/tutorial/Makefile.am                           |    92 +
 doc/tutorial/Makefile.in                           |   740 +
 doc/tutorial/case1.tex                             |   237 +
 doc/tutorial/case2.tex                             |   387 +
 doc/tutorial/case3.tex                             |   332 +
 doc/tutorial/case4.tex                             |   364 +
 doc/tutorial/case5.tex                             |   359 +
 doc/tutorial/graphics/Makefile.am                  |    90 +
 doc/tutorial/graphics/Makefile.in                  |   537 +
 doc/tutorial/graphics/c1_capture01.jpg             |   Bin 0 -> 81837 bytes
 doc/tutorial/graphics/c1_capture02.jpg             |   Bin 0 -> 82950 bytes
 doc/tutorial/graphics/c1_capture03.jpg             |   Bin 0 -> 74018 bytes
 doc/tutorial/graphics/c1_capture04.jpg             |   Bin 0 -> 91893 bytes
 doc/tutorial/graphics/c1_capture05.jpg             |   Bin 0 -> 78951 bytes
 doc/tutorial/graphics/c1_capture06.jpg             |   Bin 0 -> 78555 bytes
 doc/tutorial/graphics/c1_capture07.jpg             |   Bin 0 -> 84472 bytes
 doc/tutorial/graphics/c1_capture08.jpg             |   Bin 0 -> 67204 bytes
 doc/tutorial/graphics/c1_capture09.jpg             |   Bin 0 -> 78259 bytes
 doc/tutorial/graphics/c1_capture10.jpg             |   Bin 0 -> 69478 bytes
 doc/tutorial/graphics/c1_capture11.jpg             |   Bin 0 -> 71693 bytes
 doc/tutorial/graphics/c1_capture12.jpg             |   Bin 0 -> 69911 bytes
 doc/tutorial/graphics/c1_capture13.jpg             |   Bin 0 -> 69205 bytes
 doc/tutorial/graphics/c1_capture14.jpg             |   Bin 0 -> 87523 bytes
 doc/tutorial/graphics/c1_capture15.jpg             |   Bin 0 -> 89818 bytes
 doc/tutorial/graphics/c1_capture16.jpg             |   Bin 0 -> 90738 bytes
 doc/tutorial/graphics/c1_capture17.jpg             |   Bin 0 -> 76209 bytes
 doc/tutorial/graphics/c1_capture18.jpg             |   Bin 0 -> 89814 bytes
 doc/tutorial/graphics/c1_capture19.jpg             |   Bin 0 -> 86324 bytes
 doc/tutorial/graphics/c1_capture20.jpg             |   Bin 0 -> 94398 bytes
 doc/tutorial/graphics/c1_capture21.jpg             |   Bin 0 -> 93784 bytes
 doc/tutorial/graphics/c1_capture22.jpg             |   Bin 0 -> 93773 bytes
 doc/tutorial/graphics/c1_capture23.jpg             |   Bin 0 -> 94149 bytes
 doc/tutorial/graphics/c1_capture24.jpg             |   Bin 0 -> 101737 bytes
 doc/tutorial/graphics/c1_capture25.jpg             |   Bin 0 -> 97951 bytes
 doc/tutorial/graphics/c1_capture26.jpg             |   Bin 0 -> 85922 bytes
 doc/tutorial/graphics/c1_capture27.jpg             |   Bin 0 -> 99037 bytes
 doc/tutorial/graphics/c1_capture28.jpg             |   Bin 0 -> 89297 bytes
 doc/tutorial/graphics/c1_capture29.jpg             |   Bin 0 -> 84859 bytes
 doc/tutorial/graphics/c1_capture30.jpg             |   Bin 0 -> 95394 bytes
 doc/tutorial/graphics/c1_capture31.jpg             |   Bin 0 -> 94190 bytes
 doc/tutorial/graphics/c1_capture32.jpg             |   Bin 0 -> 85932 bytes
 doc/tutorial/graphics/c1_capture33.jpg             |   Bin 0 -> 110744 bytes
 doc/tutorial/graphics/c1_capture34.jpg             |   Bin 0 -> 109562 bytes
 doc/tutorial/graphics/c1_capture35.jpg             |   Bin 0 -> 108929 bytes
 doc/tutorial/graphics/c1_capture36.jpg             |   Bin 0 -> 102281 bytes
 doc/tutorial/graphics/c1_capture37.jpg             |   Bin 0 -> 99877 bytes
 doc/tutorial/graphics/c1_capture38.jpg             |   Bin 0 -> 103117 bytes
 doc/tutorial/graphics/c1_capture39.jpg             |   Bin 0 -> 93936 bytes
 doc/tutorial/graphics/c1_capture40.jpg             |   Bin 0 -> 89303 bytes
 doc/tutorial/graphics/c1_capture41.jpg             |   Bin 0 -> 90937 bytes
 doc/tutorial/graphics/c1_capture42.jpg             |   Bin 0 -> 110238 bytes
 doc/tutorial/graphics/c1_capture43.jpg             |   Bin 0 -> 103061 bytes
 doc/tutorial/graphics/c2_capture01.jpg             |   Bin 0 -> 77984 bytes
 doc/tutorial/graphics/c2_capture02.jpg             |   Bin 0 -> 85994 bytes
 doc/tutorial/graphics/c2_capture03.jpg             |   Bin 0 -> 92407 bytes
 doc/tutorial/graphics/c2_capture04.jpg             |   Bin 0 -> 93377 bytes
 doc/tutorial/graphics/c2_capture05.jpg             |   Bin 0 -> 87388 bytes
 doc/tutorial/graphics/c2_capture06.jpg             |   Bin 0 -> 83439 bytes
 doc/tutorial/graphics/c2_capture07.jpg             |   Bin 0 -> 70535 bytes
 doc/tutorial/graphics/c2_capture08.jpg             |   Bin 0 -> 97867 bytes
 doc/tutorial/graphics/c2_capture09.jpg             |   Bin 0 -> 86948 bytes
 doc/tutorial/graphics/c2_capture10.jpg             |   Bin 0 -> 97985 bytes
 doc/tutorial/graphics/c2_capture11.jpg             |   Bin 0 -> 98936 bytes
 doc/tutorial/graphics/c2_capture12.jpg             |   Bin 0 -> 100202 bytes
 doc/tutorial/graphics/c2_capture13.jpg             |   Bin 0 -> 107444 bytes
 doc/tutorial/graphics/c2_capture14.jpg             |   Bin 0 -> 106415 bytes
 doc/tutorial/graphics/c2_capture15.jpg             |   Bin 0 -> 108418 bytes
 doc/tutorial/graphics/c2_capture152.jpg            |   Bin 0 -> 109097 bytes
 doc/tutorial/graphics/c2_capture16.jpg             |   Bin 0 -> 109684 bytes
 doc/tutorial/graphics/c2_capture17.jpg             |   Bin 0 -> 106669 bytes
 doc/tutorial/graphics/c2_capture18.jpg             |   Bin 0 -> 107170 bytes
 doc/tutorial/graphics/c2_capture19.jpg             |   Bin 0 -> 107151 bytes
 doc/tutorial/graphics/c2_capture20.jpg             |   Bin 0 -> 107021 bytes
 doc/tutorial/graphics/c2_capture21.jpg             |   Bin 0 -> 107372 bytes
 doc/tutorial/graphics/c2_capture212.jpg            |   Bin 0 -> 107488 bytes
 doc/tutorial/graphics/c2_capture22.jpg             |   Bin 0 -> 106995 bytes
 doc/tutorial/graphics/c2_capture23.jpg             |   Bin 0 -> 95922 bytes
 doc/tutorial/graphics/c2_capture24.jpg             |   Bin 0 -> 110505 bytes
 doc/tutorial/graphics/c2_capture25.jpg             |   Bin 0 -> 99713 bytes
 doc/tutorial/graphics/c2_capture26.jpg             |   Bin 0 -> 100493 bytes
 doc/tutorial/graphics/c2_capture27.jpg             |   Bin 0 -> 101182 bytes
 doc/tutorial/graphics/c2_capture28.jpg             |   Bin 0 -> 106528 bytes
 doc/tutorial/graphics/c2_capture29.jpg             |   Bin 0 -> 112288 bytes
 doc/tutorial/graphics/c2_capture30.jpg             |   Bin 0 -> 110373 bytes
 doc/tutorial/graphics/c2_p1.jpg                    |   Bin 0 -> 106831 bytes
 doc/tutorial/graphics/c2_p2.jpg                    |   Bin 0 -> 123222 bytes
 doc/tutorial/graphics/c2_p3.jpg                    |   Bin 0 -> 120243 bytes
 doc/tutorial/graphics/c2_p4.jpg                    |   Bin 0 -> 112784 bytes
 doc/tutorial/graphics/c2_p5.jpg                    |   Bin 0 -> 116241 bytes
 doc/tutorial/graphics/c2_p6.jpg                    |   Bin 0 -> 121499 bytes
 doc/tutorial/graphics/c2_p7.jpg                    |   Bin 0 -> 49736 bytes
 doc/tutorial/graphics/c3_capture01.jpg             |   Bin 0 -> 89525 bytes
 doc/tutorial/graphics/c3_capture02.jpg             |   Bin 0 -> 82631 bytes
 doc/tutorial/graphics/c3_capture03.jpg             |   Bin 0 -> 105847 bytes
 doc/tutorial/graphics/c3_capture04.jpg             |   Bin 0 -> 65600 bytes
 doc/tutorial/graphics/c3_capture05.jpg             |   Bin 0 -> 84334 bytes
 doc/tutorial/graphics/c3_capture06.jpg             |   Bin 0 -> 83782 bytes
 doc/tutorial/graphics/c4_capture01.jpg             |   Bin 0 -> 102332 bytes
 doc/tutorial/graphics/c4_capture02.jpg             |   Bin 0 -> 107539 bytes
 doc/tutorial/graphics/c5_capture01.jpg             |   Bin 0 -> 87263 bytes
 doc/tutorial/graphics/c5_capture02.jpg             |   Bin 0 -> 87993 bytes
 doc/tutorial/graphics/c5_capture03.jpg             |   Bin 0 -> 83137 bytes
 doc/tutorial/graphics/c5_capture04.jpg             |   Bin 0 -> 96374 bytes
 doc/tutorial/graphics/c5_capture05.jpg             |   Bin 0 -> 98886 bytes
 doc/tutorial/graphics/c5_capture06.jpg             |   Bin 0 -> 91631 bytes
 doc/tutorial/graphics/c5_capture07.jpg             |   Bin 0 -> 101077 bytes
 doc/tutorial/graphics/c5_capture08.jpg             |   Bin 0 -> 101728 bytes
 doc/tutorial/graphics/c5_capture09.jpg             |   Bin 0 -> 96830 bytes
 doc/tutorial/graphics/c5_capture10.jpg             |   Bin 0 -> 96680 bytes
 doc/tutorial/graphics/c5_capture11.jpg             |   Bin 0 -> 105915 bytes
 doc/tutorial/graphics/c5_capture12.jpg             |   Bin 0 -> 109385 bytes
 doc/tutorial/graphics/c5_capture13.jpg             |   Bin 0 -> 106832 bytes
 doc/tutorial/graphics/c5_config.jpg                |   Bin 0 -> 39021 bytes
 doc/tutorial/graphics/capture10.jpg                |   Bin 0 -> 96680 bytes
 doc/tutorial/graphics/capture11.jpg                |   Bin 0 -> 105915 bytes
 doc/tutorial/graphics/capture12.jpg                |   Bin 0 -> 109385 bytes
 doc/tutorial/graphics/capture13.jpg                |   Bin 0 -> 106832 bytes
 doc/tutorial/graphics/cas1_t_1.jpg                 |   Bin 0 -> 25357 bytes
 doc/tutorial/graphics/cas1_t_10.jpg                |   Bin 0 -> 23686 bytes
 doc/tutorial/graphics/cas1_t_20.jpg                |   Bin 0 -> 24624 bytes
 doc/tutorial/graphics/cas1_t_29.jpg                |   Bin 0 -> 24013 bytes
 doc/tutorial/graphics/case3.cmd                    |   734 +
 doc/tutorial/graphics/case3_p1.jpg                 |   Bin 0 -> 39130 bytes
 doc/tutorial/graphics/case3_p10.jpg                |   Bin 0 -> 41595 bytes
 doc/tutorial/graphics/case3_p2.jpg                 |   Bin 0 -> 39738 bytes
 doc/tutorial/graphics/case3_p3.jpg                 |   Bin 0 -> 36178 bytes
 doc/tutorial/graphics/case3_p4.jpg                 |   Bin 0 -> 35238 bytes
 doc/tutorial/graphics/case3_p5.jpg                 |   Bin 0 -> 32921 bytes
 doc/tutorial/graphics/case3_p6.jpg                 |   Bin 0 -> 33660 bytes
 doc/tutorial/graphics/case3_p7.jpg                 |   Bin 0 -> 34955 bytes
 doc/tutorial/graphics/case3_p8.jpg                 |   Bin 0 -> 38515 bytes
 doc/tutorial/graphics/case3_p9.jpg                 |   Bin 0 -> 39979 bytes
 doc/tutorial/graphics/case4_p1.jpg                 |   Bin 0 -> 114211 bytes
 doc/tutorial/graphics/case4_p2.jpg                 |   Bin 0 -> 108597 bytes
 doc/tutorial/graphics/case4_p3.jpg                 |   Bin 0 -> 105089 bytes
 doc/tutorial/graphics/case4_p4.jpg                 |   Bin 0 -> 104141 bytes
 doc/tutorial/graphics/case4_p5.jpg                 |   Bin 0 -> 105738 bytes
 doc/tutorial/graphics/case4_p6.jpg                 |   Bin 0 -> 106987 bytes
 doc/tutorial/graphics/case5_01.jpg                 |   Bin 0 -> 19206 bytes
 doc/tutorial/graphics/case5_02.jpg                 |   Bin 0 -> 18914 bytes
 doc/tutorial/graphics/case5_03.jpg                 |   Bin 0 -> 28373 bytes
 doc/tutorial/graphics/case5_04.jpg                 |   Bin 0 -> 23288 bytes
 doc/tutorial/graphics/case5_05.jpg                 |   Bin 0 -> 21388 bytes
 doc/tutorial/graphics/case5_06.jpg                 |   Bin 0 -> 23150 bytes
 doc/tutorial/graphics/case5_07.jpg                 |   Bin 0 -> 22624 bytes
 doc/tutorial/graphics/case5_08.jpg                 |   Bin 0 -> 23758 bytes
 doc/tutorial/graphics/case5_09.jpg                 |   Bin 0 -> 23463 bytes
 doc/tutorial/graphics/color_Snimbus.jpg            |   Bin 0 -> 10447 bytes
 doc/tutorial/graphics/evotemp_case3.agr            |  7585 ++++++
 doc/tutorial/graphics/evotemp_case3.png            |   Bin 0 -> 11659 bytes
 doc/tutorial/graphics/fig01.jpg                    |   Bin 0 -> 17933 bytes
 doc/tutorial/graphics/fig02.jpg                    |   Bin 0 -> 76580 bytes
 doc/tutorial/graphics/fig03.jpg                    |   Bin 0 -> 6275 bytes
 doc/tutorial/graphics/fig04.jpg                    |   Bin 0 -> 70934 bytes
 doc/tutorial/graphics/fig05.jpg                    |   Bin 0 -> 115053 bytes
 doc/tutorial/graphics/fig06.jpg                    |   Bin 0 -> 16841 bytes
 doc/tutorial/graphics/fig07.jpg                    |   Bin 0 -> 67760 bytes
 doc/tutorial/graphics/fig08.jpg                    |   Bin 0 -> 69445 bytes
 doc/tutorial/graphics/fig09.jpg                    |   Bin 0 -> 70599 bytes
 doc/tutorial/graphics/moytemp.png                  |   Bin 0 -> 3790 bytes
 doc/tutorial/graphics/probe9.agr                   |   701 +
 doc/tutorial/graphics/probe9.png                   |   Bin 0 -> 6115 bytes
 doc/tutorial/intro.tex                             |    69 +
 doc/tutorial/tuto_case1.tex                        |   744 +
 doc/tutorial/tuto_case2.tex                        |   434 +
 doc/tutorial/tuto_case3.tex                        |   215 +
 doc/tutorial/tuto_case4.tex                        |    78 +
 doc/tutorial/tuto_case5.tex                        |   348 +
 doc/tutorial/tutorial.tex                          |   133 +
 doc/user/Makefile.am                               |    86 +
 doc/user/Makefile.in                               |   732 +
 doc/user/a1_autovalid.tex                          |   257 +
 doc/user/biblio.tex                                |   106 +
 doc/user/graphics/Makefile.am                      |    60 +
 doc/user/graphics/Makefile.in                      |   508 +
 doc/user/graphics/cs_components.fig                |   655 +
 doc/user/graphics/halo.pdf                         |   Bin 0 -> 20605 bytes
 doc/user/graphics/join_periodic.fig                |    97 +
 doc/user/graphics/join_tolerance.fig               |   129 +
 doc/user/graphics/rota_perio_parall.jpg            |   Bin 0 -> 49785 bytes
 doc/user/graphics/vortex.fig                       |    36 +
 doc/user/input/addstudy.xml                        |     8 +
 doc/user/input/autovalid.xml                       |    31 +
 doc/user/saturne1.tex                              |  8269 ++++++
 doc/user/saturne2.tex                              |  3777 +++
 doc/user/summary.tex                               |    94 +
 doc/user/user.tex                                  |   117 +
 examples/1-simple_junction/case1/case1.xml         |   183 +
 examples/1-simple_junction/case1/runcase           |  1125 +
 examples/1-simple_junction/mesh/downcomer.des      |   Bin 0 -> 128292 bytes
 examples/2-full_domain/case2/case2.xml             |   322 +
 examples/2-full_domain/case2/lance                 |  1612 ++
 examples/2-full_domain/case2/runcase               |  1125 +
 examples/2-full_domain/case3/case3.xml             |   322 +
 examples/2-full_domain/case3/runcase               |  1125 +
 examples/2-full_domain/case3/usclim.f90            |   578 +
 examples/2-full_domain/case3/usphyv.f90            |   313 +
 examples/2-full_domain/case4/case4.xml             |   322 +
 examples/2-full_domain/case4/runcase               |  1125 +
 examples/2-full_domain/case4/usclim.f90            |   578 +
 examples/2-full_domain/case4/uskpdc.f90            |   409 +
 examples/2-full_domain/case4/usphyv.f90            |   313 +
 examples/2-full_domain/case4/usproj.f90            |   342 +
 examples/2-full_domain/mesh/downcomer.des          |   Bin 0 -> 128292 bytes
 examples/2-full_domain/mesh/fdc.des                |   Bin 0 -> 145812 bytes
 examples/2-full_domain/mesh/pic.des                |   Bin 0 -> 27972 bytes
 examples/3-stratified_junction/case5/case5.xml     |   227 +
 examples/3-stratified_junction/case5/runcase       |  1125 +
 examples/3-stratified_junction/case5/usdpst.f90    |   403 +
 examples/3-stratified_junction/case5/usmpst.f90    |   270 +
 examples/3-stratified_junction/case5/usphyv.f90    |   403 +
 examples/3-stratified_junction/case5/usvpst.f90    |   431 +
 examples/3-stratified_junction/mesh/sn_total.des   |   Bin 0 -> 1570788 bytes
 extras/bash_completion/code_saturne                |   283 +
 extras/cs_component.py                             |    74 +
 extras/installer/README.txt                        |   285 +
 extras/installer/install_saturne.py                |  1159 +
 extras/installer/setup                             |   152 +
 extras/validation/Autovalidation/Case.py           |   550 +
 extras/validation/Autovalidation/Chrono.py         |   294 +
 extras/validation/Autovalidation/CommandLine.py    |    98 +
 extras/validation/Autovalidation/Common.py         |    34 +
 extras/validation/Autovalidation/Listing.py        |   129 +
 extras/validation/Autovalidation/Parser.py         |   181 +
 extras/validation/Autovalidation/Study.py          |   103 +
 extras/validation/Autovalidation/__init__.py       |     0
 extras/validation/autovalid                        |   129 +
 extras/validation/autovalid.xml                    |    90 +
 gui/AUTHORS                                        |    29 +
 gui/Base/BrowserForm.ui                            |    27 +
 gui/Base/BrowserView.py                            |   806 +
 gui/Base/Common.py                                 |    58 +
 gui/Base/IdForm.ui                                 |    71 +
 gui/Base/IdView.py                                 |   114 +
 gui/Base/MainForm.ui                               |   427 +
 gui/Base/MainView.py                               |  1038 +
 gui/Base/Makefile.am                               |    76 +
 gui/Base/Makefile.in                               |   591 +
 gui/Base/QtPage.py                                 |   601 +
 gui/Base/Toolbox.py                                |   374 +
 gui/Base/XMLengine.py                              |  1877 ++
 gui/Base/XMLinitialize.py                          |   333 +
 gui/Base/XMLmodel.py                               |   242 +
 gui/Base/XMLvariables.py                           |   704 +
 gui/Base/__init__.py                               |    48 +
 gui/Base/icons/22x22/application-certificate.png   |   Bin 0 -> 1289 bytes
 gui/Base/icons/22x22/document-new.png              |   Bin 0 -> 692 bytes
 gui/Base/icons/22x22/document-open.png             |   Bin 0 -> 1001 bytes
 gui/Base/icons/22x22/document-properties.png       |   Bin 0 -> 688 bytes
 gui/Base/icons/22x22/document-save-as.png          |   Bin 0 -> 1097 bytes
 gui/Base/icons/22x22/document-save.png             |   Bin 0 -> 1150 bytes
 gui/Base/icons/22x22/format-justify-fill.png       |   Bin 0 -> 495 bytes
 gui/Base/icons/22x22/help-browser.png              |   Bin 0 -> 1359 bytes
 gui/Base/icons/22x22/preferences-desktop-font.png  |   Bin 0 -> 882 bytes
 .../icons/22x22/preferences-desktop-wallpaper.png  |   Bin 0 -> 1017 bytes
 gui/Base/icons/22x22/process-stop.png              |   Bin 0 -> 1272 bytes
 gui/Base/icons/22x22/system-log-out.png            |   Bin 0 -> 1084 bytes
 gui/Base/icons/22x22/utilities-terminal.png        |   Bin 0 -> 1026 bytes
 gui/Base/icons/22x22/view-refresh.png              |   Bin 0 -> 1364 bytes
 gui/Base/icons/22x22/x-office-address-book.png     |   Bin 0 -> 860 bytes
 gui/Base/icons/LICENSE.Tango                       |    97 +
 gui/Base/icons/SplashScreen/logocs.png             |   Bin 0 -> 71551 bytes
 gui/Base/resource_base.qrc                         |    18 +
 gui/Makefile.am                                    |    34 +
 gui/Makefile.in                                    |   779 +
 gui/Pages/AnalysisFeaturesForm.ui                  |   357 +
 gui/Pages/AnalysisFeaturesView.py                  |   482 +
 gui/Pages/AtmosphericFlowsForm.ui                  |   137 +
 gui/Pages/AtmosphericFlowsModel.py                 |   341 +
 gui/Pages/AtmosphericFlowsView.py                  |   149 +
 gui/Pages/BatchRunningAdvancedOptionsDialogForm.ui |   377 +
 gui/Pages/BatchRunningForm.ui                      |   396 +
 gui/Pages/BatchRunningModel.py                     |   693 +
 .../BatchRunningPBSJobManagementDialogForm.ui      |   255 +
 gui/Pages/BatchRunningUserFilesDialogForm.ui       |   271 +
 gui/Pages/BatchRunningView.py                      |  1175 +
 gui/Pages/BodyForcesForm.ui                        |   273 +
 gui/Pages/BodyForcesModel.py                       |   194 +
 gui/Pages/BodyForcesView.py                        |   181 +
 gui/Pages/Boundary.py                              |  3709 +++
 gui/Pages/BoundaryConditionsCoalInletForm.ui       |   554 +
 gui/Pages/BoundaryConditionsCoalInletView.py       |   739 +
 gui/Pages/BoundaryConditionsForm.ui                |   183 +
 gui/Pages/BoundaryConditionsMeteoForm.ui           |    73 +
 gui/Pages/BoundaryConditionsMeteoView.py           |   180 +
 gui/Pages/BoundaryConditionsMobileMeshForm.ui      |    98 +
 gui/Pages/BoundaryConditionsMobileMeshView.py      |   201 +
 gui/Pages/BoundaryConditionsParticlesModel.py      |   755 +
 gui/Pages/BoundaryConditionsParticlesView.py       |   828 +
 gui/Pages/BoundaryConditionsRoughWallForm.ui       |   149 +
 gui/Pages/BoundaryConditionsRoughWallView.py       |   164 +
 gui/Pages/BoundaryConditionsScalarsForm.ui         |    39 +
 gui/Pages/BoundaryConditionsScalarsView.py         |   414 +
 gui/Pages/BoundaryConditionsSlidingWallForm.ui     |   189 +
 gui/Pages/BoundaryConditionsSlidingWallView.py     |   211 +
 gui/Pages/BoundaryConditionsTurbulenceInletForm.ui |   211 +
 gui/Pages/BoundaryConditionsTurbulenceInletView.py |   194 +
 gui/Pages/BoundaryConditionsVelocityInletForm.ui   |   316 +
 gui/Pages/BoundaryConditionsVelocityInletView.py   |   391 +
 gui/Pages/BoundaryConditionsView.py                |   267 +
 .../BoundaryConditionsWallRadiativeTransferForm.ui |   186 +
 .../BoundaryConditionsWallRadiativeTransferView.py |   299 +
 gui/Pages/CoalCombustionForm.ui                    |  1287 +
 gui/Pages/CoalCombustionModel.py                   |  1199 +
 gui/Pages/CoalCombustionView.py                    |  1269 +
 gui/Pages/CoalThermoChemistry.py                   |  1702 ++
 gui/Pages/CommonCombustion.py                      |   158 +
 gui/Pages/ConjugateHeatTransferForm.ui             |   106 +
 gui/Pages/ConjugateHeatTransferModel.py            |   344 +
 gui/Pages/ConjugateHeatTransferView.py             |   349 +
 gui/Pages/CurrentSpeciesForm.ui                    |   207 +
 gui/Pages/CurrentSpeciesModel.py                   |   107 +
 gui/Pages/CurrentSpeciesView.py                    |   279 +
 gui/Pages/DefineUserScalarsForm.ui                 |   166 +
 gui/Pages/DefineUserScalarsModel.py                |   994 +
 gui/Pages/DefineUserScalarsView.py                 |   619 +
 gui/Pages/ElectricalModelsModel.py                 |   192 +
 gui/Pages/FacesSelectionForm.ui                    |   108 +
 gui/Pages/FacesSelectionView.py                    |   457 +
 gui/Pages/FluidCharacteristicsForm.ui              |   628 +
 gui/Pages/FluidCharacteristicsModel.py             |   453 +
 gui/Pages/FluidCharacteristicsView.py              |   477 +
 ...tructureInteractionAdvancedOptionsDialogForm.ui |   329 +
 gui/Pages/FluidStructureInteractionForm.ui         |  1146 +
 gui/Pages/FluidStructureInteractionModel.py        |   443 +
 gui/Pages/FluidStructureInteractionView.py         |   877 +
 gui/Pages/GasCombustionModel.py                    |   192 +
 gui/Pages/HeadLossesForm.ui                        |   582 +
 gui/Pages/HeadLossesModel.py                       |   443 +
 gui/Pages/HeadLossesView.py                        |   440 +
 gui/Pages/IdentityAndPathesForm.ui                 |   252 +
 gui/Pages/IdentityAndPathesModel.py                |   200 +
 gui/Pages/IdentityAndPathesView.py                 |   241 +
 gui/Pages/InitializationForm.ui                    |   837 +
 gui/Pages/InitializationModel.py                   |   570 +
 gui/Pages/InitializationView.py                    |   721 +
 gui/Pages/LagrangianAdvancedOptionsDialogForm.ui   |   307 +
 gui/Pages/LagrangianBoundariesForm.ui              |  1152 +
 gui/Pages/LagrangianBoundariesModel.py             |   739 +
 gui/Pages/LagrangianBoundariesView.py              |   815 +
 gui/Pages/LagrangianForm.ui                        |   694 +
 gui/Pages/LagrangianModel.py                       |  1241 +
 gui/Pages/LagrangianOutputForm.ui                  |   584 +
 gui/Pages/LagrangianOutputModel.py                 |   876 +
 gui/Pages/LagrangianOutputView.py                  |   474 +
 gui/Pages/LagrangianStatisticsForm.ui              |   360 +
 gui/Pages/LagrangianStatisticsModel.py             |   469 +
 gui/Pages/LagrangianStatisticsView.py              |   553 +
 gui/Pages/LagrangianView.py                        |   781 +
 gui/Pages/LocalizationForm.ui                      |   189 +
 gui/Pages/LocalizationModel.py                     |  1160 +
 gui/Pages/LocalizationView.py                      |   881 +
 gui/Pages/Makefile.am                              |   242 +
 gui/Pages/Makefile.in                              |   756 +
 gui/Pages/MatisseCustomForm.ui                     |   174 +
 gui/Pages/MatisseCustomView.py                     |   981 +
 gui/Pages/MatisseGeomForm.ui                       |    41 +
 gui/Pages/MatisseGeomModel.py                      |   394 +
 gui/Pages/MatisseGeomView.py                       |   389 +
 gui/Pages/MatisseHydrauForm.ui                     |    41 +
 gui/Pages/MatisseHydrauModel.py                    |   216 +
 gui/Pages/MatisseHydrauView.py                     |   327 +
 gui/Pages/MatisseModel.py                          |   373 +
 gui/Pages/MatisseNetworkForm.ui                    |   213 +
 gui/Pages/MatisseNetworkModel.py                   |   272 +
 gui/Pages/MatisseNetworkView.py                    |   218 +
 gui/Pages/MatisseRangeDescriptionForm.ui           |    69 +
 gui/Pages/MatisseRangeDescriptionModel.py          |   229 +
 gui/Pages/MatisseRangeDescriptionView.py           |   110 +
 gui/Pages/MatisseThermicForm.ui                    |   130 +
 gui/Pages/MatisseThermicModel.py                   |   405 +
 gui/Pages/MatisseThermicView.py                    |   279 +
 gui/Pages/MatisseTypeForm.ui                       |    47 +
 gui/Pages/MatisseTypeModel.py                      |   163 +
 gui/Pages/MatisseTypeView.py                       |   128 +
 gui/Pages/MemoryAllocationForm.ui                  |   336 +
 gui/Pages/MemoryAllocationModel.py                 |   357 +
 gui/Pages/MemoryAllocationView.py                  |   236 +
 gui/Pages/MeshQualityCriteriaLogDialogForm.ui      |    90 +
 gui/Pages/MobileMeshForm.ui                        |   256 +
 gui/Pages/MobileMeshModel.py                       |   438 +
 gui/Pages/MobileMeshView.py                        |   288 +
 gui/Pages/NumericalParamEquationForm.ui            |    86 +
 gui/Pages/NumericalParamEquationModel.py           |   679 +
 gui/Pages/NumericalParamEquationView.py            |   550 +
 gui/Pages/NumericalParamGlobalForm.ui              |   701 +
 gui/Pages/NumericalParamGlobalModel.py             |   434 +
 gui/Pages/NumericalParamGlobalView.py              |   243 +
 gui/Pages/OutputControlForm.ui                     |   690 +
 gui/Pages/OutputControlModel.py                    |   643 +
 gui/Pages/OutputControlView.py                     |   748 +
 gui/Pages/OutputSurfacicVariablesForm.ui           |    75 +
 gui/Pages/OutputSurfacicVariablesModel.py          |   256 +
 gui/Pages/OutputSurfacicVariablesView.py           |   229 +
 gui/Pages/OutputVolumicVariablesForm.ui            |    32 +
 gui/Pages/OutputVolumicVariablesModel.py           |   609 +
 gui/Pages/OutputVolumicVariablesView.py            |   470 +
 gui/Pages/PreProcessingInformationsView.py         |   230 +
 gui/Pages/ProfilesForm.ui                          |   362 +
 gui/Pages/ProfilesModel.py                         |   444 +
 gui/Pages/ProfilesView.py                          |   620 +
 gui/Pages/QMeiEditorForm.ui                        |   147 +
 gui/Pages/QMeiEditorView.py                        |   363 +
 gui/Pages/ReferenceValuesForm.ui                   |   299 +
 gui/Pages/ReferenceValuesModel.py                  |   292 +
 gui/Pages/ReferenceValuesView.py                   |   183 +
 gui/Pages/SalomeHandler.py                         |   267 +
 gui/Pages/SolutionDomainForm.ui                    |  1136 +
 gui/Pages/SolutionDomainMeshFormatDialogForm.ui    |   138 +
 gui/Pages/SolutionDomainModel.py                   |  2322 ++
 gui/Pages/SolutionDomainView.py                    |  1321 +
 gui/Pages/SolutionVerifForm.ui                     |   383 +
 gui/Pages/SolutionVerifView.py                     |   541 +
 gui/Pages/StartRestartAdvancedDialogForm.ui        |   191 +
 gui/Pages/StartRestartForm.ui                      |   421 +
 gui/Pages/StartRestartModel.py                     |   336 +
 gui/Pages/StartRestartView.py                      |   406 +
 gui/Pages/SteadyManagementForm.ui                  |   172 +
 gui/Pages/SteadyManagementModel.py                 |   268 +
 gui/Pages/SteadyManagementView.py                  |   164 +
 gui/Pages/ThermalRadiationAdvancedDialogForm.ui    |   271 +
 gui/Pages/ThermalRadiationForm.ui                  |   465 +
 gui/Pages/ThermalRadiationModel.py                 |   855 +
 gui/Pages/ThermalRadiationView.py                  |   373 +
 gui/Pages/ThermalScalarForm.ui                     |   103 +
 gui/Pages/ThermalScalarModel.py                    |   249 +
 gui/Pages/ThermalScalarView.py                     |   136 +
 gui/Pages/TimeAveragesForm.ui                      |   272 +
 gui/Pages/TimeAveragesModel.py                     |   377 +
 gui/Pages/TimeAveragesView.py                      |   524 +
 gui/Pages/TimeStepForm.ui                          |   561 +
 gui/Pages/TimeStepModel.py                         |   682 +
 gui/Pages/TimeStepView.py                          |   303 +
 gui/Pages/TurbulenceAdvancedOptionsDialogForm.ui   |   236 +
 gui/Pages/TurbulenceForm.ui                        |   249 +
 gui/Pages/TurbulenceModel.py                       |   615 +
 gui/Pages/TurbulenceView.py                        |   294 +
 gui/Pages/UserArraysForm.ui                        |   336 +
 gui/Pages/UserArraysModel.py                       |   352 +
 gui/Pages/UserArraysView.py                        |   236 +
 gui/Pages/UserScalarPropertiesForm.ui              |    99 +
 gui/Pages/UserScalarPropertiesView.py              |   382 +
 gui/Pages/VerifyExistenceLabelDialogForm.ui        |    91 +
 gui/Pages/VerifyExistenceLabelDialogView.py        |   118 +
 gui/Pages/WelcomeForm.ui                           |   128 +
 gui/Pages/WelcomeView.py                           |    64 +
 gui/Pages/__init__.py                              |    45 +
 gui/Pages/icons/22x22/bookmark-new.png             |   Bin 0 -> 939 bytes
 gui/Pages/icons/22x22/document-new.png             |   Bin 0 -> 692 bytes
 gui/Pages/icons/22x22/document-open.png            |   Bin 0 -> 1001 bytes
 gui/Pages/icons/22x22/edit-find-replace.png        |   Bin 0 -> 1088 bytes
 gui/Pages/icons/22x22/folder-open.png              |   Bin 0 -> 803 bytes
 gui/Pages/icons/22x22/network-server.png           |   Bin 0 -> 878 bytes
 gui/Pages/icons/22x22/preferences-system.png       |   Bin 0 -> 1151 bytes
 gui/Pages/icons/22x22/user-trash-full.png          |   Bin 0 -> 1419 bytes
 gui/Pages/icons/22x22/weather-few-clouds.png       |   Bin 0 -> 1191 bytes
 gui/Pages/icons/32x32/go-next.png                  |   Bin 0 -> 1219 bytes
 gui/Pages/icons/welcome.gif                        |   Bin 0 -> 103070 bytes
 gui/Pages/resources_pages.qrc                      |    15 +
 gui/__init__.py                                    |    39 +
 gui/cs_gui.py                                      |   200 +
 gui/epydocConfig                                   |    42 +
 gui/sbin/unittests.py                              |   279 +
 include/atmo/atincl.h                              |   155 +
 include/base/alaste.h                              |    54 +
 include/base/albase.h                              |    59 +
 include/base/alstru.h                              |    87 +
 include/base/cplsat.h                              |    55 +
 include/base/cs_ale.h                              |   129 +
 include/base/cs_ast_coupling.h                     |   205 +
 include/base/cs_base.h                             |   471 +
 include/base/cs_benchmark.h                        |    72 +
 include/base/cs_blas.h                             |   282 +
 include/base/cs_boundary_conditions.h              |   126 +
 include/base/cs_calcium.h                          |   275 +
 include/base/cs_coupling.h                         |   108 +
 include/base/cs_ext_neighborhood.h                 |   119 +
 include/base/cs_gradient.h                         |   177 +
 include/base/cs_grid.h                             |   312 +
 include/base/cs_gui.h                              |   604 +
 include/base/cs_gui_boundary_conditions.h          |   312 +
 include/base/cs_gui_conjugate_heat_transfer.h      |    69 +
 include/base/cs_gui_matisse.h                      |   133 +
 include/base/cs_gui_mobile_mesh.h                  |   245 +
 include/base/cs_gui_particles.h                    |   231 +
 include/base/cs_gui_radiative_transfer.h           |   165 +
 include/base/cs_gui_specific_physics.h             |   265 +
 include/base/cs_gui_util.h                         |   373 +
 include/base/cs_gui_variables.h                    |   103 +
 include/base/cs_halo.h                             |   356 +
 include/base/cs_io.h                               |   548 +
 include/base/cs_join.h                             |   219 +
 include/base/cs_join_intersect.h                   |   345 +
 include/base/cs_join_merge.h                       |   152 +
 include/base/cs_join_mesh.h                        |   564 +
 include/base/cs_join_post.h                        |   174 +
 include/base/cs_join_set.h                         |   427 +
 include/base/cs_join_split.h                       |    97 +
 include/base/cs_join_update.h                      |   125 +
 include/base/cs_join_util.h                        |   355 +
 include/base/cs_matrix.h                           |   274 +
 include/base/cs_mesh.h                             |   382 +
 include/base/cs_mesh_coherency.h                   |    60 +
 include/base/cs_mesh_connect.h                     |   153 +
 include/base/cs_mesh_halo.h                        |    76 +
 include/base/cs_mesh_quality.h                     |    95 +
 include/base/cs_mesh_quantities.h                  |   217 +
 include/base/cs_mesh_solcom.h                      |   127 +
 include/base/cs_mesh_warping.h                     |    78 +
 include/base/cs_multigrid.h                        |   161 +
 include/base/cs_numbering.h                        |   160 +
 include/base/cs_opts.h                             |   158 +
 include/base/cs_parall.h                           |   614 +
 include/base/cs_perio.h                            |   636 +
 include/base/cs_post.h                             |   971 +
 include/base/cs_preprocessor_data.h                |   137 +
 include/base/cs_prototypes.h                       |   720 +
 include/base/cs_proxy_comm.h                       |   208 +
 include/base/cs_renumber.h                         |    78 +
 include/base/cs_restart.h                          |   415 +
 include/base/cs_sat_coupling.h                     |   512 +
 include/base/cs_search.h                           |   117 +
 include/base/cs_selector.h                         |   137 +
 include/base/cs_sles.h                             |   260 +
 include/base/cs_sort.h                             |   137 +
 include/base/cs_syr3_comm.h                        |   209 +
 include/base/cs_syr3_coupling.h                    |   284 +
 include/base/cs_syr3_messages.h                    |   127 +
 include/base/cs_syr4_coupling.h                    |   255 +
 include/base/cs_syr_coupling.h                     |   347 +
 include/base/cs_tpar1d.h                           |   204 +
 include/base/cs_ventil.h                           |   293 +
 include/base/cstnum.h                              |    35 +
 include/base/cstphy.h                              |   203 +
 include/base/dimens.h                              |    50 +
 include/base/dimfbr.h                              |    36 +
 include/base/entsor.h                              |   341 +
 include/base/ihmpre.h                              |    39 +
 include/base/mltgrd.h                              |    46 +
 include/base/numvar.h                              |   129 +
 include/base/optcal.h                              |   617 +
 include/base/parall.h                              |    64 +
 include/base/paramx.h                              |   183 +
 include/base/period.h                              |    44 +
 include/base/pointe.h                              |   148 +
 include/base/tcpumx.h                              |    71 +
 include/base/tremai.h                              |    71 +
 include/base/vector.h                              |    35 +
 include/base/vortex.h                              |   178 +
 include/cfbl/cfpoin.h                              |    45 +
 include/cogz/coincl.h                              |   137 +
 include/cplv/cpincl.h                              |   315 +
 include/ctwr/cs_ctwr.h                             |   618 +
 include/ctwr/cs_ctwr_air_props.h                   |   218 +
 include/ctwr/cs_ctwr_halo.h                        |    85 +
 include/ctwr/cs_ctwr_mesh.h                        |   104 +
 include/ctwr/ctincl.h                              |    53 +
 include/elec/elincl.h                              |   165 +
 include/fuel/fuincl.h                              |   203 +
 include/lagr/cs_lagr.h                             |   130 +
 include/lagr/cs_lagr_perio.h                       |   113 +
 include/lagr/lagdim.h                              |    84 +
 include/lagr/lagpar.h                              |   152 +
 include/lagr/lagran.h                              |   659 +
 include/mati/matiss.h                              |   338 +
 include/pprt/ppcpfu.h                              |    98 +
 include/pprt/ppincl.h                              |   340 +
 include/pprt/ppppar.h                              |    54 +
 include/pprt/ppthch.h                              |   101 +
 include/rayt/radiat.h                              |   217 +
 libsyrcs/Makefile.am                               |    40 +
 libsyrcs/Makefile.in                               |   655 +
 libsyrcs/syr_comm.c                                |  1718 ++
 libsyrcs/syr_comm.h                                |   204 +
 libsyrcs/syr_coupling.c                            |  1002 +
 libsyrcs/syr_coupling.h                            |   143 +
 libsyrcs/syr_cs.c                                  |   687 +
 libsyrcs/syr_defs.c                                |   582 +
 libsyrcs/syr_defs.h                                |   183 +
 patches/README                                     |     7 +
 po/LINGUAS                                         |     3 +
 po/Makefile.in.in                                  |   429 +
 po/Makevars                                        |    41 +
 po/Makevars.template                               |    41 +
 po/POTFILES.in                                     |    70 +
 po/Rules-install                                   |     3 +
 po/Rules-quot                                      |    47 +
 po/boldquot.sed                                    |    10 +
 po/en at boldquot.header                              |    25 +
 po/en at quot.header                                  |    22 +
 po/fr.po                                           |  5503 ++++
 po/insert-header.sin                               |    23 +
 po/quot.sed                                        |     6 +
 po/remove-potcdate.sin                             |    19 +
 sbin/backup                                        |    58 +
 sbin/bootstrap                                     |    49 +
 sbin/clean                                         |     9 +
 sbin/rmb                                           |    26 +
 src/Makefile.am                                    |    23 +
 src/Makefile.in                                    |   673 +
 src/apps/Makefile.am                               |    66 +
 src/apps/Makefile.in                               |   743 +
 src/apps/cs_solver.c                               |   657 +
 src/atmo/Makefile.am                               |    65 +
 src/atmo/Makefile.in                               |   680 +
 src/atmo/atini1.f90                                |   298 +
 src/atmo/atiniv.f90                                |   275 +
 src/atmo/atlecm.f90                                |   613 +
 src/atmo/atmcls.f90                                |   347 +
 src/atmo/atphyv.f90                                |   354 +
 src/atmo/atprke.f90                                |   284 +
 src/atmo/atprop.f90                                |   163 +
 src/atmo/attycl.f90                                |   383 +
 src/atmo/atvarp.f90                                |   144 +
 src/atmo/intprf.f90                                |   150 +
 src/atmo/mematm.f90                                |   151 +
 src/base/Makefile.am                               |   481 +
 src/base/Makefile.in                               |  1220 +
 src/base/alelap.f90                                |   352 +
 src/base/alemaj.f90                                |   282 +
 src/base/altycl.f90                                |   521 +
 src/base/armtps.f90                                |   309 +
 src/base/autmgr.f90                                |   376 +
 src/base/bilsc2.f90                                |  1363 +
 src/base/calgeo.f90                                |   231 +
 src/base/calhyd.f90                                |   593 +
 src/base/calmom.f90                                |   179 +
 src/base/caltri.f90                                |  1880 ++
 src/base/catsma.f90                                |   147 +
 src/base/causta.f90                                |   209 +
 src/base/clca66.f90                                |   182 +
 src/base/cldijp.f90                                |   239 +
 src/base/cldipo.f90                                |   202 +
 src/base/clipke.f90                                |   304 +
 src/base/clprij.f90                                |   290 +
 src/base/clpsca.f90                                |   241 +
 src/base/clptrg.f90                                |  1197 +
 src/base/clptur.f90                                |  1527 ++
 src/base/clpv2f.f90                                |   172 +
 src/base/clsurn.f90                                |   124 +
 src/base/clsyvt.f90                                |   517 +
 src/base/clvolc.f90                                |   190 +
 src/base/codits.f90                                |   747 +
 src/base/condli.f90                                |  1888 ++
 src/base/cou1di.f90                                |   180 +
 src/base/cou1do.f90                                |   299 +
 src/base/coupbi.f90                                |   295 +
 src/base/coupbo.f90                                |   338 +
 src/base/covofi.f90                                |   896 +
 src/base/cregeo.f90                                |   281 +
 src/base/crstgr.f90                                |   557 +
 src/base/cs_ale.c                                  |   289 +
 src/base/cs_ast_coupling.c                         |   674 +
 src/base/cs_base.c                                 |  1535 ++
 src/base/cs_benchmark.c                            |  1650 ++
 src/base/cs_blas.c                                 |   521 +
 src/base/cs_boundary_conditions.c                  |   437 +
 src/base/cs_calcium.c                              |  1274 +
 src/base/cs_coupling.c                             |   190 +
 src/base/cs_ext_neighborhood.c                     |  1366 +
 src/base/cs_gradient.c                             |   636 +
 src/base/cs_grid.c                                 |  1773 ++
 src/base/cs_gui.c                                  |  5387 ++++
 src/base/cs_gui_boundary_conditions.c              |  2004 ++
 src/base/cs_gui_conjugate_heat_transfer.c          |   195 +
 src/base/cs_gui_matisse.c                          |   567 +
 src/base/cs_gui_mobile_mesh.c                      |  1360 +
 src/base/cs_gui_particles.c                        |  1655 ++
 src/base/cs_gui_radiative_transfer.c               |  1181 +
 src/base/cs_gui_specific_physics.c                 |   986 +
 src/base/cs_gui_util.c                             |  1099 +
 src/base/cs_halo.c                                 |  1268 +
 src/base/cs_io.c                                   |  3193 +++
 src/base/cs_join.c                                 |  2130 ++
 src/base/cs_join_f2c.f90                           |    87 +
 src/base/cs_join_intersect.c                       |  4063 +++
 src/base/cs_join_merge.c                           |  3437 +++
 src/base/cs_join_mesh.c                            |  3454 +++
 src/base/cs_join_post.c                            |   728 +
 src/base/cs_join_set.c                             |  1880 ++
 src/base/cs_join_split.c                           |  2219 ++
 src/base/cs_join_update.c                          |  3976 +++
 src/base/cs_join_util.c                            |  2802 ++
 src/base/cs_matrix.c                               |  2961 +++
 src/base/cs_mesh.c                                 |  1686 ++
 src/base/cs_mesh_coherency.c                       |   435 +
 src/base/cs_mesh_connect.c                         |   611 +
 src/base/cs_mesh_halo.c                            |  3595 +++
 src/base/cs_mesh_quality.c                         |  1231 +
 src/base/cs_mesh_quantities.c                      |  1366 +
 src/base/cs_mesh_solcom.c                          |   433 +
 src/base/cs_mesh_warping.c                         |  1409 +
 src/base/cs_multigrid.c                            |  1986 ++
 src/base/cs_numbering.c                            |   228 +
 src/base/cs_opts.c                                 |   752 +
 src/base/cs_parall.c                               |  1400 +
 src/base/cs_perio.c                                |  3002 +++
 src/base/cs_post.c                                 |  3592 +++
 src/base/cs_post_f2c.f90                           |   378 +
 src/base/cs_preprocessor_data.c                    |  2795 ++
 src/base/cs_proxy_comm.c                           |   909 +
 src/base/cs_renumber.c                             |   929 +
 src/base/cs_restart.c                              |  1854 ++
 src/base/cs_sat_coupling.c                         |  2189 ++
 src/base/cs_sat_f2c.f90                            |    94 +
 src/base/cs_search.c                               |   256 +
 src/base/cs_selector.c                             |   325 +
 src/base/cs_selector_f2c.f90                       |   195 +
 src/base/cs_sles.c                                 |  2249 ++
 src/base/cs_sort.c                                 |   259 +
 src/base/cs_syr3_comm.c                            |  1641 ++
 src/base/cs_syr3_coupling.c                        |  1748 ++
 src/base/cs_syr3_messages.c                        |   418 +
 src/base/cs_syr4_coupling.c                        |  1241 +
 src/base/cs_syr_coupling.c                         |  1098 +
 src/base/cs_syr_f2c.f90                            |    94 +
 src/base/cs_tpar1d.c                               |  1048 +
 src/base/cs_ventil.c                               |  1048 +
 src/base/csc2cl.f90                                |   515 +
 src/base/csc2ts.f90                                |   219 +
 src/base/csccel.f90                                |   366 +
 src/base/cscfbr.f90                                |   375 +
 src/base/cscini.f90                                |   228 +
 src/base/csclli.f90                                |    73 +
 src/base/cscloc.f90                                |   107 +
 src/base/cscpce.f90                                |   212 +
 src/base/cscpfb.f90                                |  1910 ++
 src/base/csflsh.f90                                |    72 +
 src/base/csinit.f90                                |   161 +
 src/base/csprnt.f90                                |    85 +
 src/base/distpr.f90                                |   547 +
 src/base/distyp.f90                                |   900 +
 src/base/divmas.f90                                |   177 +
 src/base/divrij.f90                                |   297 +
 src/base/dttvar.f90                                |  1130 +
 src/base/dvvpst.f90                                |  1227 +
 src/base/ecrava.f90                                |  2771 ++
 src/base/ecrhis.f90                                |   414 +
 src/base/ecrlis.f90                                |   619 +
 src/base/findpt.f90                                |   110 +
 src/base/gradmc.f90                                |  1398 +
 src/base/gradrc.f90                                |  1068 +
 src/base/grdcel.f90                                |   356 +
 src/base/haltyp.f90                                |    84 +
 src/base/hturbp.f90                                |   144 +
 src/base/idrbla.f90                                |    88 +
 src/base/impini.f90                                |  2975 +++
 src/base/iniini.f90                                |  1529 ++
 src/base/inimas.f90                                |   627 +
 src/base/inipst.f90                                |   121 +
 src/base/initi1.f90                                |   230 +
 src/base/initi2.f90                                |   161 +
 src/base/iniusi.f90                                |   573 +
 src/base/iniva0.f90                                |   718 +
 src/base/inivar.f90                                |  1394 +
 src/base/invers.f90                                |   263 +
 src/base/iprbla.f90                                |    88 +
 src/base/itrgrp.f90                                |   400 +
 src/base/itrmas.f90                                |   394 +
 src/base/lecamo.f90                                |   210 +
 src/base/lecamp.f90                                |  1887 ++
 src/base/lecamx.f90                                |  3603 +++
 src/base/ledgeo.f90                                |   408 +
 src/base/letgeo.f90                                |   871 +
 src/base/majgeo.f90                                |   196 +
 src/base/matrdt.f90                                |   326 +
 src/base/matrix.f90                                |   314 +
 src/base/memale.f90                                |   154 +
 src/base/memcbr.f90                                |   148 +
 src/base/memclg.f90                                |   127 +
 src/base/memcli.f90                                |   173 +
 src/base/memcs1.f90                                |   109 +
 src/base/memcs2.f90                                |   125 +
 src/base/memdis.f90                                |   153 +
 src/base/memdtv.f90                                |   157 +
 src/base/memdyp.f90                                |   176 +
 src/base/memini.f90                                |   207 +
 src/base/memkep.f90                                |   156 +
 src/base/memkom.f90                                |   156 +
 src/base/memnav.f90                                |   201 +
 src/base/mempdc.f90                                |   211 +
 src/base/memphy.f90                                |   152 +
 src/base/memrij.f90                                |   193 +
 src/base/memsca.f90                                |   152 +
 src/base/memt1d.f90                                |   229 +
 src/base/memtri.f90                                |   539 +
 src/base/memtsm.f90                                |   193 +
 src/base/memv2f.f90                                |   156 +
 src/base/memvor.f90                                |   134 +
 src/base/mmtycl.f90                                |   286 +
 src/base/modini.f90                                |  1727 ++
 src/base/modpar.f90                                |   143 +
 src/base/navsto.f90                                |  1663 ++
 src/base/newmrk.f90                                |   223 +
 src/base/numvec.f90                                |   561 +
 src/base/ordita.f90                                |    89 +
 src/base/pergra.f90                                |   122 +
 src/base/perinr.f90                                |   283 +
 src/base/perinu.f90                                |   278 +
 src/base/phyvar.f90                                |  1399 +
 src/base/precli.f90                                |   283 +
 src/base/preduv.f90                                |  2020 ++
 src/base/prmoy0.f90                                |   128 +
 src/base/prods2.f90                                |   119 +
 src/base/prods3.f90                                |   124 +
 src/base/prodsc.f90                                |    96 +
 src/base/projts.f90                                |   341 +
 src/base/promav.f90                                |   213 +
 src/base/proxav.f90                                |   204 +
 src/base/recvmc.f90                                |   458 +
 src/base/reseps.f90                                |   910 +
 src/base/resolp.f90                                |  1556 ++
 src/base/resrij.f90                                |   965 +
 src/base/resssg.f90                                |   767 +
 src/base/resv2f.f90                                |   967 +
 src/base/rijech.f90                                |   570 +
 src/base/rijthe.f90                                |   416 +
 src/base/scalai.f90                                |   730 +
 src/base/schtmp.f90                                |   702 +
 src/base/stdtcl.f90                                |   619 +
 src/base/strdep.f90                                |   457 +
 src/base/strhis.f90                                |   354 +
 src/base/strini.f90                                |   763 +
 src/base/strpre.f90                                |   365 +
 src/base/tcpumx.c                                  |   118 +
 src/base/tdesi1.f90                                |   131 +
 src/base/testel.f90                                |   523 +
 src/base/tremai.c                                  |   122 +
 src/base/tridim.f90                                |  2555 ++
 src/base/tsepdc.f90                                |   252 +
 src/base/tstvec.f90                                |   450 +
 src/base/turbke.f90                                |  1599 ++
 src/base/turbkw.f90                                |  1350 +
 src/base/turent.f90                                |   207 +
 src/base/turrij.f90                                |   772 +
 src/base/typecl.f90                                |  1991 ++
 src/base/undscr.f90                                |    90 +
 src/base/vandri.f90                                |   225 +
 src/base/varpos.f90                                |  4525 ++++
 src/base/vectds.f90                                |   166 +
 src/base/vericl.f90                                |  1228 +
 src/base/verini.f90                                |  6859 +++++
 src/base/verlon.f90                                |    80 +
 src/base/vert1d.f90                                |   441 +
 src/base/viscfa.f90                                |   230 +
 src/base/visdyn.f90                                |   725 +
 src/base/vislmg.f90                                |   356 +
 src/base/visort.f90                                |   283 +
 src/base/vissec.f90                                |   603 +
 src/base/vissma.f90                                |   364 +
 src/base/vissst.f90                                |   419 +
 src/base/viswal.f90                                |   400 +
 src/base/vor2cl.f90                                |   281 +
 src/base/vordep.f90                                |   330 +
 src/base/vorimp.f90                                |   259 +
 src/base/vorin0.f90                                |   143 +
 src/base/vorini.f90                                |   603 +
 src/base/vorlgv.f90                                |   148 +
 src/base/vorpre.f90                                |   371 +
 src/base/vortex.f90                                |   208 +
 src/base/vorver.f90                                |  1095 +
 src/base/vorvit.f90                                |   448 +
 src/base/zufall.f90                                |   446 +
 src/cfbl/Makefile.am                               |    82 +
 src/cfbl/Makefile.in                               |   700 +
 src/cfbl/cfbsc2.f90                                |  1344 +
 src/cfbl/cfbsc3.f90                                |   506 +
 src/cfbl/cfcdts.f90                                |   612 +
 src/cfbl/cfdivs.f90                                |   512 +
 src/cfbl/cfdttv.f90                                |   299 +
 src/cfbl/cfener.f90                                |  1108 +
 src/cfbl/cfini1.f90                                |   440 +
 src/cfbl/cfiniv.f90                                |   398 +
 src/cfbl/cfmsfl.f90                                |   826 +
 src/cfbl/cfmsgs.f90                                |   832 +
 src/cfbl/cfmsvl.f90                                |   792 +
 src/cfbl/cfmsvs.f90                                |   274 +
 src/cfbl/cfphyv.f90                                |   386 +
 src/cfbl/cfprop.f90                                |   251 +
 src/cfbl/cfqdmv.f90                                |   960 +
 src/cfbl/cfrusb.f90                                |   303 +
 src/cfbl/cfvarp.f90                                |   251 +
 src/cfbl/cfxtcl.f90                                |  1264 +
 src/cfbl/memcfe.f90                                |   118 +
 src/cfbl/memcfm.f90                                |   167 +
 src/cfbl/memcft.f90                                |   138 +
 src/cfbl/memcfv.f90                                |   122 +
 src/cogz/Makefile.am                               |    94 +
 src/cogz/Makefile.in                               |   719 +
 src/cogz/coini1.f90                                |   752 +
 src/cogz/colecd.f90                                |   685 +
 src/cogz/coprop.f90                                |   516 +
 src/cogz/cothht.f90                                |   207 +
 src/cogz/covarp.f90                                |   183 +
 src/cogz/d3phst.f90                                |   218 +
 src/cogz/d3pini.f90                                |   421 +
 src/cogz/d3pint.f90                                |   477 +
 src/cogz/d3pphy.f90                                |   453 +
 src/cogz/d3ptcl.f90                                |   566 +
 src/cogz/d3pver.f90                                |   176 +
 src/cogz/ebuini.f90                                |   506 +
 src/cogz/ebuphy.f90                                |   491 +
 src/cogz/ebutcl.f90                                |   609 +
 src/cogz/ebutss.f90                                |   331 +
 src/cogz/ebuver.f90                                |   196 +
 src/cogz/lwcgfu.f90                                |   103 +
 src/cogz/lwcini.f90                                |   536 +
 src/cogz/lwcphy.f90                                |   310 +
 src/cogz/lwctcl.f90                                |   650 +
 src/cogz/lwctss.f90                                |   530 +
 src/cogz/lwcurl.f90                                |   193 +
 src/cogz/lwcver.f90                                |   207 +
 src/cogz/pdflwc.f90                                |   776 +
 src/cogz/pdfpp3.f90                                |   644 +
 src/cogz/pdfpp4.f90                                |   970 +
 src/cplv/Makefile.am                               |    96 +
 src/cplv/Makefile.in                               |   702 +
 src/cplv/cpcym2.f90                                |   910 +
 src/cplv/cpflux.f90                                |   656 +
 src/cplv/cpini1.f90                                |   686 +
 src/cplv/cpiniv.f90                                |   418 +
 src/cplv/cplecd.f90                                |  1523 ++
 src/cplv/cplin1.f90                                |   472 +
 src/cplv/cplini.f90                                |   341 +
 src/cplv/cplph1.f90                                |   368 +
 src/cplv/cplphy.f90                                |   439 +
 src/cplv/cplpro.f90                                |   162 +
 src/cplv/cpltcl.f90                                |   570 +
 src/cplv/cpltss.f90                                |   395 +
 src/cplv/cpltsv.f90                                |   424 +
 src/cplv/cplvar.f90                                |   137 +
 src/cplv/cplver.f90                                |   188 +
 src/cplv/cplym1.f90                                |  1134 +
 src/cplv/cppdf4.f90                                |   179 +
 src/cplv/cppdfr.f90                                |   318 +
 src/cplv/cpphy1.f90                                |   436 +
 src/cplv/cpphy2.f90                                |   360 +
 src/cplv/cpphyv.f90                                |   584 +
 src/cplv/cpprop.f90                                |   283 +
 src/cplv/cpptcl.f90                                |   758 +
 src/cplv/cprays.f90                                |   138 +
 src/cplv/cpteh1.f90                                |   335 +
 src/cplv/cpteh2.f90                                |   266 +
 src/cplv/cptehm.f90                                |   424 +
 src/cplv/cpthp1.f90                                |   523 +
 src/cplv/cpthp2.f90                                |   252 +
 src/cplv/cptssc.f90                                |  1314 +
 src/cplv/cptsvc.f90                                |   432 +
 src/cplv/cptsvi.f90                                |   281 +
 src/cplv/cpvarp.f90                                |   187 +
 src/cplv/cpveri.f90                                |   176 +
 src/cplv/memcp1.f90                                |   136 +
 src/ctwr/Makefile.am                               |    77 +
 src/ctwr/Makefile.in                               |   736 +
 src/ctwr/cs_ctwr.c                                 |  2682 ++
 src/ctwr/cs_ctwr_air_props.c                       |   400 +
 src/ctwr/cs_ctwr_f2c.f90                           |   100 +
 src/ctwr/cs_ctwr_halo.c                            |  1578 ++
 src/ctwr/cs_ctwr_mesh.c                            |  2205 ++
 src/ctwr/ctini1.f90                                |   196 +
 src/ctwr/ctiniv.f90                                |   240 +
 src/ctwr/ctphyv.f90                                |   462 +
 src/ctwr/cttssc.f90                                |   250 +
 src/ctwr/ctvarp.f90                                |   114 +
 src/elec/Makefile.am                               |    73 +
 src/elec/Makefile.in                               |   702 +
 src/elec/elflux.f90                                |  1028 +
 src/elec/elini1.f90                                |   522 +
 src/elec/eliniv.f90                                |   391 +
 src/elec/ellecd.f90                                |   369 +
 src/elec/elphyv.f90                                |   844 +
 src/elec/elprop.f90                                |   263 +
 src/elec/elthht.f90                                |   210 +
 src/elec/eltssc.f90                                |   391 +
 src/elec/elvarp.f90                                |   170 +
 src/elec/elveri.f90                                |   542 +
 src/fuel/Makefile.am                               |    80 +
 src/fuel/Makefile.in                               |   688 +
 src/fuel/fucym1.f90                                |   680 +
 src/fuel/fucyno.f90                                |   472 +
 src/fuel/fuflux.f90                                |   376 +
 src/fuel/fuini1.f90                                |   556 +
 src/fuel/fuiniv.f90                                |   365 +
 src/fuel/fulecd.f90                                |   729 +
 src/fuel/fupdfr.f90                                |   235 +
 src/fuel/fuphy1.f90                                |   364 +
 src/fuel/fuphy2.f90                                |   203 +
 src/fuel/fuphyv.f90                                |   539 +
 src/fuel/fuprop.f90                                |   250 +
 src/fuel/fuptcl.f90                                |   689 +
 src/fuel/furays.f90                                |   141 +
 src/fuel/futeh1.f90                                |   176 +
 src/fuel/futeh2.f90                                |   172 +
 src/fuel/futhp1.f90                                |   273 +
 src/fuel/futhp2.f90                                |   240 +
 src/fuel/futssc.f90                                |   882 +
 src/fuel/futsvc.f90                                |   420 +
 src/fuel/futsvi.f90                                |   233 +
 src/fuel/fuvarp.f90                                |   147 +
 src/fuel/fuveri.f90                                |   176 +
 src/fuel/memfu1.f90                                |   130 +
 src/lagr/Makefile.am                               |   132 +
 src/lagr/Makefile.in                               |   795 +
 src/lagr/cs_lagr.c                                 |   625 +
 src/lagr/cs_lagr_perio.c                           |   262 +
 src/lagr/diverv.f90                                |   321 +
 src/lagr/enslag.f90                                |   877 +
 src/lagr/enswaf.f90                                |   812 +
 src/lagr/lagaff.f90                                |   450 +
 src/lagr/lagcar.f90                                |   697 +
 src/lagr/lagcel.f90                                |  1403 +
 src/lagr/lagcou.f90                                |   534 +
 src/lagr/lagdeb.f90                                |   418 +
 src/lagr/lageli.f90                                |   210 +
 src/lagr/lagent.f90                                |  2137 ++
 src/lagr/lageqp.f90                                |   500 +
 src/lagr/lagerr.f90                                |    85 +
 src/lagr/lages1.f90                                |   494 +
 src/lagr/lages2.f90                                |   536 +
 src/lagr/lagesp.f90                                |   353 +
 src/lagr/lagfch.f90                                |   491 +
 src/lagr/laggra.f90                                |   414 +
 src/lagr/laghis.f90                                |   515 +
 src/lagr/lagich.f90                                |   718 +
 src/lagr/lagidp.f90                                |   199 +
 src/lagr/lagimp.f90                                |   198 +
 src/lagr/lagini.f90                                |   226 +
 src/lagr/lagipn.f90                                |   254 +
 src/lagr/lagitf.f90                                |   326 +
 src/lagr/lagitg.f90                                |   231 +
 src/lagr/lagitp.f90                                |   249 +
 src/lagr/laglec.f90                                |  2096 ++
 src/lagr/laglis.f90                                |   587 +
 src/lagr/lagnew.f90                                |   480 +
 src/lagr/lagnpr.f90                                |   456 +
 src/lagr/lagnwc.f90                                |   506 +
 src/lagr/lagopt.f90                                |  3391 +++
 src/lagr/lagout.f90                                |  1236 +
 src/lagr/lagphy.f90                                |   363 +
 src/lagr/lagpoi.f90                                |   426 +
 src/lagr/lagrus.f90                                |   337 +
 src/lagr/lagsta.f90                                |   585 +
 src/lagr/lagstf.f90                                |   157 +
 src/lagr/lagtri.f90                                |   155 +
 src/lagr/lagune.f90                                |  1036 +
 src/lagr/memla1.f90                                |   187 +
 src/lagr/memla2.f90                                |   237 +
 src/lagr/ouestu.f90                                |   585 +
 src/mati/Makefile.am                               |    52 +
 src/mati/Makefile.in                               |   646 +
 src/mati/memmat.f90                                |   144 +
 src/mati/mtimpi.f90                                |   552 +
 src/mati/mtini1.f90                                |   681 +
 src/mati/mtkpdc.f90                                |   403 +
 src/mati/mtphyv.f90                                |   495 +
 src/mati/mtproj.f90                                |   386 +
 src/mati/mttsns.f90                                |  1146 +
 src/mati/mttssc.f90                                |  1337 +
 src/mati/mttycl.f90                                |   368 +
 src/pprt/Makefile.am                               |    79 +
 src/pprt/Makefile.in                               |   684 +
 src/pprt/memppt.f90                                |   124 +
 src/pprt/ppcabs.f90                                |   488 +
 src/pprt/ppclim.f90                                |   486 +
 src/pprt/ppcsca.f90                                |   260 +
 src/pprt/ppini1.f90                                |   144 +
 src/pprt/ppinii.f90                                |   593 +
 src/pprt/ppiniv.f90                                |   416 +
 src/pprt/ppinv2.f90                                |   281 +
 src/pprt/pplecd.f90                                |   129 +
 src/pprt/pppdfr.f90                                |   361 +
 src/pprt/ppphyv.f90                                |   507 +
 src/pprt/ppprcl.f90                                |   419 +
 src/pprt/ppprop.f90                                |   142 +
 src/pprt/ppray4.f90                                |   469 +
 src/pprt/pptbht.f90                                |   261 +
 src/pprt/pptssc.f90                                |   437 +
 src/pprt/pptycl.f90                                |   525 +
 src/pprt/ppvarp.f90                                |   140 +
 src/rayt/Makefile.am                               |    76 +
 src/rayt/Makefile.in                               |   695 +
 src/rayt/memra1.f90                                |   115 +
 src/rayt/memra2.f90                                |   184 +
 src/rayt/memra3.f90                                |   141 +
 src/rayt/raycli.f90                                |  1338 +
 src/rayt/raydak.f90                                |   175 +
 src/rayt/raydir.f90                                |   123 +
 src/rayt/raydom.f90                                |  1677 ++
 src/rayt/raylec.f90                                |   388 +
 src/rayt/rayopt.f90                                |   792 +
 src/rayt/rayout.f90                                |   440 +
 src/rayt/raypar.f90                                |   988 +
 src/rayt/raypun.f90                                |   505 +
 src/rayt/raysca.f90                                |   143 +
 src/rayt/raysol.f90                                |   566 +
 src/rayt/rmodak.f90                                |   964 +
 users/atmo/usatcl.f90                              |   519 +
 users/atmo/usati1.f90                              |   111 +
 users/atmo/usativ.f90                              |   346 +
 users/base/usalcl.f90                              |   574 +
 users/base/usalin.f90                              |   142 +
 users/base/usaste.f90                              |   267 +
 users/base/usclim.f90                              |   976 +
 users/base/usdpst.f90                              |   508 +
 users/base/ushist.f90                              |   408 +
 users/base/usini1.f90                              |  2226 ++
 users/base/usiniv.f90                              |   283 +
 users/base/usjoin.f90                              |   206 +
 users/base/uskpdc.f90                              |   430 +
 users/base/usmodg.f90                              |   165 +
 users/base/usmpst.f90                              |   368 +
 users/base/usnpst.f90                              |   211 +
 users/base/usphyv.f90                              |   869 +
 users/base/usproj.f90                              |  1725 ++
 users/base/uspt1d.f90                              |   390 +
 users/base/ussatc.f90                              |   143 +
 users/base/ussmag.f90                              |   256 +
 users/base/usstru.f90                              |   635 +
 users/base/ussyrc.f90                              |   160 +
 users/base/usthht.f90                              |   234 +
 users/base/ustmgr.f90                              |   389 +
 users/base/ustske.f90                              |   338 +
 users/base/ustskw.f90                              |   345 +
 users/base/ustsma.f90                              |   587 +
 users/base/ustsns.f90                              |   335 +
 users/base/ustsri.f90                              |   371 +
 users/base/ustssc.f90                              |   435 +
 users/base/ustsv2.f90                              |   361 +
 users/base/usvima.f90                              |   257 +
 users/base/usvist.f90                              |   328 +
 users/base/usvort.f90                              |   563 +
 users/base/usvpst.f90                              |   979 +
 users/cfbl/uscfcl.f90                              |   755 +
 users/cfbl/uscfpv.f90                              |   804 +
 users/cfbl/uscfth.f90                              |  2068 ++
 users/cfbl/uscfx1.f90                              |   136 +
 users/cfbl/uscfx2.f90                              |   166 +
 users/cfbl/uscfxi.f90                              |   376 +
 users/cogz/usd3p1.f90                              |   192 +
 users/cogz/usd3pc.f90                              |   823 +
 users/cogz/usd3pi.f90                              |   351 +
 users/cogz/usebu1.f90                              |   197 +
 users/cogz/usebuc.f90                              |   778 +
 users/cogz/usebui.f90                              |   395 +
 users/cogz/uslwc1.f90                              |   276 +
 users/cogz/uslwcc.f90                              |   777 +
 users/cogz/uslwci.f90                              |   447 +
 users/cplv/uscpcl.f90                              |   862 +
 users/cplv/uscpi1.f90                              |   404 +
 users/cplv/uscpiv.f90                              |   499 +
 users/cplv/uscpl1.f90                              |   274 +
 users/cplv/uscplc.f90                              |   832 +
 users/ctwr/usctcl.f90                              |   383 +
 users/ctwr/usctdz.f90                              |   205 +
 users/ctwr/uscti1.f90                              |   193 +
 users/ctwr/usctiv.f90                              |   293 +
 users/elec/uselcl.f90                              |   797 +
 users/elec/uselen.f90                              |   630 +
 users/elec/useli1.f90                              |   270 +
 users/elec/useliv.f90                              |   388 +
 users/elec/uselph.f90                              |   574 +
 users/elec/uselrc.f90                              |   760 +
 users/elec/usetcl.f90                              |   551 +
 users/fuel/usfucl.f90                              |   953 +
 users/fuel/usfui1.f90                              |   362 +
 users/fuel/usfuiv.f90                              |   440 +
 users/lagr/uslabo.f90                              |  1028 +
 users/lagr/usladp.f90                              |   298 +
 users/lagr/uslaed.f90                              |   332 +
 users/lagr/uslaen.f90                              |   425 +
 users/lagr/uslafe.f90                              |   282 +
 users/lagr/uslag1.f90                              |   969 +
 users/lagr/uslag2.f90                              |   615 +
 users/lagr/uslain.f90                              |   385 +
 users/lagr/uslapr.f90                              |   355 +
 users/lagr/uslaru.f90                              |   300 +
 users/lagr/uslast.f90                              |   541 +
 users/lagr/uslatc.f90                              |   307 +
 users/lagr/uslatp.f90                              |   327 +
 users/pprt/usppmo.f90                              |   303 +
 users/rayt/usray1.f90                              |   341 +
 users/rayt/usray2.f90                              |   712 +
 users/rayt/usray3.f90                              |   371 +
 users/rayt/usray4.f90                              |   260 +
 users/rayt/usray5.f90                              |   575 +
 1348 files changed, 669547 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/code-saturne.git



More information about the debian-science-commits mailing list