[code-saturne] 04/04: Merge tag 'upstream/3.0.0' into 3.0.0-1_exp1

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


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

pini pushed a commit to annotated tag debian/3.0.0-1_exp1
in repository code-saturne.

commit baf1b5aedb1590f089d1b52135404ec4bb1eb2bb
Merge: 2ce98fe 731f35a
Author: Gilles Filippini <pini at debian.org>
Date:   Sun Jan 18 22:53:08 2015 +0100

    Merge tag 'upstream/3.0.0' into 3.0.0-1_exp1
    
    Upstream version 3.0.0

 ABOUT-NLS                                          |  1282 +
 AUTHORS                                            |   163 +
 COMPATIBILITY                                      |    51 +
 COPYING                                            |   339 +
 ChangeLog                                          |   827 +
 ChangeLog.2007                                     |  1389 +
 ChangeLog.2008                                     |  3442 +
 ChangeLog.2009                                     |  4169 ++
 ChangeLog.2010                                     |  4940 ++
 ChangeLog.2011                                     |  8206 ++
 ChangeLog.2012                                     |  4679 ++
 ChangeLog.old                                      | 19218 +++++
 INSTALL                                            |   370 +
 Makefile.am                                        |   430 +
 Makefile.in                                        |  1903 +
 NEWS                                               |  1569 +
 QUALITY_ASSURANCE                                  |     4 +
 README                                             |    51 +
 aclocal.m4                                         |  1415 +
 bin/__init__.py                                    |    33 +
 bin/autovnv/Command.py                             |    94 +
 bin/autovnv/Drawing.py                             |   691 +
 bin/autovnv/Parser.py                              |   608 +
 bin/autovnv/PlotVTK.py                             |   729 +
 bin/autovnv/Study.py                               |  1063 +
 bin/autovnv/TexMaker.py                            |   408 +
 bin/autovnv/__init__.py                            |    23 +
 bin/code_saturne.in                                |    86 +
 bin/cs_autovnv.py                                  |   300 +
 bin/cs_case.py                                     |  1505 +
 bin/cs_case_coupling.py                            |   215 +
 bin/cs_case_domain.py                              |  1252 +
 bin/cs_compile.py                                  |   319 +
 bin/cs_config.py.in                                |   413 +
 bin/cs_create.py                                   |   698 +
 bin/cs_exec_environment.py                         |  1438 +
 bin/cs_gui.py                                      |   178 +
 bin/cs_info.py                                     |   171 +
 bin/cs_package.py.in                               |   269 +
 bin/cs_run.py                                      |   228 +
 bin/cs_salome.py                                   |   111 +
 bin/cs_script.py                                   |   133 +
 bin/cs_user_scripts.py                             |   338 +
 bin/cs_xml_reader.py                               |   355 +
 bin/runcase_aster.in                               |   438 +
 bin/runcase_coupling.in                            |   134 +
 bin/runcase_mpi_rank                               |    96 +
 build-aux/compile                                  |   342 +
 build-aux/config.guess                             |  1530 +
 build-aux/config.rpath                             |   672 +
 build-aux/config.sub                               |  1782 +
 build-aux/depcomp                                  |   707 +
 build-aux/install-sh                               |   527 +
 build-aux/ltmain.sh                                |  9655 +++
 build-aux/missing                                  |   330 +
 build-aux/py-compile                               |   160 +
 build-aux/ylwrap                                   |   232 +
 config/cs_auto_flags.sh                            |  1380 +
 config/salome_module.mk                            |    50 +
 configure                                          | 33268 +++++++++
 configure.ac                                       |   958 +
 cs_config.h.in                                     |   400 +
 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_FCP.xml                               |   133 +
 data/thch/dp_FCP_new                               |   120 +
 data/thch/dp_FUE                                   |    38 +
 data/thch/dp_FUE_new                               |    44 +
 data/thch/dp_transfo                               |    16 +
 data/thch/meteo                                    |    72 +
 docs/Makefile.am                                   |    54 +
 docs/Makefile.in                                   |   836 +
 docs/autovnv/Makefile.am                           |    98 +
 docs/autovnv/Makefile.in                           |   882 +
 docs/autovnv/autovnv.pdf                           |   Bin 0 -> 384740 bytes
 docs/autovnv/autovnv.tex                           |  1323 +
 docs/autovnv/graphics/Makefile.am                  |    48 +
 docs/autovnv/graphics/Makefile.in                  |   646 +
 docs/developer/Makefile.am                         |    99 +
 docs/developer/Makefile.in                         |   884 +
 docs/developer/coding_standards.tex                |   440 +
 docs/developer/common_constructs.tex               |   265 +
 docs/developer/developer.pdf                       |   Bin 0 -> 479310 bytes
 docs/developer/developer.tex                       |    87 +
 docs/developer/graphics/Makefile.am                |    48 +
 docs/developer/graphics/Makefile.in                |   646 +
 docs/doxygen/Doxyfile-pre                          |  1778 +
 docs/doxygen/Doxyfile-src                          |  1901 +
 docs/doxygen/Doxyfile-ui                           |  1779 +
 docs/doxygen/Makefile.am                           |    73 +
 docs/doxygen/Makefile.in                           |   673 +
 docs/doxygen/doxypy.py                             |   423 +
 docs/doxygen/examples/bft_error_example.c          |   116 +
 docs/doxygen/images/icon.png                       |   Bin 0 -> 5459 bytes
 docs/doxygen/mainpage.h                            |   221 +
 docs/install/Makefile.am                           |    98 +
 docs/install/Makefile.in                           |   693 +
 docs/install/install.pdf                           |   Bin 0 -> 418431 bytes
 docs/install/install.tex                           |  1174 +
 docs/manpages/code_saturne.1                       |    91 +
 docs/refcard/Makefile.am                           |    98 +
 docs/refcard/Makefile.in                           |   882 +
 docs/refcard/graphics/Makefile.am                  |    48 +
 docs/refcard/graphics/Makefile.in                  |   646 +
 docs/refcard/refcard.pdf                           |   Bin 0 -> 364441 bytes
 docs/refcard/refcard.tex                           |   143 +
 docs/style/cs_logo_black.pdf                       |   704 +
 docs/style/cs_logo_bubble.pdf                      |  1319 +
 docs/style/cs_logo_flux.pdf                        |  1396 +
 docs/style/cs_logo_wave.pdf                        |   766 +
 docs/style/cs_logo_wire_black.pdf                  |   708 +
 docs/style/csbiblio.bib                            |    98 +
 docs/style/csdoc.cls                               |    43 +
 docs/style/csdoc.sty                               |   273 +
 docs/style/csindex.sty                             |    31 +
 docs/style/csmacros.sty                            |   164 +
 docs/style/csshortdoc.cls                          |    42 +
 docs/style/csvers.tex.in                           |    25 +
 docs/style/logoedf.png                             |   Bin 0 -> 42848 bytes
 docs/style/nomencl.cfg                             |     8 +
 docs/theory/Makefile.am                            |   141 +
 docs/theory/Makefile.in                            |   926 +
 docs/theory/algebr.tex                             |    27 +
 docs/theory/apintr.tex                             |   131 +
 docs/theory/bilsc2.tex                             |   627 +
 docs/theory/bndcnd.tex                             |   429 +
 docs/theory/cfbase.tex                             |  1054 +
 docs/theory/cfener.tex                             |   422 +
 docs/theory/cfmsvl.tex                             |   415 +
 docs/theory/cfqdmv.tex                             |   284 +
 docs/theory/cfxtcl.tex                             |  1812 +
 docs/theory/clptrg.tex                             |   809 +
 docs/theory/clptur.tex                             |  1393 +
 docs/theory/clsyvt.tex                             |   609 +
 docs/theory/codits.tex                             |   384 +
 docs/theory/combbase.tex                           |   213 +
 docs/theory/combgaz.tex                            |   492 +
 docs/theory/combglb.tex                            |   935 +
 docs/theory/comprs.tex                             |    24 +
 docs/theory/condli.tex                             |  1189 +
 docs/theory/covofi.tex                             |  1270 +
 docs/theory/elbase.tex                             |  1344 +
 docs/theory/goveqn.tex                             |   521 +
 docs/theory/gradmc.tex                             |   439 +
 docs/theory/gradrc.tex                             |   636 +
 docs/theory/graphics/LW2.fig                       |    43 +
 docs/theory/graphics/LW4.fig                       |    54 +
 docs/theory/graphics/Makefile.am                   |   112 +
 docs/theory/graphics/Makefile.in                   |   710 +
 docs/theory/graphics/Pf.fig                        |    26 +
 docs/theory/graphics/Pf2.fig                       |    32 +
 docs/theory/graphics/TONOx.fig                     |    58 +
 docs/theory/graphics/Yf.fig                        |    28 +
 docs/theory/graphics/Yf0.fig                       |    46 +
 docs/theory/graphics/Yf1.fig                       |    46 +
 docs/theory/graphics/Yf2.fig                       |    46 +
 docs/theory/graphics/Yf3.fig                       |    49 +
 docs/theory/graphics/Yf4.fig                       |    52 +
 docs/theory/graphics/bordortho.fig                 |    73 +
 docs/theory/graphics/cell_cog.fig                  |    45 +
 docs/theory/graphics/cell_cog_nonorth.fig          |    51 +
 docs/theory/graphics/clthermique.dat               |   300 +
 docs/theory/graphics/clthermique.f                 |    12 +
 docs/theory/graphics/clthermique.pdf               |   Bin 0 -> 5958 bytes
 docs/theory/graphics/clthermique.xmgr              |   736 +
 docs/theory/graphics/condlimite.fig                |   351 +
 docs/theory/graphics/domaine1d.fig                 |    91 +
 docs/theory/graphics/entree.fig                    |   116 +
 docs/theory/graphics/face_quant.fig                |    35 +
 docs/theory/graphics/face_split_1.fig              |    31 +
 docs/theory/graphics/face_split_2.fig              |    31 +
 docs/theory/graphics/face_split_delaunay_1.fig     |    38 +
 docs/theory/graphics/face_split_delaunay_2.fig     |    24 +
 docs/theory/graphics/face_split_delaunay_crit.fig  |    29 +
 docs/theory/graphics/face_split_main.fig           |   159 +
 docs/theory/graphics/face_surf.fig                 |    56 +
 docs/theory/graphics/facebord.fig                  |    36 +
 docs/theory/graphics/facesym.fig                   |   113 +
 docs/theory/graphics/facette.fig                   |    44 +
 docs/theory/graphics/fluxbord.fig                  |    87 +
 docs/theory/graphics/hf.fig                        |    31 +
 docs/theory/graphics/join_edge_inter_3d.fig        |    32 +
 docs/theory/graphics/join_edge_inter_3d_eps.fig    |    53 +
 docs/theory/graphics/join_edge_inter_3d_type.fig   |   113 +
 docs/theory/graphics/join_merge_1.fig              |    55 +
 docs/theory/graphics/join_merge_2.fig              |    96 +
 docs/theory/graphics/join_merge_3.fig              |    65 +
 docs/theory/graphics/join_merge_4.fig              |    55 +
 docs/theory/graphics/join_merge_5.fig              |    56 +
 docs/theory/graphics/join_non_planar.fig           |   132 +
 docs/theory/graphics/join_overlap_3d_1.fig         |    33 +
 docs/theory/graphics/join_overlap_3d_2.fig         |    59 +
 docs/theory/graphics/join_overlap_3d_3.fig         |    83 +
 docs/theory/graphics/join_perio.fig                |    93 +
 docs/theory/graphics/join_possible.fig             |    73 +
 docs/theory/graphics/join_principle.fig            |    59 +
 docs/theory/graphics/join_simplify_1.fig           |    41 +
 docs/theory/graphics/join_simplify_2.fig           |    44 +
 docs/theory/graphics/join_tolerance.fig            |    25 +
 docs/theory/graphics/loilog.f                      |     8 +
 docs/theory/graphics/loilog.pdf                    |   Bin 0 -> 22317 bytes
 docs/theory/graphics/loilog.xmgr                   | 10445 +++
 docs/theory/graphics/support.fig                   |    50 +
 docs/theory/inimas.tex                             |   227 +
 docs/theory/introd.tex                             |    83 +
 docs/theory/itrmas.tex                             |   161 +
 docs/theory/matrix.tex                             |   380 +
 docs/theory/mesh_algo.tex                          |   856 +
 docs/theory/mesh_quality.tex                       |   110 +
 docs/theory/navsto.tex                             |   724 +
 docs/theory/operat.tex                             |   156 +
 docs/theory/preduv.tex                             |   807 +
 docs/theory/recvmc.tex                             |   180 +
 docs/theory/resolp.tex                             |   519 +
 docs/theory/spadis.tex                             |  1210 +
 docs/theory/summary.tex                            |   110 +
 docs/theory/theory.pdf                             | 42561 +++++++++++
 docs/theory/theory.tex                             |   295 +
 docs/theory/thermo.tex                             |    81 +
 docs/theory/timstp.tex                             |   319 +
 docs/theory/turbke.tex                             |   527 +
 docs/theory/turbul.tex                             |   514 +
 docs/theory/turrij.tex                             |   948 +
 docs/theory/viscfa.tex                             |   130 +
 docs/theory/visort.tex                             |   189 +
 docs/theory/vissec.tex                             |   189 +
 docs/theory/vortex.tex                             |   440 +
 docs/tutorial/Makefile.am                          |   110 +
 docs/tutorial/Makefile.in                          |   895 +
 docs/tutorial/case1.tex                            |   256 +
 docs/tutorial/case2.tex                            |   401 +
 docs/tutorial/case3.tex                            |   346 +
 docs/tutorial/case4.tex                            |   355 +
 docs/tutorial/case5.tex                            |   362 +
 docs/tutorial/case6.tex                            |   379 +
 docs/tutorial/graphics/Makefile.am                 |   245 +
 docs/tutorial/graphics/Makefile.in                 |   842 +
 docs/tutorial/graphics/case1_V-1.png               |   Bin 0 -> 124083 bytes
 docs/tutorial/graphics/case1_V-10.png              |   Bin 0 -> 76214 bytes
 docs/tutorial/graphics/case1_V-11.png              |   Bin 0 -> 86255 bytes
 docs/tutorial/graphics/case1_V-12.png              |   Bin 0 -> 91328 bytes
 docs/tutorial/graphics/case1_V-13.png              |   Bin 0 -> 77046 bytes
 docs/tutorial/graphics/case1_V-14.png              |   Bin 0 -> 91224 bytes
 docs/tutorial/graphics/case1_V-15.png              |   Bin 0 -> 68467 bytes
 docs/tutorial/graphics/case1_V-16.png              |   Bin 0 -> 84446 bytes
 docs/tutorial/graphics/case1_V-17.png              |   Bin 0 -> 90309 bytes
 docs/tutorial/graphics/case1_V-18.png              |   Bin 0 -> 85047 bytes
 docs/tutorial/graphics/case1_V-19.png              |   Bin 0 -> 88085 bytes
 docs/tutorial/graphics/case1_V-2.png               |   Bin 0 -> 52471 bytes
 docs/tutorial/graphics/case1_V-20.png              |   Bin 0 -> 89729 bytes
 docs/tutorial/graphics/case1_V-21.png              |   Bin 0 -> 86129 bytes
 docs/tutorial/graphics/case1_V-22.png              |   Bin 0 -> 102884 bytes
 docs/tutorial/graphics/case1_V-23.png              |   Bin 0 -> 104516 bytes
 docs/tutorial/graphics/case1_V-24.png              |   Bin 0 -> 91750 bytes
 docs/tutorial/graphics/case1_V-25.png              |   Bin 0 -> 100245 bytes
 docs/tutorial/graphics/case1_V-26.png              |   Bin 0 -> 105971 bytes
 docs/tutorial/graphics/case1_V-27.png              |   Bin 0 -> 110340 bytes
 docs/tutorial/graphics/case1_V-28.png              |   Bin 0 -> 87834 bytes
 docs/tutorial/graphics/case1_V-29.png              |   Bin 0 -> 87491 bytes
 docs/tutorial/graphics/case1_V-3.png               |   Bin 0 -> 68311 bytes
 docs/tutorial/graphics/case1_V-30.png              |   Bin 0 -> 98814 bytes
 docs/tutorial/graphics/case1_V-31.png              |   Bin 0 -> 113729 bytes
 docs/tutorial/graphics/case1_V-32.png              |   Bin 0 -> 113392 bytes
 docs/tutorial/graphics/case1_V-33.png              |   Bin 0 -> 108263 bytes
 docs/tutorial/graphics/case1_V-34.png              |   Bin 0 -> 96486 bytes
 docs/tutorial/graphics/case1_V-35.png              |   Bin 0 -> 104915 bytes
 docs/tutorial/graphics/case1_V-36.png              |   Bin 0 -> 101620 bytes
 docs/tutorial/graphics/case1_V-37.png              |   Bin 0 -> 104915 bytes
 docs/tutorial/graphics/case1_V-38.png              |   Bin 0 -> 103861 bytes
 docs/tutorial/graphics/case1_V-4.png               |   Bin 0 -> 73443 bytes
 docs/tutorial/graphics/case1_V-5.png               |   Bin 0 -> 74931 bytes
 docs/tutorial/graphics/case1_V-6.png               |   Bin 0 -> 73166 bytes
 docs/tutorial/graphics/case1_V-7.png               |   Bin 0 -> 61540 bytes
 docs/tutorial/graphics/case1_V-8.png               |   Bin 0 -> 63519 bytes
 docs/tutorial/graphics/case1_V-9.png               |   Bin 0 -> 62999 bytes
 docs/tutorial/graphics/case1_fig01.jpg             |   Bin 0 -> 17933 bytes
 docs/tutorial/graphics/case1_fig02.jpg             |   Bin 0 -> 76580 bytes
 docs/tutorial/graphics/case1_fig03.jpg             |   Bin 0 -> 6275 bytes
 docs/tutorial/graphics/case1_fig04_t_1.jpg         |   Bin 0 -> 25357 bytes
 docs/tutorial/graphics/case1_fig04_t_10.jpg        |   Bin 0 -> 23686 bytes
 docs/tutorial/graphics/case1_fig04_t_20.jpg        |   Bin 0 -> 24624 bytes
 docs/tutorial/graphics/case1_fig04_t_29.jpg        |   Bin 0 -> 24013 bytes
 docs/tutorial/graphics/case2_V-1.png               |   Bin 0 -> 73945 bytes
 docs/tutorial/graphics/case2_V-10.png              |   Bin 0 -> 91603 bytes
 docs/tutorial/graphics/case2_V-11.png              |   Bin 0 -> 100562 bytes
 docs/tutorial/graphics/case2_V-12.png              |   Bin 0 -> 113875 bytes
 docs/tutorial/graphics/case2_V-13.png              |   Bin 0 -> 103738 bytes
 docs/tutorial/graphics/case2_V-14.png              |   Bin 0 -> 109614 bytes
 docs/tutorial/graphics/case2_V-15.png              |   Bin 0 -> 104306 bytes
 docs/tutorial/graphics/case2_V-16.png              |   Bin 0 -> 88785 bytes
 docs/tutorial/graphics/case2_V-17.png              |   Bin 0 -> 87989 bytes
 docs/tutorial/graphics/case2_V-18.png              |   Bin 0 -> 99697 bytes
 docs/tutorial/graphics/case2_V-19.png              |   Bin 0 -> 98576 bytes
 docs/tutorial/graphics/case2_V-2.png               |   Bin 0 -> 75183 bytes
 docs/tutorial/graphics/case2_V-20.png              |   Bin 0 -> 115472 bytes
 docs/tutorial/graphics/case2_V-21.png              |   Bin 0 -> 118697 bytes
 docs/tutorial/graphics/case2_V-22.png              |   Bin 0 -> 119127 bytes
 docs/tutorial/graphics/case2_V-23.png              |   Bin 0 -> 100879 bytes
 docs/tutorial/graphics/case2_V-24.png              |   Bin 0 -> 106546 bytes
 docs/tutorial/graphics/case2_V-25.png              |   Bin 0 -> 107656 bytes
 docs/tutorial/graphics/case2_V-26.png              |   Bin 0 -> 103356 bytes
 docs/tutorial/graphics/case2_V-27.png              |   Bin 0 -> 103754 bytes
 docs/tutorial/graphics/case2_V-28.png              |   Bin 0 -> 110238 bytes
 docs/tutorial/graphics/case2_V-29.png              |   Bin 0 -> 121018 bytes
 docs/tutorial/graphics/case2_V-3.png               |   Bin 0 -> 57757 bytes
 docs/tutorial/graphics/case2_V-30.png              |   Bin 0 -> 119870 bytes
 docs/tutorial/graphics/case2_V-4.png               |   Bin 0 -> 71305 bytes
 docs/tutorial/graphics/case2_V-5.png               |   Bin 0 -> 66090 bytes
 docs/tutorial/graphics/case2_V-6.png               |   Bin 0 -> 97349 bytes
 docs/tutorial/graphics/case2_V-7.png               |   Bin 0 -> 86109 bytes
 docs/tutorial/graphics/case2_V-8.png               |   Bin 0 -> 93729 bytes
 docs/tutorial/graphics/case2_V-9.png               |   Bin 0 -> 88879 bytes
 docs/tutorial/graphics/case2_fig01.jpg             |   Bin 0 -> 70934 bytes
 docs/tutorial/graphics/case2_fig02.jpg             |   Bin 0 -> 115053 bytes
 docs/tutorial/graphics/case2_fig03.jpg             |   Bin 0 -> 16841 bytes
 docs/tutorial/graphics/case2_fig04.jpg             |   Bin 0 -> 67760 bytes
 docs/tutorial/graphics/case2_p0.jpg                |   Bin 0 -> 49736 bytes
 docs/tutorial/graphics/case2_p1.jpg                |   Bin 0 -> 106831 bytes
 docs/tutorial/graphics/case2_p2.jpg                |   Bin 0 -> 123222 bytes
 docs/tutorial/graphics/case2_p3.jpg                |   Bin 0 -> 120243 bytes
 docs/tutorial/graphics/case2_p4.jpg                |   Bin 0 -> 112784 bytes
 docs/tutorial/graphics/case2_p5.jpg                |   Bin 0 -> 116241 bytes
 docs/tutorial/graphics/case2_p6.jpg                |   Bin 0 -> 121499 bytes
 docs/tutorial/graphics/case3-V1.png                |   Bin 0 -> 79756 bytes
 docs/tutorial/graphics/case3-V2.png                |   Bin 0 -> 86038 bytes
 docs/tutorial/graphics/case3-V3.png                |   Bin 0 -> 56735 bytes
 docs/tutorial/graphics/case3-V4.png                |   Bin 0 -> 83571 bytes
 docs/tutorial/graphics/case3-V5.png                |   Bin 0 -> 119030 bytes
 docs/tutorial/graphics/case3-V6.png                |   Bin 0 -> 84728 bytes
 docs/tutorial/graphics/case3-V7.png                |   Bin 0 -> 86887 bytes
 docs/tutorial/graphics/case3.cmd                   |   734 +
 docs/tutorial/graphics/case3_fig01.jpg             |   Bin 0 -> 69445 bytes
 docs/tutorial/graphics/case3_p1.jpg                |   Bin 0 -> 39130 bytes
 docs/tutorial/graphics/case3_p10.jpg               |   Bin 0 -> 41595 bytes
 docs/tutorial/graphics/case3_p2.jpg                |   Bin 0 -> 39738 bytes
 docs/tutorial/graphics/case3_p3.jpg                |   Bin 0 -> 36178 bytes
 docs/tutorial/graphics/case3_p4.jpg                |   Bin 0 -> 35238 bytes
 docs/tutorial/graphics/case3_p5.jpg                |   Bin 0 -> 32921 bytes
 docs/tutorial/graphics/case3_p6.jpg                |   Bin 0 -> 33660 bytes
 docs/tutorial/graphics/case3_p7.jpg                |   Bin 0 -> 34955 bytes
 docs/tutorial/graphics/case3_p8.jpg                |   Bin 0 -> 38515 bytes
 docs/tutorial/graphics/case3_p9.jpg                |   Bin 0 -> 39979 bytes
 docs/tutorial/graphics/case3_probe9.agr            |   701 +
 docs/tutorial/graphics/case3_probe9.png            |   Bin 0 -> 6115 bytes
 docs/tutorial/graphics/case4_V-1.png               |   Bin 0 -> 102304 bytes
 docs/tutorial/graphics/case4_V-2.png               |   Bin 0 -> 117595 bytes
 docs/tutorial/graphics/case4_V-3.png               |   Bin 0 -> 102420 bytes
 docs/tutorial/graphics/case4_V-4.png               |   Bin 0 -> 121986 bytes
 docs/tutorial/graphics/case4_V-5-paraview.png      |   Bin 0 -> 216480 bytes
 docs/tutorial/graphics/case4_fig01.jpg             |   Bin 0 -> 70599 bytes
 docs/tutorial/graphics/case4_moytemp.png           |   Bin 0 -> 3790 bytes
 docs/tutorial/graphics/case4_p1.jpg                |   Bin 0 -> 114211 bytes
 docs/tutorial/graphics/case4_p2.jpg                |   Bin 0 -> 108597 bytes
 docs/tutorial/graphics/case4_p3.jpg                |   Bin 0 -> 105089 bytes
 docs/tutorial/graphics/case4_p4.jpg                |   Bin 0 -> 104141 bytes
 docs/tutorial/graphics/case4_p5.jpg                |   Bin 0 -> 105738 bytes
 docs/tutorial/graphics/case4_p6.jpg                |   Bin 0 -> 106987 bytes
 docs/tutorial/graphics/case5-V1.png                |   Bin 0 -> 106906 bytes
 docs/tutorial/graphics/case5-V10.png               |   Bin 0 -> 135656 bytes
 docs/tutorial/graphics/case5-V11.png               |   Bin 0 -> 133595 bytes
 docs/tutorial/graphics/case5-V12.png               |   Bin 0 -> 139727 bytes
 docs/tutorial/graphics/case5-V13.png               |   Bin 0 -> 130014 bytes
 docs/tutorial/graphics/case5-V2.png                |   Bin 0 -> 129733 bytes
 docs/tutorial/graphics/case5-V3.png                |   Bin 0 -> 129187 bytes
 docs/tutorial/graphics/case5-V4.png                |   Bin 0 -> 145579 bytes
 docs/tutorial/graphics/case5-V5.png                |   Bin 0 -> 96776 bytes
 docs/tutorial/graphics/case5-V5b.png               |   Bin 0 -> 107758 bytes
 docs/tutorial/graphics/case5-V6.png                |   Bin 0 -> 112627 bytes
 docs/tutorial/graphics/case5-V7.png                |   Bin 0 -> 138508 bytes
 docs/tutorial/graphics/case5-V8.png                |   Bin 0 -> 137516 bytes
 docs/tutorial/graphics/case5-V9.png                |   Bin 0 -> 134205 bytes
 docs/tutorial/graphics/case5_03.jpg                |   Bin 0 -> 28373 bytes
 docs/tutorial/graphics/case5_04.jpg                |   Bin 0 -> 23288 bytes
 docs/tutorial/graphics/case5_05.jpg                |   Bin 0 -> 21388 bytes
 docs/tutorial/graphics/case5_06.jpg                |   Bin 0 -> 23150 bytes
 docs/tutorial/graphics/case5_07.jpg                |   Bin 0 -> 22624 bytes
 docs/tutorial/graphics/case5_08.jpg                |   Bin 0 -> 23758 bytes
 docs/tutorial/graphics/case5_09.jpg                |   Bin 0 -> 23463 bytes
 docs/tutorial/graphics/case5_color_Snimbus.jpg     |   Bin 0 -> 10447 bytes
 docs/tutorial/graphics/case5_config.jpg            |   Bin 0 -> 39021 bytes
 .../graphics/case6_Visu2D-coupling-Vec00.png       |   Bin 0 -> 182143 bytes
 .../graphics/case6_Visu2D-coupling-temp00.png      |   Bin 0 -> 72862 bytes
 docs/tutorial/graphics/case6_Visu2d-solid-temp.png |   Bin 0 -> 53286 bytes
 docs/tutorial/graphics/case6_Visu2d_Temp_fluid.png |   Bin 0 -> 107913 bytes
 docs/tutorial/graphics/case6_Visu2d_Vec_fluid.png  |   Bin 0 -> 247780 bytes
 docs/tutorial/graphics/case6_color-fluid-mesh.png  |   Bin 0 -> 72058 bytes
 docs/tutorial/graphics/case6_fluid_V-1-2.png       |   Bin 0 -> 155696 bytes
 docs/tutorial/graphics/case6_fluid_V-1.png         |   Bin 0 -> 115619 bytes
 docs/tutorial/graphics/case6_fluid_V-10.png        |   Bin 0 -> 127190 bytes
 docs/tutorial/graphics/case6_fluid_V-11.png        |   Bin 0 -> 149515 bytes
 docs/tutorial/graphics/case6_fluid_V-2.png         |   Bin 0 -> 124077 bytes
 docs/tutorial/graphics/case6_fluid_V-3.png         |   Bin 0 -> 96044 bytes
 docs/tutorial/graphics/case6_fluid_V-4.png         |   Bin 0 -> 158993 bytes
 docs/tutorial/graphics/case6_fluid_V-5.png         |   Bin 0 -> 105230 bytes
 docs/tutorial/graphics/case6_fluid_V-6.png         |   Bin 0 -> 140874 bytes
 docs/tutorial/graphics/case6_fluid_V-7.png         |   Bin 0 -> 158242 bytes
 docs/tutorial/graphics/case6_fluid_V-8.png         |   Bin 0 -> 130160 bytes
 docs/tutorial/graphics/case6_fluid_V-9.png         |   Bin 0 -> 137978 bytes
 docs/tutorial/graphics/case6_fluidcoupling_V-1.png |   Bin 0 -> 119980 bytes
 docs/tutorial/graphics/case6_fluidcoupling_V-2.png |   Bin 0 -> 135905 bytes
 docs/tutorial/graphics/case6_fluidcoupling_V-3.png |   Bin 0 -> 125666 bytes
 docs/tutorial/graphics/case6_geometry-3rond2d.png  |   Bin 0 -> 14948 bytes
 docs/tutorial/graphics/case6_solid-mesh-color.png  |   Bin 0 -> 45171 bytes
 docs/tutorial/graphics/case6_solid_V-1.png         |   Bin 0 -> 30983 bytes
 docs/tutorial/graphics/case6_solid_V-10.png        |   Bin 0 -> 85498 bytes
 docs/tutorial/graphics/case6_solid_V-11.png        |   Bin 0 -> 79126 bytes
 docs/tutorial/graphics/case6_solid_V-12.png        |   Bin 0 -> 76277 bytes
 docs/tutorial/graphics/case6_solid_V-13.png        |   Bin 0 -> 66753 bytes
 docs/tutorial/graphics/case6_solid_V-14.png        |   Bin 0 -> 82033 bytes
 docs/tutorial/graphics/case6_solid_V-15.png        |   Bin 0 -> 57392 bytes
 docs/tutorial/graphics/case6_solid_V-2.png         |   Bin 0 -> 83028 bytes
 docs/tutorial/graphics/case6_solid_V-3.png         |   Bin 0 -> 116950 bytes
 docs/tutorial/graphics/case6_solid_V-4.png         |   Bin 0 -> 71641 bytes
 docs/tutorial/graphics/case6_solid_V-5.png         |   Bin 0 -> 65034 bytes
 docs/tutorial/graphics/case6_solid_V-6.png         |   Bin 0 -> 74151 bytes
 docs/tutorial/graphics/case6_solid_V-7.png         |   Bin 0 -> 92087 bytes
 docs/tutorial/graphics/case6_solid_V-8.png         |   Bin 0 -> 82513 bytes
 docs/tutorial/graphics/case6_solid_V-9.png         |   Bin 0 -> 83712 bytes
 docs/tutorial/graphics/case6_solidcoupling_V-1.png |   Bin 0 -> 90826 bytes
 docs/tutorial/graphics/case6_solidcoupling_V-2.png |   Bin 0 -> 77479 bytes
 docs/tutorial/graphics/case6_solidcoupling_V-3.png |   Bin 0 -> 79857 bytes
 docs/tutorial/graphics/case6_visu_fluid-00.png     |   Bin 0 -> 231549 bytes
 docs/tutorial/graphics/case6_visu_fluid-01.png     |   Bin 0 -> 218473 bytes
 docs/tutorial/graphics/case6_visu_solid-00.png     |   Bin 0 -> 96632 bytes
 docs/tutorial/graphics/evotemp_case3.agr           |  7585 ++
 docs/tutorial/graphics/evotemp_case3.png           |   Bin 0 -> 11659 bytes
 docs/tutorial/intro.tex                            |    61 +
 docs/tutorial/tuto_case1.tex                       |   711 +
 docs/tutorial/tuto_case2.tex                       |   521 +
 docs/tutorial/tuto_case3.tex                       |   214 +
 docs/tutorial/tuto_case4.tex                       |   121 +
 docs/tutorial/tuto_case5.tex                       |   302 +
 docs/tutorial/tutorial.pdf                         | 74198 +++++++++++++++++++
 docs/tutorial/tutorial.tex                         |   131 +
 docs/user/Makefile.am                              |   108 +
 docs/user/Makefile.in                              |   892 +
 docs/user/biblio.tex                               |   102 +
 docs/user/graphics/Makefile.am                     |   118 +
 docs/user/graphics/Makefile.in                     |   716 +
 docs/user/graphics/cs_components.fig               |   642 +
 docs/user/graphics/gui_ale_external.png            |   Bin 0 -> 16354 bytes
 docs/user/graphics/gui_ale_internal.png            |   Bin 0 -> 37620 bytes
 docs/user/graphics/gui_ale_mei.png                 |   Bin 0 -> 24904 bytes
 docs/user/graphics/gui_atmo_read.png               |   Bin 0 -> 5919 bytes
 docs/user/graphics/gui_bc_parameters.png           |   Bin 0 -> 3236680 bytes
 docs/user/graphics/gui_bc_regions.png              |   Bin 0 -> 1353817 bytes
 docs/user/graphics/gui_calculation_features.png    |   Bin 0 -> 1540820 bytes
 docs/user/graphics/gui_case_dir.png                |   Bin 0 -> 800896 bytes
 docs/user/graphics/gui_coal_bc.png                 |   Bin 0 -> 38179 bytes
 docs/user/graphics/gui_coal_classes.png            |   Bin 0 -> 19363 bytes
 docs/user/graphics/gui_coal_coke.png               |   Bin 0 -> 14415 bytes
 docs/user/graphics/gui_coal_composition.png        |   Bin 0 -> 18857 bytes
 docs/user/graphics/gui_coal_oxydant.png            |   Bin 0 -> 10516 bytes
 docs/user/graphics/gui_coal_reaction.png           |   Bin 0 -> 20171 bytes
 docs/user/graphics/gui_coal_solution_control.png   |   Bin 0 -> 41965 bytes
 docs/user/graphics/gui_coal_time_average.png       |   Bin 0 -> 30385 bytes
 docs/user/graphics/gui_coriolis.png                |   Bin 0 -> 581857 bytes
 docs/user/graphics/gui_density_law.png             |   Bin 0 -> 425711 bytes
 docs/user/graphics/gui_fluid_props.png             |   Bin 0 -> 2011209 bytes
 docs/user/graphics/gui_formula_button.png          |   Bin 0 -> 1317 bytes
 docs/user/graphics/gui_formula_interface.png       |   Bin 0 -> 14446 bytes
 docs/user/graphics/gui_global_res_parameters.png   |   Bin 0 -> 1520906 bytes
 docs/user/graphics/gui_gravity.png                 |   Bin 0 -> 649837 bytes
 docs/user/graphics/gui_head_loss_coeffs.png        |   Bin 0 -> 895182 bytes
 docs/user/graphics/gui_head_loss_regions.png       |   Bin 0 -> 1060874 bytes
 docs/user/graphics/gui_initialisation.png          |   Bin 0 -> 1006640 bytes
 docs/user/graphics/gui_lagr_bc.png                 |   Bin 0 -> 24895 bytes
 docs/user/graphics/gui_lagr_global_advanced.png    |   Bin 0 -> 33724 bytes
 docs/user/graphics/gui_lagr_global_settings.png    |   Bin 0 -> 37728 bytes
 .../graphics/gui_lagr_global_settings_coal.png     |   Bin 0 -> 14041 bytes
 docs/user/graphics/gui_lagr_output.png             |   Bin 0 -> 31524 bytes
 docs/user/graphics/gui_lagr_statistics.png         |   Bin 0 -> 28548 bytes
 docs/user/graphics/gui_mesh_join.png               |   Bin 0 -> 2131912 bytes
 docs/user/graphics/gui_mesh_periodicity.png        |   Bin 0 -> 21596 bytes
 docs/user/graphics/gui_mobile_mesh.png             |   Bin 0 -> 634762 bytes
 docs/user/graphics/gui_numerical_parameters.png    |   Bin 0 -> 1077536 bytes
 docs/user/graphics/gui_output_log.png              |   Bin 0 -> 1363337 bytes
 docs/user/graphics/gui_output_meshes.png           |   Bin 0 -> 1898547 bytes
 docs/user/graphics/gui_output_profiles.png         |   Bin 0 -> 2119332 bytes
 docs/user/graphics/gui_output_writers.png          |   Bin 0 -> 1912668 bytes
 .../graphics/gui_phys_prop_reference_values.png    |   Bin 0 -> 891095 bytes
 docs/user/graphics/gui_prepare_execution.png       |   Bin 0 -> 39313 bytes
 docs/user/graphics/gui_rad_transf_do_advanced.png  |   Bin 0 -> 10952 bytes
 docs/user/graphics/gui_rad_transf_do_params.png    |   Bin 0 -> 16157 bytes
 docs/user/graphics/gui_rad_transf_models.png       |   Bin 0 -> 22382 bytes
 docs/user/graphics/gui_rad_transf_p1_advanced.png  |   Bin 0 -> 8550 bytes
 docs/user/graphics/gui_rad_transf_p1_params.png    |   Bin 0 -> 12945 bytes
 docs/user/graphics/gui_rad_transf_post_output.png  |   Bin 0 -> 15047 bytes
 docs/user/graphics/gui_rad_transf_wall_model.png   |   Bin 0 -> 15683 bytes
 docs/user/graphics/gui_rad_transf_wall_params.png  |   Bin 0 -> 18015 bytes
 docs/user/graphics/gui_syrthes_coupling.png        |   Bin 0 -> 7640 bytes
 docs/user/graphics/gui_thermal_scalar.png          |   Bin 0 -> 760463 bytes
 docs/user/graphics/gui_time_averages.png           |   Bin 0 -> 1696773 bytes
 docs/user/graphics/gui_time_step.png               |   Bin 0 -> 870842 bytes
 docs/user/graphics/gui_turbulence_models.png       |   Bin 0 -> 609641 bytes
 docs/user/graphics/gui_user_scal_def_init.png      |   Bin 0 -> 1321118 bytes
 docs/user/graphics/halo.pdf                        |   Bin 0 -> 20605 bytes
 docs/user/graphics/join_periodic.fig               |    97 +
 docs/user/graphics/join_tolerance.fig              |   129 +
 docs/user/graphics/rota_perio_parall.jpg           |   Bin 0 -> 49785 bytes
 docs/user/graphics/vortex.fig                      |    36 +
 docs/user/saturne1.tex                             |  8706 +++
 docs/user/saturne2.tex                             |  3628 +
 docs/user/summary.tex                              |    87 +
 docs/user/user.pdf                                 | 46082 ++++++++++++
 docs/user/user.tex                                 |   111 +
 examples/1-simple_junction/case1/case1.xml         |   249 +
 examples/1-simple_junction/mesh/downcomer.des      |   Bin 0 -> 128292 bytes
 examples/2-full_domain/case2/case2.xml             |   350 +
 examples/2-full_domain/case3/case3.xml             |   353 +
 .../case3/cs_user_boundary_conditions.f90          |   504 +
 examples/2-full_domain/case4/case4.xml             |   368 +
 .../case4/cs_user_boundary_conditions.f90          |   500 +
 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     |   283 +
 .../case5/cs_user_postprocess.c                    |   251 +
 .../case5/cs_user_postprocess_var.f90              |   223 +
 examples/3-stratified_junction/mesh/sn_total.des   |   Bin 0 -> 1570788 bytes
 .../case6/fluid/fluid-3rond2D-coupling.xml         |   207 +
 .../case6/fluid/fluid-3rond2D-coupling_restart.xml |   208 +
 .../4-2Ddisks/case6/fluid/fluid_3disks_alone.xml   |   201 +
 examples/4-2Ddisks/case6/runcase_coupling          |   152 +
 examples/4-2Ddisks/case6/solid/solid-alone.syd     |    78 +
 examples/4-2Ddisks/case6/solid/solid-coupling.syd  |    79 +
 .../case6/solid/solid-coupling_restart.syd         |    80 +
 examples/4-2Ddisks/mesh/fluid/3rond2d_fluide.des   |   Bin 0 -> 596836 bytes
 examples/4-2Ddisks/mesh/solid/3rond2d.des          |   Bin 0 -> 171256 bytes
 examples/4-2Ddisks/mesh/solid/3rond2d_syr40.dat    |   160 +
 extras/bash_completion/code_saturne                |   220 +
 extras/batch/batch.CCC                             |    24 +
 extras/batch/batch.LOADL                           |    38 +
 extras/batch/batch.LOADL_BG                        |    40 +
 extras/batch/batch.LSF                             |    22 +
 extras/batch/batch.PBS                             |    23 +
 extras/batch/batch.SGE                             |    27 +
 extras/batch/batch.SLURM                           |    42 +
 extras/batch/batch.SLURM_BGQ                       |    37 +
 extras/changelog/authors.xml                       |    66 +
 extras/changelog/svn2html.css                      |    79 +
 extras/code_saturne.cfg.template                   |    42 +
 extras/installer/README.txt                        |   172 +
 extras/installer/install_saturne.py                |  1022 +
 extras/installer/setup                             |   145 +
 extras/preprocessor/mod_ideas.c                    |   226 +
 extras/preprocessor/mod_nopo.c                     |  1341 +
 extras/salome/fsi.export                           |    17 +
 extras/salome/fsi_appli_config.xml                 |     9 +
 extras/salome/fsi_appli_config.xml.in              |     9 +
 extras/salome/fsi_yacs_scheme.xml                  |   425 +
 extras/salome/fsi_yacsgen.py                       |   223 +
 extras/windows/c99tomingw                          |    30 +
 extras/windows/cxfreeze/setup.py                   |   121 +
 extras/windows/innosetup/setup.iss                 |   378 +
 extras/windows/innosetup/setup.iss.in              |   378 +
 extras/windows/mingwtoc99                          |    30 +
 gui/Base/BrowserForm.ui                            |    27 +
 gui/Base/BrowserView.py                            |   821 +
 gui/Base/CommandMgrDialogForm.ui                   |   145 +
 gui/Base/CommandMgrDialogView.py                   |   429 +
 gui/Base/CommandMgrLinesDisplayedDialogForm.ui     |   136 +
 gui/Base/Common.py                                 |    48 +
 gui/Base/IdForm.ui                                 |    71 +
 gui/Base/IdView.py                                 |   110 +
 gui/Base/MainForm.ui                               |   500 +
 gui/Base/MainView.py                               |  1228 +
 gui/Base/Makefile.am                               |    92 +
 gui/Base/Makefile.in                               |   802 +
 gui/Base/QtPage.py                                 |   682 +
 gui/Base/Toolbox.py                                |   320 +
 gui/Base/XMLengine.py                              |  1665 +
 gui/Base/XMLinitialize.py                          |   406 +
 gui/Base/XMLmodel.py                               |   244 +
 gui/Base/XMLvariables.py                           |   738 +
 gui/Base/__init__.py                               |    43 +
 gui/Base/icons/22x22/MONO-bulle-HD.png             |   Bin 0 -> 85105 bytes
 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/edit-redo.png                 |   Bin 0 -> 810 bytes
 gui/Base/icons/22x22/edit-undo.png                 |   Bin 0 -> 1011 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.png                    |   Bin 0 -> 51470 bytes
 gui/Base/resource_base.qrc                         |    21 +
 gui/Makefile.am                                    |    30 +
 gui/Makefile.in                                    |   875 +
 gui/Pages/AnalysisFeaturesForm.ui                  |   419 +
 gui/Pages/AnalysisFeaturesView.py                  |   549 +
 gui/Pages/AtmosphericFlowsForm.ui                  |   137 +
 gui/Pages/AtmosphericFlowsModel.py                 |   342 +
 gui/Pages/AtmosphericFlowsView.py                  |   148 +
 gui/Pages/BatchRunningAdvancedOptionsDialogForm.ui |   302 +
 gui/Pages/BatchRunningForm.ui                      |   673 +
 gui/Pages/BatchRunningModel.py                     |   747 +
 gui/Pages/BatchRunningStopByIterationDialogForm.ui |   116 +
 gui/Pages/BatchRunningView.py                      |  1147 +
 gui/Pages/BodyForcesForm.ui                        |   207 +
 gui/Pages/BodyForcesModel.py                       |   156 +
 gui/Pages/BodyForcesView.py                        |   160 +
 gui/Pages/Boundary.py                              |  4502 ++
 gui/Pages/BoundaryConditionsCoalInletForm.ui       |   554 +
 gui/Pages/BoundaryConditionsCoalInletView.py       |   719 +
 .../BoundaryConditionsCompressibleOutletForm.ui    |   187 +
 .../BoundaryConditionsCompressibleOutletView.py    |   179 +
 gui/Pages/BoundaryConditionsElectricalForm.ui      |   713 +
 gui/Pages/BoundaryConditionsElectricalView.py      |   501 +
 gui/Pages/BoundaryConditionsForm.ui                |   209 +
 gui/Pages/BoundaryConditionsMeteoForm.ui           |    73 +
 gui/Pages/BoundaryConditionsMeteoView.py           |   196 +
 gui/Pages/BoundaryConditionsMobileMeshForm.ui      |    98 +
 gui/Pages/BoundaryConditionsMobileMeshView.py      |   195 +
 gui/Pages/BoundaryConditionsRoughWallForm.ui       |   149 +
 gui/Pages/BoundaryConditionsRoughWallView.py       |   163 +
 gui/Pages/BoundaryConditionsScalarsForm.ui         |   568 +
 gui/Pages/BoundaryConditionsScalarsView.py         |   570 +
 gui/Pages/BoundaryConditionsSlidingWallForm.ui     |   189 +
 gui/Pages/BoundaryConditionsSlidingWallView.py     |   210 +
 gui/Pages/BoundaryConditionsTurbulenceInletForm.ui |   289 +
 gui/Pages/BoundaryConditionsTurbulenceInletView.py |   551 +
 gui/Pages/BoundaryConditionsVelocityInletForm.ui   |   714 +
 gui/Pages/BoundaryConditionsVelocityInletView.py   |   737 +
 gui/Pages/BoundaryConditionsView.py                |   277 +
 .../BoundaryConditionsWallRadiativeTransferForm.ui |   186 +
 .../BoundaryConditionsWallRadiativeTransferView.py |   280 +
 gui/Pages/CoalCombustionForm.ui                    |  1704 +
 gui/Pages/CoalCombustionModel.py                   |  2310 +
 gui/Pages/CoalCombustionView.py                    |  1841 +
 gui/Pages/CommonCombustion.py                      |   154 +
 gui/Pages/CompressibleForm.ui                      |   162 +
 gui/Pages/CompressibleModel.py                     |   164 +
 gui/Pages/ConjugateHeatTransferForm.ui             |   106 +
 gui/Pages/ConjugateHeatTransferModel.py            |   383 +
 gui/Pages/ConjugateHeatTransferView.py             |   355 +
 gui/Pages/CoriolisSourceTermsForm.ui               |   257 +
 gui/Pages/CoriolisSourceTermsModel.py              |   156 +
 gui/Pages/CoriolisSourceTermsView.py               |   159 +
 gui/Pages/DefineUserScalarsForm.ui                 |   235 +
 gui/Pages/DefineUserScalarsModel.py                |  1084 +
 gui/Pages/DefineUserScalarsView.py                 |   613 +
 gui/Pages/ElectricalForm.ui                        |   465 +
 gui/Pages/ElectricalModel.py                       |   600 +
 gui/Pages/ElectricalView.py                        |   368 +
 gui/Pages/FacesSelectionForm.ui                    |   114 +
 gui/Pages/FacesSelectionView.py                    |   392 +
 gui/Pages/FluidCharacteristicsForm.ui              |  1263 +
 gui/Pages/FluidCharacteristicsModel.py             |   549 +
 gui/Pages/FluidCharacteristicsView.py              |   782 +
 ...tructureInteractionAdvancedOptionsDialogForm.ui |   329 +
 gui/Pages/FluidStructureInteractionForm.ui         |  1146 +
 gui/Pages/FluidStructureInteractionModel.py        |   452 +
 gui/Pages/FluidStructureInteractionView.py         |   871 +
 gui/Pages/GasCombustionForm.ui                     |   188 +
 gui/Pages/GasCombustionModel.py                    |   444 +
 gui/Pages/GasCombustionView.py                     |   174 +
 gui/Pages/HeadLossesForm.ui                        |   582 +
 gui/Pages/HeadLossesModel.py                       |   452 +
 gui/Pages/HeadLossesView.py                        |   437 +
 gui/Pages/IdentityAndPathesForm.ui                 |   233 +
 gui/Pages/IdentityAndPathesModel.py                |   190 +
 gui/Pages/IdentityAndPathesView.py                 |   232 +
 gui/Pages/InitializationForm.ui                    |   608 +
 gui/Pages/InitializationModel.py                   |   632 +
 gui/Pages/InitializationView.py                    |   927 +
 gui/Pages/LagrangianAdvancedOptionsDialogForm.ui   |   307 +
 gui/Pages/LagrangianBoundariesForm.ui              |  1169 +
 gui/Pages/LagrangianBoundariesModel.py             |   774 +
 gui/Pages/LagrangianBoundariesView.py              |   800 +
 gui/Pages/LagrangianForm.ui                        |   656 +
 gui/Pages/LagrangianModel.py                       |  1195 +
 gui/Pages/LagrangianOutputForm.ui                  |   584 +
 gui/Pages/LagrangianOutputModel.py                 |   899 +
 gui/Pages/LagrangianOutputView.py                  |   462 +
 gui/Pages/LagrangianStatisticsForm.ui              |   403 +
 gui/Pages/LagrangianStatisticsModel.py             |   494 +
 gui/Pages/LagrangianStatisticsView.py              |   553 +
 gui/Pages/LagrangianView.py                        |   768 +
 gui/Pages/LocalizationForm.ui                      |   189 +
 gui/Pages/LocalizationModel.py                     |  1263 +
 gui/Pages/LocalizationView.py                      |   893 +
 gui/Pages/Makefile.am                              |   240 +
 gui/Pages/Makefile.in                              |   950 +
 gui/Pages/MeshQualityCriteriaLogDialogForm.ui      |    90 +
 gui/Pages/MobileMeshForm.ui                        |   231 +
 gui/Pages/MobileMeshModel.py                       |   342 +
 gui/Pages/MobileMeshView.py                        |   255 +
 gui/Pages/NumericalParamEquationForm.ui            |   116 +
 gui/Pages/NumericalParamEquationModel.py           |   916 +
 gui/Pages/NumericalParamEquationView.py            |   876 +
 gui/Pages/NumericalParamGlobalForm.ui              |  1064 +
 gui/Pages/NumericalParamGlobalModel.py             |   576 +
 gui/Pages/NumericalParamGlobalView.py              |   348 +
 gui/Pages/OutputControlForm.ui                     |   973 +
 gui/Pages/OutputControlModel.py                    |  1133 +
 gui/Pages/OutputControlView.py                     |  1882 +
 gui/Pages/OutputSurfacicVariablesForm.ui           |    82 +
 gui/Pages/OutputSurfacicVariablesModel.py          |   252 +
 gui/Pages/OutputSurfacicVariablesView.py           |   228 +
 gui/Pages/OutputVolumicVariablesForm.ui            |    32 +
 gui/Pages/OutputVolumicVariablesModel.py           |   649 +
 gui/Pages/OutputVolumicVariablesView.py            |   468 +
 gui/Pages/PerformanceTuningForm.ui                 |   494 +
 gui/Pages/PerformanceTuningModel.py                |   394 +
 gui/Pages/PerformanceTuningView.py                 |   385 +
 gui/Pages/PreProcessingInformationsView.py         |   217 +
 gui/Pages/ProfilesForm.ui                          |   433 +
 gui/Pages/ProfilesModel.py                         |   385 +
 gui/Pages/ProfilesView.py                          |   553 +
 gui/Pages/QMeiEditorForm.ui                        |   147 +
 gui/Pages/QMeiEditorView.py                        |   398 +
 gui/Pages/ReferenceValuesForm.ui                   |   584 +
 gui/Pages/ReferenceValuesModel.py                  |   405 +
 gui/Pages/ReferenceValuesView.py                   |   291 +
 gui/Pages/SalomeHandler.py                         |   206 +
 gui/Pages/ScriptRunningModel.py                    |   203 +
 gui/Pages/SolutionDomainForm.ui                    |  1559 +
 gui/Pages/SolutionDomainModel.py                   |  1744 +
 gui/Pages/SolutionDomainView.py                    |  1596 +
 gui/Pages/SolutionVerifForm.ui                     |   250 +
 gui/Pages/SolutionVerifView.py                     |   515 +
 gui/Pages/SourceTermsForm.ui                       |   272 +
 gui/Pages/SourceTermsModel.py                      |   221 +
 gui/Pages/SourceTermsView.py                       |   328 +
 gui/Pages/StartRestartAdvancedDialogForm.ui        |   191 +
 gui/Pages/StartRestartForm.ui                      |   303 +
 gui/Pages/StartRestartModel.py                     |   284 +
 gui/Pages/StartRestartView.py                      |   400 +
 gui/Pages/SteadyManagementForm.ui                  |   172 +
 gui/Pages/SteadyManagementModel.py                 |   279 +
 gui/Pages/SteadyManagementView.py                  |   162 +
 gui/Pages/ThermalRadiationAdvancedDialogForm.ui    |   271 +
 gui/Pages/ThermalRadiationForm.ui                  |   465 +
 gui/Pages/ThermalRadiationModel.py                 |   772 +
 gui/Pages/ThermalRadiationView.py                  |   374 +
 gui/Pages/ThermalScalarForm.ui                     |   103 +
 gui/Pages/ThermalScalarModel.py                    |   264 +
 gui/Pages/ThermalScalarView.py                     |   134 +
 gui/Pages/TimeAveragesForm.ui                      |   317 +
 gui/Pages/TimeAveragesModel.py                     |   375 +
 gui/Pages/TimeAveragesView.py                      |   535 +
 gui/Pages/TimeStepForm.ui                          |   562 +
 gui/Pages/TimeStepModel.py                         |   617 +
 gui/Pages/TimeStepView.py                          |   322 +
 gui/Pages/TurbulenceAdvancedOptionsDialogForm.ui   |   236 +
 gui/Pages/TurbulenceForm.ui                        |   249 +
 gui/Pages/TurbulenceModel.py                       |   694 +
 gui/Pages/TurbulenceView.py                        |   312 +
 gui/Pages/VerifyExistenceLabelDialogForm.ui        |    91 +
 gui/Pages/VerifyExistenceLabelDialogView.py        |   113 +
 gui/Pages/WelcomeForm.ui                           |    91 +
 gui/Pages/WelcomeView.py                           |    64 +
 gui/Pages/XMLEditorForm.ui                         |    57 +
 gui/Pages/XMLEditorView.py                         |   252 +
 gui/Pages/__init__.py                              |    41 +
 gui/Pages/icons/22x22/add.png                      |   Bin 0 -> 386 bytes
 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-clear.png               |   Bin 0 -> 1237 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/remove.png                   |   Bin 0 -> 252 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/32x32/go-previous.png              |   Bin 0 -> 1200 bytes
 gui/Pages/icons/welcome.png                        |   Bin 0 -> 137620 bytes
 gui/Pages/resources_pages.qrc                      |    19 +
 libple/AUTHORS                                     |     7 +
 libple/COPYING                                     |   504 +
 libple/ChangeLog                                   |   106 +
 libple/INSTALL                                     |   370 +
 libple/Makefile.am                                 |    80 +
 libple/Makefile.in                                 |  1024 +
 libple/NEWS                                        |     3 +
 libple/README                                      |    15 +
 libple/aclocal.m4                                  |  1118 +
 libple/build-aux/compile                           |   342 +
 libple/build-aux/config.guess                      |  1530 +
 libple/build-aux/config.sub                        |  1782 +
 libple/build-aux/depcomp                           |   707 +
 libple/build-aux/install-sh                        |   527 +
 libple/build-aux/ltmain.sh                         |  9655 +++
 libple/build-aux/missing                           |   330 +
 libple/config/ple_auto_flags.sh                    |   518 +
 libple/configure                                   | 16635 +++++
 libple/configure.ac                                |   397 +
 libple/doc/Makefile.am                             |    28 +
 libple/doc/Makefile.in                             |   624 +
 libple/doc/doxygen/Doxyfile                        |  1657 +
 libple/doc/doxygen/Makefile.am                     |    45 +
 libple/doc/doxygen/Makefile.in                     |   454 +
 libple/doc/doxygen/mainpage.h                      |    71 +
 libple/doc/manpages/ple-config.1                   |    74 +
 libple/examples/Makefile                           |     8 +
 libple/examples/my_ple_mesh.c                      |   840 +
 libple/examples/my_ple_mesh.h                      |   236 +
 libple/examples/my_ple_mesh_priv.h                 |   154 +
 libple/examples/my_ple_point_location.c            |  4950 ++
 libple/examples/my_ple_point_location.h            |   171 +
 libple/m4/libtool.m4                               |  7982 ++
 libple/m4/ltoptions.m4                             |   384 +
 libple/m4/ltsugar.m4                               |   123 +
 libple/m4/ltversion.m4                             |    23 +
 libple/m4/lt~obsolete.m4                           |    98 +
 libple/m4/ple_config_info.m4                       |   303 +
 libple/m4/ple_config_publ.m4                       |   136 +
 libple/m4/ple_mpi.m4                               |   346 +
 libple/m4/ple_types.m4                             |    50 +
 libple/ple_config_priv.h.in                        |   159 +
 libple/sbin/backup                                 |    26 +
 libple/sbin/bootstrap                              |    23 +
 libple/sbin/clean                                  |     9 +
 libple/sbin/rmb                                    |    23 +
 libple/src/Makefile.am                             |    50 +
 libple/src/Makefile.in                             |   698 +
 libple/src/ple_config_defs.h                       |   174 +
 libple/src/ple_coupling.c                          |  1011 +
 libple/src/ple_coupling.h                          |   328 +
 libple/src/ple_defs.c                              |   775 +
 libple/src/ple_defs.h                              |   492 +
 libple/src/ple_locator.c                           |  3440 +
 libple/src/ple_locator.h                           |   520 +
 libple/tests/Makefile.am                           |    41 +
 libple/tests/Makefile.in                           |   612 +
 libple/tests/ple_coupling_test.c                   |   175 +
 m4/acx_pthread.m4                                  |   277 +
 m4/codeset.m4                                      |    21 +
 m4/cs_blas.m4                                      |   396 +
 m4/cs_ccm.m4                                       |   143 +
 m4/cs_cgns.m4                                      |   168 +
 m4/cs_docs.m4                                      |   111 +
 m4/cs_fortran.m4                                   |    95 +
 m4/cs_hdf5.m4                                      |   132 +
 m4/cs_libxml2.m4                                   |   117 +
 m4/cs_med.m4                                       |   237 +
 m4/cs_metis.m4                                     |   158 +
 m4/cs_modules.m4                                   |    98 +
 m4/cs_mpi.m4                                       |   428 +
 m4/cs_omniorb.m4                                   |   355 +
 m4/cs_ple.m4                                       |   169 +
 m4/cs_salome.m4                                    |   588 +
 m4/cs_scotch.m4                                    |   255 +
 m4/cs_zlib.m4                                      |   160 +
 m4/fcntl-o.m4                                      |    81 +
 m4/gettext.m4                                      |   383 +
 m4/glibc2.m4                                       |    30 +
 m4/glibc21.m4                                      |    30 +
 m4/iconv.m4                                        |   214 +
 m4/intdiv0.m4                                      |    84 +
 m4/intl.m4                                         |   294 +
 m4/intldir.m4                                      |    19 +
 m4/intlmacosx.m4                                   |    51 +
 m4/intmax.m4                                       |    33 +
 m4/inttypes-pri.m4                                 |    36 +
 m4/inttypes_h.m4                                   |    26 +
 m4/lcmessage.m4                                    |    31 +
 m4/lib-ld.m4                                       |   110 +
 m4/lib-link.m4                                     |   774 +
 m4/lib-prefix.m4                                   |   224 +
 m4/libtool.m4                                      |  7982 ++
 m4/lock.m4                                         |    37 +
 m4/longlong.m4                                     |   106 +
 m4/ltoptions.m4                                    |   384 +
 m4/ltsugar.m4                                      |   123 +
 m4/ltversion.m4                                    |    23 +
 m4/lt~obsolete.m4                                  |    98 +
 m4/nls.m4                                          |    32 +
 m4/po.m4                                           |   449 +
 m4/printf-posix.m4                                 |    45 +
 m4/progtest.m4                                     |    92 +
 m4/size_max.m4                                     |    75 +
 m4/stdint_h.m4                                     |    26 +
 m4/threadlib.m4                                    |   347 +
 m4/uintmax_t.m4                                    |    30 +
 m4/visibility.m4                                   |    74 +
 m4/wchar_t.m4                                      |    20 +
 m4/wint_t.m4                                       |    28 +
 m4/xsize.m4                                        |    13 +
 patches/README                                     |     7 +
 po/LINGUAS                                         |     3 +
 po/Makefile.in.in                                  |   444 +
 po/Makevars                                        |    41 +
 po/Makevars.template                               |    41 +
 po/POTFILES.in                                     |   186 +
 po/Rules-install                                   |     3 +
 po/Rules-quot                                      |    47 +
 po/boldquot.sed                                    |    10 +
 po/code_saturne.pot                                |  8059 ++
 po/en at boldquot.header                              |    25 +
 po/en at quot.header                                  |    22 +
 po/fr.gmo                                          |   Bin 0 -> 164037 bytes
 po/fr.po                                           |  9901 +++
 po/insert-header.sin                               |    23 +
 po/quot.sed                                        |     6 +
 po/remove-potcdate.sin                             |    19 +
 po/stamp-po                                        |     1 +
 preprocessor/Makefile.am                           |    26 +
 preprocessor/Makefile.in                           |   812 +
 preprocessor/appli/Makefile.am                     |    73 +
 preprocessor/appli/Makefile.in                     |   943 +
 preprocessor/appli/ecs_cmd.c                       |  1239 +
 preprocessor/appli/ecs_cmd.h                       |    91 +
 preprocessor/appli/ecs_main.c                      |   602 +
 preprocessor/base/Makefile.am                      |    62 +
 preprocessor/base/Makefile.in                      |   814 +
 preprocessor/base/ecs_descr.c                      |   285 +
 preprocessor/base/ecs_descr.h                      |   152 +
 preprocessor/base/ecs_descr_chaine.c               |   725 +
 preprocessor/base/ecs_descr_chaine.h               |   223 +
 preprocessor/base/ecs_descr_priv.h                 |    69 +
 preprocessor/base/ecs_famille.c                    |   265 +
 preprocessor/base/ecs_famille.h                    |   135 +
 preprocessor/base/ecs_famille_chaine.c             |   501 +
 preprocessor/base/ecs_famille_chaine.h             |   182 +
 preprocessor/base/ecs_famille_priv.h               |    90 +
 preprocessor/base/ecs_maillage.c                   |  1875 +
 preprocessor/base/ecs_maillage.h                   |   251 +
 preprocessor/base/ecs_maillage_priv.h              |   110 +
 preprocessor/base/ecs_table.c                      |  1254 +
 preprocessor/base/ecs_table.h                      |   322 +
 preprocessor/base/ecs_table_att.c                  |  1781 +
 preprocessor/base/ecs_table_att.h                  |   187 +
 preprocessor/base/ecs_table_def.c                  |  3076 +
 preprocessor/base/ecs_table_def.h                  |   199 +
 preprocessor/base/ecs_table_priv.h                 |   105 +
 preprocessor/pre-post/Makefile.am                  |    91 +
 preprocessor/pre-post/Makefile.in                  |   865 +
 preprocessor/pre-post/ecs_maillage_ncs.c           |   888 +
 preprocessor/pre-post/ecs_maillage_ncs.h           |    82 +
 preprocessor/pre-post/ecs_maillage_post.c          |   354 +
 preprocessor/pre-post/ecs_maillage_post.h          |   108 +
 preprocessor/pre-post/ecs_maillage_pre.c           |   651 +
 preprocessor/pre-post/ecs_maillage_pre.h           |   132 +
 preprocessor/pre-post/ecs_med.c                    |   214 +
 preprocessor/pre-post/ecs_med.h                    |   108 +
 preprocessor/pre-post/ecs_med_priv.h               |   187 +
 preprocessor/pre-post/ecs_post.c                   |   148 +
 preprocessor/pre-post/ecs_post.h                   |   126 +
 preprocessor/pre-post/ecs_post_cgns.c              |   315 +
 preprocessor/pre-post/ecs_post_cgns.h              |   118 +
 preprocessor/pre-post/ecs_post_cgns_priv.h         |   117 +
 preprocessor/pre-post/ecs_post_ens.c               |   436 +
 preprocessor/pre-post/ecs_post_ens.h               |   133 +
 preprocessor/pre-post/ecs_post_ens_priv.h          |   111 +
 preprocessor/pre-post/ecs_post_med.c               |   298 +
 preprocessor/pre-post/ecs_post_med.h               |   106 +
 preprocessor/pre-post/ecs_pre.c                    |   446 +
 preprocessor/pre-post/ecs_pre.h                    |   130 +
 preprocessor/pre-post/ecs_pre_ccm.c                |  1173 +
 preprocessor/pre-post/ecs_pre_ccm.h                |    75 +
 preprocessor/pre-post/ecs_pre_cgns.c               |  3501 +
 preprocessor/pre-post/ecs_pre_cgns.h               |    86 +
 preprocessor/pre-post/ecs_pre_ens.c                |  2595 +
 preprocessor/pre-post/ecs_pre_ens.h                |    69 +
 preprocessor/pre-post/ecs_pre_gambit.c             |  2096 +
 preprocessor/pre-post/ecs_pre_gambit.h             |    68 +
 preprocessor/pre-post/ecs_pre_gmsh.c               |  1055 +
 preprocessor/pre-post/ecs_pre_gmsh.h               |    67 +
 preprocessor/pre-post/ecs_pre_ideas.c              |  2109 +
 preprocessor/pre-post/ecs_pre_ideas.h              |    74 +
 preprocessor/pre-post/ecs_pre_med.c                |  1694 +
 preprocessor/pre-post/ecs_pre_med.h                |    81 +
 preprocessor/pre-post/ecs_pre_nopo.c               |  1425 +
 preprocessor/pre-post/ecs_pre_nopo.h               |    72 +
 preprocessor/pre-post/ecs_table_comm.c             |   156 +
 preprocessor/pre-post/ecs_table_comm.h             |    96 +
 preprocessor/pre-post/ecs_table_post.c             |   370 +
 preprocessor/pre-post/ecs_table_post.h             |   103 +
 preprocessor/pre-post/ecs_table_post_cgns.c        |   436 +
 preprocessor/pre-post/ecs_table_post_cgns.h        |    74 +
 preprocessor/pre-post/ecs_table_post_ens.c         |   462 +
 preprocessor/pre-post/ecs_table_post_ens.h         |    99 +
 preprocessor/pre-post/ecs_table_post_med.c         |   851 +
 preprocessor/pre-post/ecs_table_post_med.h         |   117 +
 preprocessor/util/Makefile.am                      |    61 +
 preprocessor/util/Makefile.in                      |   814 +
 preprocessor/util/ecs_backtrace.c                  |   423 +
 preprocessor/util/ecs_backtrace.h                  |    61 +
 preprocessor/util/ecs_comm.c                       |   544 +
 preprocessor/util/ecs_comm.h                       |   103 +
 preprocessor/util/ecs_def.c                        |   342 +
 preprocessor/util/ecs_def.h                        |   304 +
 preprocessor/util/ecs_elt_typ_liste.h              |   168 +
 preprocessor/util/ecs_fic.c                        |   201 +
 preprocessor/util/ecs_fic.h                        |    76 +
 preprocessor/util/ecs_file.c                       |  1812 +
 preprocessor/util/ecs_file.h                       |   610 +
 preprocessor/util/ecs_mem.c                        |   853 +
 preprocessor/util/ecs_mem.h                        |   273 +
 preprocessor/util/ecs_mem_usage.c                  |   453 +
 preprocessor/util/ecs_mem_usage.h                  |    96 +
 preprocessor/util/ecs_tab.c                        |   557 +
 preprocessor/util/ecs_tab.h                        |   174 +
 preprocessor/util/ecs_timer.c                      |   301 +
 preprocessor/util/ecs_timer.h                      |    90 +
 salome/Makefile.am                                 |    29 +
 salome/Makefile.in                                 |   813 +
 salome/cfd_study/Makefile.am                       |    29 +
 salome/cfd_study/Makefile.in                       |   813 +
 salome/cfd_study/doc/Makefile.am                   |    54 +
 salome/cfd_study/doc/Makefile.in                   |   700 +
 salome/cfd_study/doc/conf.py                       |   194 +
 salome/cfd_study/doc/images/CFDSTUDY.png           |   Bin 0 -> 2038 bytes
 .../doc/images/CFDSTUDY_activation-error.png       |   Bin 0 -> 6836 bytes
 .../cfd_study/doc/images/CFDSTUDY_activation.png   |   Bin 0 -> 17972 bytes
 salome/cfd_study/doc/images/CFDSTUDY_info.png      |   Bin 0 -> 15336 bytes
 salome/cfd_study/doc/images/CFDSTUDY_location.png  |   Bin 0 -> 14651 bytes
 .../doc/images/CFDSTUDY_studyname_directory.png    |   Bin 0 -> 22707 bytes
 salome/cfd_study/doc/index.rst                     |    22 +
 salome/cfd_study/doc/intro.rst                     |     8 +
 .../tutorial/images/T_PIPE/t-pipe-browser-GUI.png  |   Bin 0 -> 1234 bytes
 .../doc/tutorial/images/T_PIPE/t-pipe-browser.png  |   Bin 0 -> 19294 bytes
 .../images/T_PIPE/t-pipe-cfd-all-properties.png    |   Bin 0 -> 24588 bytes
 .../T_PIPE/t-pipe-cfd-boundary-selection.png       |   Bin 0 -> 4944 bytes
 .../T_PIPE/t-pipe-cfd-boundary-selection_1.png     |   Bin 0 -> 5594 bytes
 .../T_PIPE/t-pipe-cfd-boundary-selection_2.png     |   Bin 0 -> 16084 bytes
 .../T_PIPE/t-pipe-cfd-boundary-selection_3.png     |   Bin 0 -> 16637 bytes
 .../images/T_PIPE/t-pipe-cfd-boundary-values_1.png |   Bin 0 -> 28658 bytes
 .../images/T_PIPE/t-pipe-cfd-boundary-values_2.png |   Bin 0 -> 28488 bytes
 .../T_PIPE/t-pipe-cfd-calculation-browser.png      |   Bin 0 -> 35078 bytes
 .../T_PIPE/t-pipe-cfd-calculation-selection.png    |   Bin 0 -> 6440 bytes
 .../T_PIPE/t-pipe-cfd-calculation-selection_1.png  |   Bin 0 -> 16982 bytes
 .../T_PIPE/t-pipe-cfd-calculation-selection_2.png  |   Bin 0 -> 12547 bytes
 .../images/T_PIPE/t-pipe-cfd-eqn-parameters.png    |   Bin 0 -> 5399 bytes
 .../images/T_PIPE/t-pipe-cfd-eqn-parameters_1.png  |   Bin 0 -> 15619 bytes
 .../images/T_PIPE/t-pipe-cfd-eqn-upwind.png        |   Bin 0 -> 16800 bytes
 .../images/T_PIPE/t-pipe-cfd-exportInPostPro.png   |   Bin 0 -> 1483 bytes
 .../images/T_PIPE/t-pipe-cfd-fluid-properties.png  |   Bin 0 -> 5799 bytes
 .../images/T_PIPE/t-pipe-cfd-global-parameters.png |   Bin 0 -> 5249 bytes
 .../T_PIPE/t-pipe-cfd-global-parameters_1.png      |   Bin 0 -> 5871 bytes
 .../tutorial/images/T_PIPE/t-pipe-cfd-gravity.png  |   Bin 0 -> 6065 bytes
 .../tutorial/images/T_PIPE/t-pipe-cfd-gravity1.png |   Bin 0 -> 8174 bytes
 .../T_PIPE/t-pipe-cfd-initialization-temp.png      |   Bin 0 -> 3127 bytes
 .../images/T_PIPE/t-pipe-cfd-initialization.png    |   Bin 0 -> 5149 bytes
 .../images/T_PIPE/t-pipe-cfd-mei-lambda.png        |   Bin 0 -> 6329 bytes
 .../tutorial/images/T_PIPE/t-pipe-cfd-mei-mu.png   |   Bin 0 -> 5687 bytes
 .../tutorial/images/T_PIPE/t-pipe-cfd-mei-rho.png  |   Bin 0 -> 6051 bytes
 .../T_PIPE/t-pipe-cfd-mesh-quality-criteria.png    |   Bin 0 -> 16411 bytes
 .../T_PIPE/t-pipe-cfd-mesh-quality-criteria1.png   |   Bin 0 -> 18750 bytes
 .../T_PIPE/t-pipe-cfd-mesh-quality-criteria2.png   |   Bin 0 -> 34971 bytes
 .../T_PIPE/t-pipe-cfd-mesh-quality-criteria3.png   |   Bin 0 -> 4873 bytes
 .../images/T_PIPE/t-pipe-cfd-mesh-selection.png    |   Bin 0 -> 4638 bytes
 .../images/T_PIPE/t-pipe-cfd-mesh-selection1.png   |   Bin 0 -> 13966 bytes
 .../images/T_PIPE/t-pipe-cfd-postpro-browser.png   |   Bin 0 -> 21557 bytes
 .../tutorial/images/T_PIPE/t-pipe-cfd-probes.png   |   Bin 0 -> 6013 bytes
 .../tutorial/images/T_PIPE/t-pipe-cfd-probes_1.png |   Bin 0 -> 21340 bytes
 .../images/T_PIPE/t-pipe-cfd-scalarbar.png         |   Bin 0 -> 42630 bytes
 .../images/T_PIPE/t-pipe-cfd-temperature.png       |   Bin 0 -> 3370 bytes
 .../images/T_PIPE/t-pipe-cfd-temperature1.png      |   Bin 0 -> 8499 bytes
 .../images/T_PIPE/t-pipe-cfd-time-step.png         |   Bin 0 -> 5232 bytes
 .../images/T_PIPE/t-pipe-cfd-time-step_1.png       |   Bin 0 -> 11091 bytes
 .../images/T_PIPE/t-pipe-geom-arc-mode.png         |   Bin 0 -> 2549 bytes
 .../doc/tutorial/images/T_PIPE/t-pipe-geom-arc.png |   Bin 0 -> 86844 bytes
 .../images/T_PIPE/t-pipe-geom-disk-mode.png        |   Bin 0 -> 2872 bytes
 .../tutorial/images/T_PIPE/t-pipe-geom-disk1.png   |   Bin 0 -> 56957 bytes
 .../tutorial/images/T_PIPE/t-pipe-geom-disk2.png   |   Bin 0 -> 60609 bytes
 .../tutorial/images/T_PIPE/t-pipe-geom-line.png    |   Bin 0 -> 17356 bytes
 .../images/T_PIPE/t-pipe-geom-pipe-fuse.png        |   Bin 0 -> 23163 bytes
 .../tutorial/images/T_PIPE/t-pipe-geom-pipe1.png   |   Bin 0 -> 61410 bytes
 .../images/T_PIPE/t-pipe-geom-pipe_check.png       |   Bin 0 -> 88343 bytes
 .../T_PIPE/t-pipe-geom-pipe_create_group-popup.png |   Bin 0 -> 24427 bytes
 .../t-pipe-geom-pipe_create_group-shape_type.png   |   Bin 0 -> 2657 bytes
 .../T_PIPE/t-pipe-geom-pipe_create_group.png       |   Bin 0 -> 78422 bytes
 .../t-pipe-geom-pipe_create_group_Inlet1.png       |   Bin 0 -> 96800 bytes
 .../t-pipe-geom-pipe_create_group_Inlet2.png       |   Bin 0 -> 99717 bytes
 .../t-pipe-geom-pipe_create_group_Outlet.png       |   Bin 0 -> 101502 bytes
 .../T_PIPE/t-pipe-geom-pipe_create_group_Wall.png  |   Bin 0 -> 105750 bytes
 .../T_PIPE/t-pipe-geom-pipe_group_created.png      |   Bin 0 -> 61794 bytes
 .../tutorial/images/T_PIPE/t-pipe-geom-vertex.png  |   Bin 0 -> 51068 bytes
 .../tutorial/images/T_PIPE/t-pipe-geom-wire.png    |   Bin 0 -> 84809 bytes
 .../T_PIPE/t-pipe-mesh-pipe_create_group_2.png     |   Bin 0 -> 71099 bytes
 .../T_PIPE/t-pipe-mesh-pipe_create_group_3.png     |   Bin 0 -> 91268 bytes
 .../images/T_PIPE/t-pipe-mesh-pipe_create_mesh.png |   Bin 0 -> 124378 bytes
 .../T_PIPE/t-pipe-mesh-pipe_mesh_created.png       |   Bin 0 -> 162354 bytes
 .../doc/tutorial/images/T_PIPE/t-pipe-open_GUI.png |   Bin 0 -> 47413 bytes
 .../doc/tutorial/images/T_PIPE/t-pipe-problem.png  |   Bin 0 -> 17021 bytes
 .../images/T_PIPE/t-pipe-study_location.png        |   Bin 0 -> 17900 bytes
 .../images/T_PIPE/t-pipe-visu-chr-colored-map.png  |   Bin 0 -> 42231 bytes
 .../T_PIPE/t-pipe-visu-chr-colored-map_1.png       |   Bin 0 -> 123488 bytes
 .../T_PIPE/t-pipe-visu-chr-colored-map_2.png       |   Bin 0 -> 161806 bytes
 .../T_PIPE/t-pipe-visu-chr-colored-map_3.png       |   Bin 0 -> 157539 bytes
 .../images/T_PIPE/t-pipe-visu-chr-export.png       |   Bin 0 -> 7729 bytes
 .../images/T_PIPE/t-pipe-visu-chr-streamlines.png  |   Bin 0 -> 207466 bytes
 .../images/T_PIPE/t-pipe-visu-chr-velocity.png     |   Bin 0 -> 47001 bytes
 .../images/T_PIPE/t-pipe-visu-chr-velocity_1.png   |   Bin 0 -> 222484 bytes
 .../images/T_PIPE/t-pipe-visu-probes-curves.png    |   Bin 0 -> 23595 bytes
 .../images/T_PIPE/t-pipe-visu-probes-export.png    |   Bin 0 -> 2948 bytes
 .../T_PIPE/t-pipe-visu-probes-setup-plot2D.png     |   Bin 0 -> 74781 bytes
 .../T_PIPE/t-pipe-visu-probes-setup-plot2D_1.png   |   Bin 0 -> 132212 bytes
 salome/cfd_study/doc/tutorial/saturne.rst          |   726 +
 salome/cfd_study/doc/tutorials.rst                 |    16 +
 salome/cfd_study/idl/CFDSTUDY_Gen.idl              |    37 +
 salome/cfd_study/idl/Makefile.am                   |    78 +
 salome/cfd_study/idl/Makefile.in                   |  1000 +
 salome/cfd_study/resources/CFDSTUDY.png            |   Bin 0 -> 2038 bytes
 salome/cfd_study/resources/CFDSTUDYCatalog.xml     |    27 +
 salome/cfd_study/resources/Case.png                |   Bin 0 -> 558 bytes
 salome/cfd_study/resources/CaseAdd.png             |   Bin 0 -> 605 bytes
 salome/cfd_study/resources/CaseEdit.png            |   Bin 0 -> 665 bytes
 salome/cfd_study/resources/CaseInProcess.png       |   Bin 0 -> 918 bytes
 salome/cfd_study/resources/CaseRun.png             |   Bin 0 -> 3221 bytes
 salome/cfd_study/resources/CheckCompilation.png    |   Bin 0 -> 599 bytes
 salome/cfd_study/resources/CloseGui.png            |   Bin 0 -> 873 bytes
 salome/cfd_study/resources/Copy.png                |   Bin 0 -> 643 bytes
 salome/cfd_study/resources/Delete.png              |   Bin 0 -> 743 bytes
 salome/cfd_study/resources/Document.png            |   Bin 0 -> 3032 bytes
 salome/cfd_study/resources/EditFile.png            |   Bin 0 -> 3723 bytes
 salome/cfd_study/resources/EditableDocument.png    |   Bin 0 -> 3499 bytes
 salome/cfd_study/resources/Executable.png          |   Bin 0 -> 3520 bytes
 salome/cfd_study/resources/Folder.png              |   Bin 0 -> 3669 bytes
 salome/cfd_study/resources/FolderRed.png           |   Bin 0 -> 586 bytes
 salome/cfd_study/resources/InfoCFDSTUDY.png        |   Bin 0 -> 3431 bytes
 salome/cfd_study/resources/LaunchGUI.png           |   Bin 0 -> 404 bytes
 .../cfd_study/resources/LaunchGUIwithOptions.png   |   Bin 0 -> 594 bytes
 salome/cfd_study/resources/MED_Module_Convert.png  |   Bin 0 -> 4694 bytes
 salome/cfd_study/resources/Makefile.am             |    74 +
 salome/cfd_study/resources/Makefile.in             |   775 +
 salome/cfd_study/resources/MoveFile.png            |   Bin 0 -> 3351 bytes
 salome/cfd_study/resources/MoveFolder.png          |   Bin 0 -> 625 bytes
 salome/cfd_study/resources/NewTreeCreate.png       |   Bin 0 -> 3604 bytes
 salome/cfd_study/resources/OpenedFolder.png        |   Bin 0 -> 3743 bytes
 salome/cfd_study/resources/RunScript.png           |   Bin 0 -> 3367 bytes
 salome/cfd_study/resources/SMESH_Module_Export.png |   Bin 0 -> 4946 bytes
 salome/cfd_study/resources/SalomeApp.xml           |    19 +
 salome/cfd_study/resources/Save.png                |   Bin 0 -> 595 bytes
 salome/cfd_study/resources/SaveAs.png              |   Bin 0 -> 810 bytes
 salome/cfd_study/resources/SetTreeLocation.png     |   Bin 0 -> 3646 bytes
 salome/cfd_study/resources/Study.png               |   Bin 0 -> 3810 bytes
 salome/cfd_study/resources/TmpFile.png             |   Bin 0 -> 473 bytes
 salome/cfd_study/resources/UnknownDocument.png     |   Bin 0 -> 3090 bytes
 salome/cfd_study/resources/UpdateObjBrowser.png    |   Bin 0 -> 645 bytes
 salome/cfd_study/resources/VISU_Module_Export.png  |   Bin 0 -> 968 bytes
 salome/cfd_study/resources/VISU_Plot.png           |   Bin 0 -> 553 bytes
 salome/cfd_study/resources/VISU_Plot_Export.png    |   Bin 0 -> 3999 bytes
 salome/cfd_study/resources/ViewFile.png            |   Bin 0 -> 3275 bytes
 salome/cfd_study/resources/edit-redo.png           |   Bin 0 -> 810 bytes
 salome/cfd_study/resources/edit-undo.png           |   Bin 0 -> 1011 bytes
 salome/cfd_study/resources/mesh.png                |   Bin 0 -> 778 bytes
 salome/cfd_study/resources/mesh_group.png          |   Bin 0 -> 898 bytes
 salome/cfd_study/resources/mesh_tree_group.png     |   Bin 0 -> 561 bytes
 salome/cfd_study/resources/mesh_tree_mesh.png      |   Bin 0 -> 390 bytes
 salome/cfd_study/src/CFDSTUDY/CFDSTUDY.py          |    51 +
 salome/cfd_study/src/CFDSTUDY/Makefile.am          |    30 +
 salome/cfd_study/src/CFDSTUDY/Makefile.in          |   750 +
 salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI.py    |   324 +
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_ActionsHandler.py  |  2107 +
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_Agents.py          |    88 +
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_CommandMgr.py      |   202 +
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_Commons.py         |   260 +
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_DataModel.py       |  1760 +
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_DesktopMgr.py      |   114 +
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_DialogCollector.py |  1013 +
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_Management.py      |   298 +
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_QProcessDialog.ui  |    90 +
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_SolverGUI.py       |   541 +
 .../cfd_study/src/CFDSTUDYGUI/CFDSTUDY_images.ts   |   177 +
 .../cfd_study/src/CFDSTUDYGUI/CFDSTUDY_msg_en.ts   |   868 +
 salome/cfd_study/src/CFDSTUDYGUI/CopyDialog.ui     |   339 +
 .../src/CFDSTUDYGUI/ECSConversionDialog.ui         |   140 +
 .../cfd_study/src/CFDSTUDYGUI/EnvSettingsDialog.ui |   221 +
 .../src/CFDSTUDYGUI/GUIActivationDialog.ui         |   197 +
 salome/cfd_study/src/CFDSTUDYGUI/InfoDialog.ui     |   265 +
 salome/cfd_study/src/CFDSTUDYGUI/Makefile.am       |   102 +
 salome/cfd_study/src/CFDSTUDYGUI/Makefile.in       |   869 +
 salome/cfd_study/src/CFDSTUDYGUI/RunCaseDialog.ui  |   159 +
 .../src/CFDSTUDYGUI/SetTreeLocationDialog.ui       |   191 +
 salome/cfd_study/src/Makefile.am                   |    25 +
 salome/cfd_study/src/Makefile.in                   |   812 +
 salome/fsi_coupling/Makefile.am                    |    25 +
 salome/fsi_coupling/Makefile.in                    |   812 +
 salome/fsi_coupling/idl/FSI.idl                    |    62 +
 salome/fsi_coupling/idl/Makefile.am                |    64 +
 salome/fsi_coupling/idl/Makefile.in                |   977 +
 salome/fsi_coupling/libmilieu/Makefile.am          |    50 +
 salome/fsi_coupling/libmilieu/Makefile.in          |   887 +
 salome/fsi_coupling/libmilieu/communication.c      |   509 +
 salome/fsi_coupling/libmilieu/communication.h      |   153 +
 salome/fsi_coupling/libmilieu/donnees.c            |   157 +
 salome/fsi_coupling/libmilieu/donnees.h            |   119 +
 salome/fsi_coupling/libmilieu/runmilieu.c          |   347 +
 salome/fsi_coupling/libmilieu/runmilieu.h          |    65 +
 salome/fsi_coupling/libmilieu/utilitaires.c        |   255 +
 salome/fsi_coupling/libmilieu/utilitaires.h        |   106 +
 salome/fsi_coupling/resources/FSICatalog.xml       |   468 +
 salome/fsi_coupling/resources/Makefile.am          |    29 +
 salome/fsi_coupling/resources/Makefile.in          |   729 +
 .../src/FSI_ASTER/FSI_ASTER_component.py           |    56 +
 .../src/FSI_ASTER/FSI_ASTER_module.py.in           |   156 +
 salome/fsi_coupling/src/FSI_ASTER/Makefile.am      |    44 +
 salome/fsi_coupling/src/FSI_ASTER/Makefile.in      |   804 +
 salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx  |   371 +
 salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx  |    60 +
 salome/fsi_coupling/src/FSI_MILIEU/Makefile.am     |    39 +
 salome/fsi_coupling/src/FSI_MILIEU/Makefile.in     |   927 +
 .../fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx   |   364 +
 .../fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx   |    60 +
 salome/fsi_coupling/src/FSI_SATURNE/Makefile.am    |    38 +
 salome/fsi_coupling/src/FSI_SATURNE/Makefile.in    |   927 +
 salome/fsi_coupling/src/Makefile.am                |    25 +
 salome/fsi_coupling/src/Makefile.in                |   812 +
 sbin/backup                                        |    26 +
 sbin/bootstrap                                     |    43 +
 sbin/clean                                         |    10 +
 sbin/rmb                                           |    32 +
 src/Makefile.am                                    |   146 +
 src/Makefile.in                                    |  1110 +
 src/alge/Makefile.am                               |   112 +
 src/alge/Makefile.in                               |  1128 +
 src/alge/bilsc2.f90                                |  1193 +
 src/alge/bilsc4.f90                                |  1455 +
 src/alge/bilsca.f90                                |   284 +
 src/alge/bilsct.f90                                |  1202 +
 src/alge/bilscv.f90                                |   263 +
 src/alge/cs_benchmark.c                            |   902 +
 src/alge/cs_benchmark.h                            |    67 +
 src/alge/cs_blas.c                                 |   478 +
 src/alge/cs_blas.h                                 |   203 +
 src/alge/cs_gradient.c                             |  4093 +
 src/alge/cs_gradient.h                             |   150 +
 src/alge/cs_gradient_quality.c                     |   344 +
 src/alge/cs_gradient_quality.h                     |    67 +
 src/alge/cs_grid.c                                 |  4674 ++
 src/alge/cs_grid.h                                 |   499 +
 src/alge/cs_matrix.c                               |  6077 ++
 src/alge/cs_matrix.h                               |   550 +
 src/alge/cs_matrix_priv.h                          |   375 +
 src/alge/cs_matrix_util.c                          |  1848 +
 src/alge/cs_matrix_util.h                          |    91 +
 src/alge/cs_multigrid.c                            |  2496 +
 src/alge/cs_multigrid.h                            |   249 +
 src/alge/cs_sles.c                                 |  3144 +
 src/alge/cs_sles.h                                 |   258 +
 src/alge/diften.f90                                |   526 +
 src/alge/diftnv.f90                                |   489 +
 src/alge/divmas.f90                                |   160 +
 src/alge/divrij.f90                                |   190 +
 src/alge/grdcel.f90                                |   175 +
 src/alge/grdpot.f90                                |   159 +
 src/alge/grdpre.f90                                |   144 +
 src/alge/grdvec.f90                                |   172 +
 src/alge/grdvni.f90                                |   224 +
 src/alge/inimas.f90                                |   714 +
 src/alge/inimav.f90                                |   531 +
 src/alge/invers.f90                                |   164 +
 src/alge/itrgrp.f90                                |   331 +
 src/alge/itrgrv.f90                                |   408 +
 src/alge/itrmas.f90                                |   325 +
 src/alge/itrmav.f90                                |   373 +
 src/alge/matrdt.f90                                |   221 +
 src/alge/matrix.f90                                |   380 +
 src/alge/matrvv.f90                                |   320 +
 src/alge/matrxv.f90                                |   295 +
 src/alge/prodsc.f90                                |    87 +
 src/alge/projts.f90                                |   258 +
 src/alge/projtv.f90                                |   298 +
 src/alge/vectds.f90                                |   153 +
 src/alge/viortv.f90                                |   222 +
 src/alge/viscfa.f90                                |   188 +
 src/alge/visort.f90                                |   245 +
 src/alge/vistnv.f90                                |   210 +
 src/alge/vitens.f90                                |   460 +
 src/apps/Makefile.am                               |   184 +
 src/apps/Makefile.in                               |  1157 +
 src/apps/cs_check_syntax.c                         |   191 +
 src/apps/cs_io_dump.c                              |  2735 +
 src/apps/cs_solver.c                               |   747 +
 src/atmo/Makefile.am                               |    80 +
 src/atmo/Makefile.in                               |   859 +
 src/atmo/atincl.f90                                |   337 +
 src/atmo/atini1.f90                                |   546 +
 src/atmo/atiniv.f90                                |   305 +
 src/atmo/atlecm.f90                                |   766 +
 src/atmo/atmcls.f90                                |   271 +
 src/atmo/atmsol.f90                                |   130 +
 src/atmo/atmstd.f90                                |    74 +
 src/atmo/atphyv.f90                                |   605 +
 src/atmo/atprke.f90                                |   383 +
 src/atmo/atprop.f90                                |   159 +
 src/atmo/atr1vf.f90                                |   342 +
 src/atmo/atsoil.f90                                |    83 +
 src/atmo/attssc.f90                                |   552 +
 src/atmo/attycl.f90                                |   355 +
 src/atmo/atvarp.f90                                |   125 +
 src/atmo/etheq.f90                                 |   184 +
 src/atmo/intprf.f90                                |   140 +
 src/atmo/nuclea.f90                                |   286 +
 src/atmo/rayigc.f90                                |   203 +
 src/atmo/rayir.f90                                 |   494 +
 src/atmo/rayive.f90                                |   134 +
 src/atmo/rayso.f90                                 |   773 +
 src/atmo/raysze.f90                                |   144 +
 src/atmo/satfun.f90                                |    79 +
 src/atmo/solcat.f90                                |   339 +
 src/atmo/soliva.f90                                |   130 +
 src/atmo/solmoy.f90                                |   320 +
 src/atmo/solvar.f90                                |   374 +
 src/atmo/spefun.f90                                |   188 +
 src/base/Makefile.am                               |   312 +
 src/base/Makefile.in                               |  1293 +
 src/base/alaste.f90                                |    53 +
 src/base/albase.f90                                |   109 +
 src/base/alelap.f90                                |   251 +
 src/base/alelav.f90                                |   300 +
 src/base/alemaj.f90                                |   191 +
 src/base/alemav.f90                                |   208 +
 src/base/alstru.f90                                |    85 +
 src/base/altycl.f90                                |   446 +
 src/base/calhyd.f90                                |   486 +
 src/base/calmom.f90                                |   156 +
 src/base/caltri.f90                                |  1433 +
 src/base/catsma.f90                                |   142 +
 src/base/catsmv.f90                                |   149 +
 src/base/causta.f90                                |   204 +
 src/base/clca66.f90                                |   184 +
 src/base/clpsca.f90                                |   235 +
 src/base/clptrg.f90                                |  1737 +
 src/base/clptur.f90                                |  2206 +
 src/base/clsyvt.f90                                |   753 +
 src/base/codits.f90                                |   861 +
 src/base/coditv.f90                                |   917 +
 src/base/condli.f90                                |  3545 +
 src/base/cou1di.f90                                |   150 +
 src/base/cou1do.f90                                |   242 +
 src/base/coupbi.f90                                |   265 +
 src/base/coupbo.f90                                |   298 +
 src/base/covofi.f90                                |   929 +
 src/base/cplsat.f90                                |    66 +
 src/base/cptssy.f90                                |   233 +
 src/base/cpvosy.f90                                |   220 +
 src/base/cregeo.f90                                |   132 +
 src/base/cs2tsv.f90                                |   139 +
 src/base/cs_ale.c                                  |   503 +
 src/base/cs_ale.h                                  |   152 +
 src/base/cs_ast_coupling.c                         |   638 +
 src/base/cs_ast_coupling.h                         |   198 +
 src/base/cs_base.c                                 |  1828 +
 src/base/cs_base.h                                 |   346 +
 src/base/cs_base_fortran.c                         |   591 +
 src/base/cs_base_fortran.h                         |   245 +
 src/base/cs_block_dist.c                           |   275 +
 src/base/cs_block_dist.h                           |   113 +
 src/base/cs_block_to_part.c                        |  1336 +
 src/base/cs_block_to_part.h                        |   305 +
 src/base/cs_boundary_conditions.c                  |   468 +
 src/base/cs_boundary_conditions.h                  |   117 +
 src/base/cs_calcium.c                              |  1049 +
 src/base/cs_calcium.h                              |   263 +
 src/base/cs_control.c                              |   551 +
 src/base/cs_control.h                              |    84 +
 src/base/cs_coupling.c                             |   737 +
 src/base/cs_coupling.h                             |   372 +
 src/base/cs_defs.c                                 |   154 +
 src/base/cs_defs.h                                 |   468 +
 src/base/cs_ext_neighborhood.c                     |  1276 +
 src/base/cs_ext_neighborhood.h                     |   109 +
 src/base/cs_field.c                                |  2639 +
 src/base/cs_field.h                                |   699 +
 src/base/cs_file.c                                 |  3754 +
 src/base/cs_file.h                                 |   781 +
 src/base/cs_halo.c                                 |  1563 +
 src/base/cs_halo.h                                 |   425 +
 src/base/cs_halo_perio.c                           |  2026 +
 src/base/cs_halo_perio.h                           |   501 +
 src/base/cs_interface.c                            |  4785 ++
 src/base/cs_interface.h                            |   440 +
 src/base/cs_io.c                                   |  3623 +
 src/base/cs_io.h                                   |   605 +
 src/base/cs_log.c                                  |   536 +
 src/base/cs_log.h                                  |   223 +
 src/base/cs_map.c                                  |   406 +
 src/base/cs_map.h                                  |   160 +
 src/base/cs_measures_util.c                        |  1138 +
 src/base/cs_measures_util.h                        |   468 +
 src/base/cs_numbering.c                            |   257 +
 src/base/cs_numbering.h                            |   166 +
 src/base/cs_opts.c                                 |   388 +
 src/base/cs_opts.h                                 |   105 +
 src/base/cs_order.c                                |  1335 +
 src/base/cs_order.h                                |   307 +
 src/base/cs_parall.c                               |  1053 +
 src/base/cs_parall.h                               |   612 +
 src/base/cs_paramedmem_coupling.cxx                |  1144 +
 src/base/cs_paramedmem_coupling.hxx                |   277 +
 src/base/cs_part_to_block.c                        |  1200 +
 src/base/cs_part_to_block.h                        |   190 +
 src/base/cs_post.c                                 |  5258 ++
 src/base/cs_post.h                                 |   975 +
 src/base/cs_post_default.c                         |   319 +
 src/base/cs_post_default.h                         |   122 +
 src/base/cs_preprocessor_data.c                    |  2198 +
 src/base/cs_preprocessor_data.h                    |   137 +
 src/base/cs_prototypes.h                           |   532 +
 src/base/cs_renumber.c                             |  2843 +
 src/base/cs_renumber.h                             |   152 +
 src/base/cs_resource.c                             |   396 +
 src/base/cs_resource.h                             |   112 +
 src/base/cs_restart.c                              |  3451 +
 src/base/cs_restart.h                              |   864 +
 src/base/cs_sat_coupling.c                         |  2101 +
 src/base/cs_sat_coupling.h                         |   477 +
 src/base/cs_search.c                               |   253 +
 src/base/cs_search.h                               |   112 +
 src/base/cs_selector.c                             |   572 +
 src/base/cs_selector.h                             |   223 +
 src/base/cs_selector_f2c.f90                       |   275 +
 src/base/cs_sort.c                                 |   252 +
 src/base/cs_sort.h                                 |   132 +
 src/base/cs_syr4_coupling.c                        |  1740 +
 src/base/cs_syr4_coupling.h                        |   307 +
 src/base/cs_syr_coupling.c                         |   985 +
 src/base/cs_syr_coupling.h                         |   333 +
 src/base/cs_system_info.c                          |   417 +
 src/base/cs_system_info.h                          |    64 +
 src/base/cs_time_plot.c                            |  1236 +
 src/base/cs_time_plot.h                            |   334 +
 src/base/cs_time_step.c                            |   242 +
 src/base/cs_time_step.h                            |   123 +
 src/base/cs_timer.c                                |   722 +
 src/base/cs_timer.h                                |   207 +
 src/base/cs_tpar1d.c                               |  1042 +
 src/base/cs_tpar1d.h                               |   199 +
 src/base/cs_ventil.c                               |  1041 +
 src/base/cs_ventil.h                               |   288 +
 src/base/csc2cl.f90                                |   400 +
 src/base/csc2ts.f90                                |   134 +
 src/base/csccel.f90                                |   269 +
 src/base/cscelv.f90                                |   277 +
 src/base/cscfbr.f90                                |   300 +
 src/base/cscini.f90                                |   215 +
 src/base/csclli.f90                                |    62 +
 src/base/cscloc.f90                                |   100 +
 src/base/cscpce.f90                                |   158 +
 src/base/cscpfb.f90                                |  1668 +
 src/base/csinit.f90                                |    80 +
 src/base/csopli.f90                                |    92 +
 src/base/cspcev.f90                                |   169 +
 src/base/csprnt.f90                                |    80 +
 src/base/cstnum.f90                                |    36 +
 src/base/cstphy.f90                                |   189 +
 src/base/diffst.f90                                |   331 +
 src/base/dimens.f90                                |    48 +
 src/base/distpr.f90                                |   493 +
 src/base/distyp.f90                                |   745 +
 src/base/dttvar.f90                                |   993 +
 src/base/dvvpst.f90                                |  1172 +
 src/base/ecrava.f90                                |  2800 +
 src/base/ecrhis.f90                                |   316 +
 src/base/ecrlis.f90                                |   580 +
 src/base/entsor.f90                                |   227 +
 src/base/field.f90                                 |  1513 +
 src/base/findnd.f90                                |   104 +
 src/base/findpt.f90                                |   105 +
 src/base/fldini.f90                                |   445 +
 src/base/fldtri.f90                                |   306 +
 src/base/haltyp.f90                                |    81 +
 src/base/hturbp.f90                                |   153 +
 src/base/idrbla.f90                                |    83 +
 src/base/ihmpre.f90                                |    36 +
 src/base/impini.f90                                |  3017 +
 src/base/iniini.f90                                |  1445 +
 src/base/initi1.f90                                |   232 +
 src/base/initi2.f90                                |   125 +
 src/base/iniusi.f90                                |   567 +
 src/base/iniva0.f90                                |   693 +
 src/base/inivar.f90                                |  1508 +
 src/base/iprbla.f90                                |    83 +
 src/base/lecamo.f90                                |   178 +
 src/base/lecamp.f90                                |  1977 +
 src/base/lecamx.f90                                |  3626 +
 src/base/majgeo.f90                                |   239 +
 src/base/memfin.f90                                |    62 +
 src/base/memtri.f90                                |   304 +
 src/base/mesh.f90                                  |   123 +
 src/base/mltgrd.f90                                |    56 +
 src/base/mmtycl.f90                                |   192 +
 src/base/modini.f90                                |  1842 +
 src/base/navsto.f90                                |  1351 +
 src/base/navstv.f90                                |  1309 +
 src/base/newmrk.f90                                |   218 +
 src/base/numvar.f90                                |   263 +
 src/base/numvec.f90                                |   564 +
 src/base/optcal.f90                                |  1058 +
 src/base/ordita.f90                                |    85 +
 src/base/parall.f90                                |   176 +
 src/base/paramx.f90                                |    98 +
 src/base/pergra.f90                                |   114 +
 src/base/perinr.f90                                |   191 +
 src/base/perinu.f90                                |   186 +
 src/base/period.f90                                |    43 +
 src/base/phyvar.f90                                |  1323 +
 src/base/pointe.f90                                |   463 +
 src/base/post.f90                                  |   251 +
 src/base/post_util.f90                             |   848 +
 src/base/precli.f90                                |   206 +
 src/base/predfl.f90                                |   544 +
 src/base/preduv.f90                                |  1737 +
 src/base/predvv.f90                                |  1672 +
 src/base/prehyd.f90                                |   345 +
 src/base/prmoy0.f90                                |   100 +
 src/base/pthrbm.f90                                |   266 +
 src/base/recvmc.f90                                |   262 +
 src/base/resolp.f90                                |  1744 +
 src/base/resopv.f90                                |  2177 +
 src/base/scalai.f90                                |   562 +
 src/base/schtmp.f90                                |   590 +
 src/base/stdtcl.f90                                |   511 +
 src/base/strdep.f90                                |   368 +
 src/base/strhis.f90                                |   281 +
 src/base/strini.f90                                |   605 +
 src/base/strpre.f90                                |   287 +
 src/base/tdesi1.f90                                |   126 +
 src/base/tridim.f90                                |  1799 +
 src/base/tsepdc.f90                                |   167 +
 src/base/tspdcv.f90                                |   132 +
 src/base/tstvec.f90                                |   447 +
 src/base/typecl.f90                                |  1788 +
 src/base/undscr.f90                                |    85 +
 src/base/varpos.f90                                |  4138 ++
 src/base/vericl.f90                                |  1475 +
 src/base/verini.f90                                |  7049 ++
 src/base/verlon.f90                                |    75 +
 src/base/vert1d.f90                                |   409 +
 src/base/visecv.f90                                |   204 +
 src/base/vissec.f90                                |   486 +
 src/base/zufall.f90                                |   441 +
 src/bft/Makefile.am                                |    53 +
 src/bft/Makefile.in                                |   858 +
 src/bft/bft_backtrace.c                            |   489 +
 src/bft/bft_backtrace.h                            |   190 +
 src/bft/bft_error.c                                |   233 +
 src/bft/bft_error.h                                |   121 +
 src/bft/bft_mem.c                                  |  1119 +
 src/bft/bft_mem.h                                  |   364 +
 src/bft/bft_mem_usage.c                            |   752 +
 src/bft/bft_mem_usage.h                            |   127 +
 src/bft/bft_printf.c                               |   230 +
 src/bft/bft_printf.h                               |   160 +
 src/cfbl/Makefile.am                               |    64 +
 src/cfbl/Makefile.in                               |   843 +
 src/cfbl/cfbsc2.f90                                |   713 +
 src/cfbl/cfbsc3.f90                                |   304 +
 src/cfbl/cfcdts.f90                                |   497 +
 src/cfbl/cfdivs.f90                                |   363 +
 src/cfbl/cfdttv.f90                                |   203 +
 src/cfbl/cfener.f90                                |   748 +
 src/cfbl/cfini1.f90                                |   579 +
 src/cfbl/cfiniv.f90                                |   210 +
 src/cfbl/cfmsfl.f90                                |   596 +
 src/cfbl/cfmsgs.f90                                |   607 +
 src/cfbl/cfmsvl.f90                                |   609 +
 src/cfbl/cfmsvs.f90                                |   171 +
 src/cfbl/cfphyv.f90                                |   239 +
 src/cfbl/cfpoin.f90                                |    65 +
 src/cfbl/cfprop.f90                                |   230 +
 src/cfbl/cfqdmv.f90                                |   751 +
 src/cfbl/cfrusb.f90                                |   221 +
 src/cfbl/cfther.f90                                |  2106 +
 src/cfbl/cfvarp.f90                                |   162 +
 src/cfbl/cfxtcl.f90                                |  1098 +
 src/cogz/Makefile.am                               |    72 +
 src/cogz/Makefile.in                               |   852 +
 src/cogz/coincl.f90                                |   122 +
 src/cogz/coini1.f90                                |   785 +
 src/cogz/colecd.f90                                |   688 +
 src/cogz/coprop.f90                                |   527 +
 src/cogz/cothht.f90                                |   201 +
 src/cogz/covarp.f90                                |   188 +
 src/cogz/d3phst.f90                                |   209 +
 src/cogz/d3pini.f90                                |   306 +
 src/cogz/d3pint.f90                                |   683 +
 src/cogz/d3pphy.f90                                |   363 +
 src/cogz/d3ptcl.f90                                |   489 +
 src/cogz/d3pver.f90                                |   213 +
 src/cogz/ebuini.f90                                |   384 +
 src/cogz/ebuphy.f90                                |   429 +
 src/cogz/ebutcl.f90                                |   521 +
 src/cogz/ebutss.f90                                |   248 +
 src/cogz/ebuver.f90                                |   186 +
 src/cogz/lwcgfu.f90                                |    98 +
 src/cogz/lwcini.f90                                |   380 +
 src/cogz/lwcphy.f90                                |   226 +
 src/cogz/lwctcl.f90                                |   561 +
 src/cogz/lwctss.f90                                |   400 +
 src/cogz/lwcurl.f90                                |   187 +
 src/cogz/lwcver.f90                                |   197 +
 src/cogz/pdflwc.f90                                |   771 +
 src/cogz/pdfpp3.f90                                |   638 +
 src/cogz/pdfpp4.f90                                |   967 +
 src/cogz/sootsc.f90                                |   264 +
 src/comb/Makefile.am                               |    84 +
 src/comb/Makefile.in                               |   874 +
 src/comb/cs_coal_bcond.f90                         |   661 +
 src/comb/cs_coal_fp2st.f90                         |   361 +
 src/comb/cs_coal_htconvers1.f90                    |   633 +
 src/comb/cs_coal_htconvers2.f90                    |   239 +
 src/comb/cs_coal_incl.f90                          |    44 +
 src/comb/cs_coal_masstransfer.f90                  |   689 +
 src/comb/cs_coal_noxst.f90                         |   833 +
 src/comb/cs_coal_param.f90                         |   735 +
 src/comb/cs_coal_physprop.f90                      |   442 +
 src/comb/cs_coal_physprop1.f90                     |   591 +
 src/comb/cs_coal_physprop2.f90                     |   342 +
 src/comb/cs_coal_prop.f90                          |   392 +
 src/comb/cs_coal_radst.f90                         |   130 +
 src/comb/cs_coal_readata.f90                       |  1796 +
 src/comb/cs_coal_scast.f90                         |  1803 +
 src/comb/cs_coal_thfieldconv1.f90                  |   386 +
 src/comb/cs_coal_thfieldconv2.f90                  |   280 +
 src/comb/cs_coal_varini.f90                        |   334 +
 src/comb/cs_coal_varpos.f90                        |   190 +
 src/comb/cs_coal_verify.f90                        |   166 +
 src/comb/cs_fuel_bcond.f90                         |   594 +
 src/comb/cs_fuel_fp2st.f90                         |   297 +
 src/comb/cs_fuel_htconvers1.f90                    |   296 +
 src/comb/cs_fuel_htconvers2.f90                    |   229 +
 src/comb/cs_fuel_incl.f90                          |   172 +
 src/comb/cs_fuel_masstransfer.f90                  |   294 +
 src/comb/cs_fuel_noxst.f90                         |   734 +
 src/comb/cs_fuel_param.f90                         |   598 +
 src/comb/cs_fuel_physprop.f90                      |   443 +
 src/comb/cs_fuel_physprop1.f90                     |   476 +
 src/comb/cs_fuel_physprop2.f90                     |   191 +
 src/comb/cs_fuel_prop.f90                          |   275 +
 src/comb/cs_fuel_radst.f90                         |   134 +
 src/comb/cs_fuel_readata.f90                       |   880 +
 src/comb/cs_fuel_scast.f90                         |   759 +
 src/comb/cs_fuel_thfieldconv1.f90                  |   186 +
 src/comb/cs_fuel_thfieldconv2.f90                  |   147 +
 src/comb/cs_fuel_varini.f90                        |   287 +
 src/comb/cs_fuel_varpos.f90                        |   154 +
 src/comb/cs_fuel_verify.f90                        |   167 +
 src/comb/cs_gascomb.f90                            |   650 +
 src/cplv/Makefile.am                               |    79 +
 src/cplv/Makefile.in                               |   860 +
 src/cplv/cpcym2.f90                                |   916 +
 src/cplv/cpflux.f90                                |   648 +
 src/cplv/cpincl.f90                                |   291 +
 src/cplv/cpini1.f90                                |   676 +
 src/cplv/cpiniv.f90                                |   336 +
 src/cplv/cplecd.f90                                |  1517 +
 src/cplv/cplin1.f90                                |   464 +
 src/cplv/cplini.f90                                |   262 +
 src/cplv/cplph1.f90                                |   357 +
 src/cplv/cplphy.f90                                |   345 +
 src/cplv/cplpro.f90                                |   157 +
 src/cplv/cpltcl.f90                                |   480 +
 src/cplv/cpltss.f90                                |   299 +
 src/cplv/cpltsv.f90                                |   303 +
 src/cplv/cplvar.f90                                |   128 +
 src/cplv/cplver.f90                                |   180 +
 src/cplv/cplym1.f90                                |  1133 +
 src/cplv/cppdf4.f90                                |   177 +
 src/cplv/cppdfr.f90                                |   313 +
 src/cplv/cpphy1.f90                                |   428 +
 src/cplv/cpphy2.f90                                |   355 +
 src/cplv/cpphyv.f90                                |   495 +
 src/cplv/cpprop.f90                                |   278 +
 src/cplv/cpptcl.f90                                |   672 +
 src/cplv/cprays.f90                                |   132 +
 src/cplv/cpteh1.f90                                |   330 +
 src/cplv/cpteh2.f90                                |   261 +
 src/cplv/cptehm.f90                                |   419 +
 src/cplv/cpthp1.f90                                |   518 +
 src/cplv/cpthp2.f90                                |   246 +
 src/cplv/cptssc.f90                                |  1235 +
 src/cplv/cptsvc.f90                                |   312 +
 src/cplv/cptsvi.f90                                |   274 +
 src/cplv/cpvarp.f90                                |   193 +
 src/cplv/cpveri.f90                                |   166 +
 src/ctwr/Makefile.am                               |    76 +
 src/ctwr/Makefile.in                               |   899 +
 src/ctwr/cs_ctwr.c                                 |  2673 +
 src/ctwr/cs_ctwr.h                                 |   607 +
 src/ctwr/cs_ctwr_air_props.c                       |   394 +
 src/ctwr/cs_ctwr_air_props.h                       |   213 +
 src/ctwr/cs_ctwr_f2c.f90                           |    94 +
 src/ctwr/cs_ctwr_halo.c                            |  1522 +
 src/ctwr/cs_ctwr_halo.h                            |    76 +
 src/ctwr/cs_ctwr_mesh.c                            |  2212 +
 src/ctwr/cs_ctwr_mesh.h                            |    99 +
 src/ctwr/ctincl.f90                                |    48 +
 src/ctwr/ctini1.f90                                |   200 +
 src/ctwr/ctiniv.f90                                |   152 +
 src/ctwr/ctphyv.f90                                |   361 +
 src/ctwr/cttssc.f90                                |   160 +
 src/ctwr/ctvarp.f90                                |   105 +
 src/elec/Makefile.am                               |    57 +
 src/elec/Makefile.in                               |   835 +
 src/elec/cs_elec_bcond.f90                         |   145 +
 src/elec/elflux.f90                                |   818 +
 src/elec/elincl.f90                                |   179 +
 src/elec/elini1.f90                                |   532 +
 src/elec/eliniv.f90                                |   306 +
 src/elec/ellecd.f90                                |   364 +
 src/elec/elphyv.f90                                |   751 +
 src/elec/elprop.f90                                |   269 +
 src/elec/elreca.f90                                |   440 +
 src/elec/elthht.f90                                |   204 +
 src/elec/eltssc.f90                                |   313 +
 src/elec/elvarp.f90                                |   171 +
 src/elec/elveri.f90                                |   535 +
 src/fvm/Makefile.am                                |   171 +
 src/fvm/Makefile.in                                |  1196 +
 src/fvm/fvm_box.c                                  |   993 +
 src/fvm/fvm_box.h                                  |   286 +
 src/fvm/fvm_box_priv.h                             |   110 +
 src/fvm/fvm_box_tree.c                             |  2793 +
 src/fvm/fvm_box_tree.h                             |   247 +
 src/fvm/fvm_convert_array.c                        |  2436 +
 src/fvm/fvm_convert_array.h                        |   122 +
 src/fvm/fvm_defs.c                                 |    90 +
 src/fvm/fvm_defs.h                                 |    82 +
 src/fvm/fvm_gather.c                               |  1681 +
 src/fvm/fvm_gather.h                               |   423 +
 src/fvm/fvm_group.c                                |   588 +
 src/fvm/fvm_group.h                                |   197 +
 src/fvm/fvm_hilbert.c                              |  1515 +
 src/fvm/fvm_hilbert.h                              |   204 +
 src/fvm/fvm_io_num.c                               |  2613 +
 src/fvm/fvm_io_num.h                               |   348 +
 src/fvm/fvm_morton.c                               |  1512 +
 src/fvm/fvm_morton.h                               |   356 +
 src/fvm/fvm_neighborhood.c                         |  1247 +
 src/fvm/fvm_neighborhood.h                         |   300 +
 src/fvm/fvm_nodal.c                                |  2412 +
 src/fvm/fvm_nodal.h                                |   455 +
 src/fvm/fvm_nodal_append.c                         |   393 +
 src/fvm/fvm_nodal_append.h                         |   136 +
 src/fvm/fvm_nodal_extract.c                        |  1471 +
 src/fvm/fvm_nodal_extract.h                        |   204 +
 src/fvm/fvm_nodal_extrude.c                        |   391 +
 src/fvm/fvm_nodal_extrude.h                        |    83 +
 src/fvm/fvm_nodal_from_desc.c                      |  1863 +
 src/fvm/fvm_nodal_from_desc.h                      |   175 +
 src/fvm/fvm_nodal_order.c                          |   452 +
 src/fvm/fvm_nodal_order.h                          |   106 +
 src/fvm/fvm_nodal_priv.h                           |   310 +
 src/fvm/fvm_nodal_project.c                        |   585 +
 src/fvm/fvm_nodal_project.h                        |    86 +
 src/fvm/fvm_nodal_triangulate.c                    |   682 +
 src/fvm/fvm_nodal_triangulate.h                    |    79 +
 src/fvm/fvm_periodicity.c                          |  1378 +
 src/fvm/fvm_periodicity.h                          |   391 +
 src/fvm/fvm_point_location.c                       |  3731 +
 src/fvm/fvm_point_location.h                       |   130 +
 src/fvm/fvm_selector.c                             |  1304 +
 src/fvm/fvm_selector.h                             |   213 +
 src/fvm/fvm_selector_postfix.c                     |  3269 +
 src/fvm/fvm_selector_postfix.h                     |   209 +
 src/fvm/fvm_tesselation.c                          |  3182 +
 src/fvm/fvm_tesselation.h                          |   507 +
 src/fvm/fvm_to_ccm.c                               |  4201 ++
 src/fvm/fvm_to_ccm.h                               |   234 +
 src/fvm/fvm_to_cgns.c                              |  3490 +
 src/fvm/fvm_to_cgns.h                              |   245 +
 src/fvm/fvm_to_ensight.c                           |  3853 +
 src/fvm/fvm_to_ensight.h                           |   204 +
 src/fvm/fvm_to_ensight_case.c                      |  1099 +
 src/fvm/fvm_to_ensight_case.h                      |   233 +
 src/fvm/fvm_to_med.c                               |  4703 ++
 src/fvm/fvm_to_med.h                               |   247 +
 src/fvm/fvm_to_medcoupling.cxx                     |  2209 +
 src/fvm/fvm_to_medcoupling.h                       |   182 +
 src/fvm/fvm_trace.c                                |   210 +
 src/fvm/fvm_trace.h                                |    75 +
 src/fvm/fvm_triangulate.c                          |  1242 +
 src/fvm/fvm_triangulate.h                          |   173 +
 src/fvm/fvm_writer.c                               |  1336 +
 src/fvm/fvm_writer.h                               |   427 +
 src/fvm/fvm_writer_helper.c                        |  2070 +
 src/fvm/fvm_writer_helper.h                        |   333 +
 src/fvm/fvm_writer_priv.h                          |   245 +
 src/gui/Makefile.am                                |    70 +
 src/gui/Makefile.in                                |   877 +
 src/gui/cs_gui.c                                   |  5901 ++
 src/gui/cs_gui.h                                   |   701 +
 src/gui/cs_gui_boundary_conditions.c               |  3007 +
 src/gui/cs_gui_boundary_conditions.h               |   375 +
 src/gui/cs_gui_conjugate_heat_transfer.c           |   193 +
 src/gui/cs_gui_conjugate_heat_transfer.h           |    64 +
 src/gui/cs_gui_mesh.c                              |   607 +
 src/gui/cs_gui_mesh.h                              |    84 +
 src/gui/cs_gui_mobile_mesh.c                       |  1264 +
 src/gui/cs_gui_mobile_mesh.h                       |   238 +
 src/gui/cs_gui_output.c                            |  1914 +
 src/gui/cs_gui_output.h                            |   106 +
 src/gui/cs_gui_particles.c                         |  1672 +
 src/gui/cs_gui_particles.h                         |   236 +
 src/gui/cs_gui_radiative_transfer.c                |  1164 +
 src/gui/cs_gui_radiative_transfer.h                |   159 +
 src/gui/cs_gui_specific_physics.c                  |  3662 +
 src/gui/cs_gui_specific_physics.h                  |   502 +
 src/gui/cs_gui_util.c                              |  1203 +
 src/gui/cs_gui_util.h                              |   454 +
 src/gui/cs_gui_variables.h                         |   100 +
 src/lagr/Makefile.am                               |   105 +
 src/lagr/Makefile.in                               |   937 +
 src/lagr/cs_lagr_perio.c                           |   255 +
 src/lagr/cs_lagr_perio.h                           |   108 +
 src/lagr/cs_lagr_tracking.c                        |  4190 ++
 src/lagr/cs_lagr_tracking.h                        |   221 +
 src/lagr/cs_lagr_utils.c                           |   183 +
 src/lagr/cs_lagr_utils.h                           |    86 +
 src/lagr/diverv.f90                                |   184 +
 src/lagr/enslag.f90                                |   889 +
 src/lagr/enswaf.f90                                |   819 +
 src/lagr/lagaff.f90                                |   420 +
 src/lagr/lagcar.f90                                |   631 +
 src/lagr/lagcli.f90                                |   245 +
 src/lagr/lagcou.f90                                |   493 +
 src/lagr/lagdcl.f90                                |   452 +
 src/lagr/lagdeb.f90                                |   356 +
 src/lagr/lagdep.f90                                |   463 +
 src/lagr/lagdif.f90                                |   323 +
 src/lagr/lagdim.f90                                |    68 +
 src/lagr/lageje.f90                                |   138 +
 src/lagr/lagent.f90                                |  2048 +
 src/lagr/lageqp.f90                                |   374 +
 src/lagr/lages1.f90                                |   435 +
 src/lagr/lages2.f90                                |   470 +
 src/lagr/lagesd.f90                                |   534 +
 src/lagr/lagesp.f90                                |   305 +
 src/lagr/laggeo.f90                                |   222 +
 src/lagr/laggra.f90                                |   233 +
 src/lagr/laghis.f90                                |   402 +
 src/lagr/lagich.f90                                |   684 +
 src/lagr/lagidp.f90                                |   157 +
 src/lagr/lagimp.f90                                |   156 +
 src/lagr/lagini.f90                                |   181 +
 src/lagr/lagipn.f90                                |   224 +
 src/lagr/lagitf.f90                                |   294 +
 src/lagr/lagitg.f90                                |   225 +
 src/lagr/lagitp.f90                                |   207 +
 src/lagr/laglec.f90                                |  2187 +
 src/lagr/laglis.f90                                |   522 +
 src/lagr/lagnew.f90                                |   400 +
 src/lagr/lagnpr.f90                                |   377 +
 src/lagr/lagopt.f90                                |  3488 +
 src/lagr/lagout.f90                                |   797 +
 src/lagr/lagpar.f90                                |   140 +
 src/lagr/lagphy.f90                                |   266 +
 src/lagr/lagpoi.f90                                |   267 +
 src/lagr/lagprj.f90                                |   142 +
 src/lagr/lagran.f90                                |   785 +
 src/lagr/lagrus.f90                                |   310 +
 src/lagr/lagsta.f90                                |   563 +
 src/lagr/lagstf.f90                                |   144 +
 src/lagr/lagswe.f90                                |   194 +
 src/lagr/lagtri.f90                                |   150 +
 src/lagr/lagune.f90                                |  1002 +
 src/mei/Makefile.am                                |    58 +
 src/mei/Makefile.in                                |   899 +
 src/mei/mei_evaluate.c                             |   936 +
 src/mei/mei_evaluate.h                             |   228 +
 src/mei/mei_hash_table.c                           |   498 +
 src/mei/mei_hash_table.h                           |   253 +
 src/mei/mei_math_util.c                            |   580 +
 src/mei/mei_math_util.h                            |   106 +
 src/mei/mei_node.c                                 |   415 +
 src/mei/mei_node.h                                 |   278 +
 src/mei/mei_parser.c                               |  2236 +
 src/mei/mei_parser.h                               |   112 +
 src/mei/mei_parser.y                               |   177 +
 src/mei/mei_parser_glob.c                          |    86 +
 src/mei/mei_parser_glob.h                          |    98 +
 src/mei/mei_scanner.c                              |  2115 +
 src/mei/mei_scanner.l                              |   179 +
 src/mesh/Makefile.am                               |   107 +
 src/mesh/Makefile.in                               |   952 +
 src/mesh/cs_join.c                                 |  1784 +
 src/mesh/cs_join.h                                 |   123 +
 src/mesh/cs_join_intersect.c                       |  4223 ++
 src/mesh/cs_join_intersect.h                       |   350 +
 src/mesh/cs_join_merge.c                           |  3456 +
 src/mesh/cs_join_merge.h                           |   147 +
 src/mesh/cs_join_mesh.c                            |  4027 +
 src/mesh/cs_join_mesh.h                            |   559 +
 src/mesh/cs_join_perio.c                           |  1753 +
 src/mesh/cs_join_perio.h                           |   274 +
 src/mesh/cs_join_post.c                            |   698 +
 src/mesh/cs_join_post.h                            |   165 +
 src/mesh/cs_join_set.c                             |  2488 +
 src/mesh/cs_join_set.h                             |   469 +
 src/mesh/cs_join_split.c                           |  2361 +
 src/mesh/cs_join_split.h                           |    94 +
 src/mesh/cs_join_update.c                          |  5071 ++
 src/mesh/cs_join_update.h                          |   121 +
 src/mesh/cs_join_util.c                            |  2607 +
 src/mesh/cs_join_util.h                            |   469 +
 src/mesh/cs_mesh.c                                 |  4098 +
 src/mesh/cs_mesh.h                                 |   829 +
 src/mesh/cs_mesh_bad_cells.c                       |  1021 +
 src/mesh/cs_mesh_bad_cells.h                       |   131 +
 src/mesh/cs_mesh_builder.c                         |   238 +
 src/mesh/cs_mesh_builder.h                         |   158 +
 src/mesh/cs_mesh_coherency.c                       |   427 +
 src/mesh/cs_mesh_coherency.h                       |    55 +
 src/mesh/cs_mesh_connect.c                         |   753 +
 src/mesh/cs_mesh_connect.h                         |   152 +
 src/mesh/cs_mesh_from_builder.c                    |  1626 +
 src/mesh/cs_mesh_from_builder.h                    |   108 +
 src/mesh/cs_mesh_halo.c                            |  3093 +
 src/mesh/cs_mesh_halo.h                            |    68 +
 src/mesh/cs_mesh_location.c                        |   561 +
 src/mesh/cs_mesh_location.h                        |   258 +
 src/mesh/cs_mesh_quality.c                         |  1218 +
 src/mesh/cs_mesh_quality.h                         |    90 +
 src/mesh/cs_mesh_quantities.c                      |  2383 +
 src/mesh/cs_mesh_quantities.h                      |   351 +
 src/mesh/cs_mesh_save.c                            |   184 +
 src/mesh/cs_mesh_save.h                            |    68 +
 src/mesh/cs_mesh_smoother.c                        |  1099 +
 src/mesh/cs_mesh_smoother.h                        |    84 +
 src/mesh/cs_mesh_thinwall.c                        |   605 +
 src/mesh/cs_mesh_thinwall.h                        |    80 +
 src/mesh/cs_mesh_to_builder.c                      |  1483 +
 src/mesh/cs_mesh_to_builder.h                      |    92 +
 src/mesh/cs_mesh_warping.c                         |  1346 +
 src/mesh/cs_mesh_warping.h                         |   125 +
 src/mesh/cs_partition.c                            |  3563 +
 src/mesh/cs_partition.h                            |   245 +
 src/pprt/Makefile.am                               |    70 +
 src/pprt/Makefile.in                               |   848 +
 src/pprt/ppcabs.f90                                |   420 +
 src/pprt/ppcpfu.f90                                |   107 +
 src/pprt/ppcsca.f90                                |   256 +
 src/pprt/ppincl.f90                                |   265 +
 src/pprt/ppini1.f90                                |   142 +
 src/pprt/ppinii.f90                                |   667 +
 src/pprt/ppiniv.f90                                |   255 +
 src/pprt/ppinv2.f90                                |   175 +
 src/pprt/pplecd.f90                                |   143 +
 src/pprt/pppdfr.f90                                |   388 +
 src/pprt/ppphyv.f90                                |   330 +
 src/pprt/ppppar.f90                                |    49 +
 src/pprt/ppprcl.f90                                |   350 +
 src/pprt/ppprop.f90                                |   141 +
 src/pprt/ppray4.f90                                |   446 +
 src/pprt/pptbht.f90                                |   261 +
 src/pprt/ppthch.f90                                |    97 +
 src/pprt/pptssc.f90                                |   325 +
 src/pprt/pptycl.f90                                |   371 +
 src/pprt/ppvarp.f90                                |   139 +
 src/rayt/Makefile.am                               |    59 +
 src/rayt/Makefile.in                               |   837 +
 src/rayt/radiat.f90                                |   155 +
 src/rayt/raycli.f90                                |  1078 +
 src/rayt/raycll.f90                                |   411 +
 src/rayt/raydak.f90                                |   170 +
 src/rayt/raydir.f90                                |   118 +
 src/rayt/raydom.f90                                |  1276 +
 src/rayt/raylec.f90                                |   337 +
 src/rayt/rayopt.f90                                |   783 +
 src/rayt/rayout.f90                                |   351 +
 src/rayt/raypar.f90                                |   903 +
 src/rayt/raypun.f90                                |   377 +
 src/rayt/raysca.f90                                |   117 +
 src/rayt/raysol.f90                                |   469 +
 src/rayt/rmodak.f90                                |   952 +
 src/turb/Makefile.am                               |    96 +
 src/turb/Makefile.in                               |   925 +
 src/turb/clipke.f90                                |   296 +
 src/turb/clipsa.f90                                |   188 +
 src/turb/clpalp.f90                                |   143 +
 src/turb/clprij.f90                                |   272 +
 src/turb/clpv2f.f90                                |   224 +
 src/turb/cs_les_filter.c                           |   173 +
 src/turb/cs_les_filter.h                           |    77 +
 src/turb/cs_les_inflow.c                           |  2335 +
 src/turb/cs_les_inflow.h                           |   183 +
 src/turb/divrit.f90                                |   493 +
 src/turb/resalp.f90                                |   304 +
 src/turb/reseps.f90                                |   861 +
 src/turb/resrij.f90                                |   859 +
 src/turb/resrit.f90                                |   439 +
 src/turb/resssg.f90                                |  1075 +
 src/turb/resv2f.f90                                |   894 +
 src/turb/rijech.f90                                |   484 +
 src/turb/rijthe.f90                                |   328 +
 src/turb/rotcor.f90                                |   473 +
 src/turb/tsepls.f90                                |   206 +
 src/turb/turbke.f90                                |  1355 +
 src/turb/turbkw.f90                                |  1177 +
 src/turb/turbsa.f90                                |   724 +
 src/turb/turent.f90                                |   199 +
 src/turb/turrij.f90                                |   471 +
 src/turb/vandri.f90                                |   201 +
 src/turb/visdyn.f90                                |   548 +
 src/turb/vislmg.f90                                |   209 +
 src/turb/vissma.f90                                |   229 +
 src/turb/vissst.f90                                |   280 +
 src/turb/visv2f.f90                                |   234 +
 src/turb/viswal.f90                                |   284 +
 src/turb/vor2cl.f90                                |   188 +
 src/turb/vordep.f90                                |   325 +
 src/turb/vorimp.f90                                |   254 +
 src/turb/vorin0.f90                                |   136 +
 src/turb/vorinc.f90                                |   194 +
 src/turb/vorini.f90                                |   601 +
 src/turb/vorlgv.f90                                |   143 +
 src/turb/vorpre.f90                                |   267 +
 src/turb/vortex.f90                                |   168 +
 src/turb/vorver.f90                                |  1088 +
 src/turb/vorvit.f90                                |   443 +
 src/user/Makefile.am                               |   145 +
 src/user/Makefile.in                               |   977 +
 src/user/cs_user_atmospheric_model.f90             |   357 +
 src/user/cs_user_boundary_conditions.f90           |   513 +
 src/user/cs_user_coupling.c                        |   253 +
 src/user/cs_user_extra_operations.f90              |   153 +
 src/user/cs_user_fluid_structure_interaction.f90   |   666 +
 src/user/cs_user_initialization.f90                |   170 +
 src/user/cs_user_les_inflow.f90                    |   349 +
 src/user/cs_user_mesh.c                            |   738 +
 src/user/cs_user_modules.f90                       |    99 +
 src/user/cs_user_parameters.f90                    |  3461 +
 src/user/cs_user_particle_tracking.f90             |  2054 +
 src/user/cs_user_performance_tuning.c              |   249 +
 src/user/cs_user_physical_properties.f90           |  2394 +
 src/user/cs_user_postprocess.c                     |   655 +
 src/user/cs_user_postprocess_var.f90               |   689 +
 src/user/cs_user_radiative_transfer.f90            |   629 +
 src/user/cs_user_solver.c                          |   274 +
 src/user/cs_user_source_terms.f90                  |  2022 +
 src/user/usalcl.f90                                |   534 +
 src/user/usctdz.f90                                |   118 +
 src/user/uselrc.f90                                |   449 +
 src/user/ushist.f90                                |   323 +
 src/user/uskpdc.f90                                |   342 +
 src/user/uslaen.f90                                |   321 +
 src/user/uslag1.f90                                |   864 +
 src/user/uslag2.f90                                |   527 +
 src/user/usporo.f90                                |   108 +
 src/user/uspt1d.f90                                |   305 +
 src/user/usray1.f90                                |   334 +
 src/user/usray2.f90                                |   626 +
 src/user/usthht.f90                                |   228 +
 src/user/ustsma.f90                                |   501 +
 src/user/usvort.f90                                |   487 +
 src/user/usvosy.f90                                |   287 +
 src/user_examples/Makefile.am                      |   139 +
 src/user_examples/Makefile.in                      |   989 +
 .../cs_user_boundary_conditions-advanced.f90       |   280 +
 .../cs_user_boundary_conditions-atmospheric.f90    |   705 +
 ...user_boundary_conditions-auto_inlet_profile.f90 |   416 +
 .../cs_user_boundary_conditions-base.f90           |   493 +
 .../cs_user_boundary_conditions-compressible.f90   |   908 +
 .../cs_user_boundary_conditions-cooling_towers.f90 |   544 +
 .../cs_user_boundary_conditions-electric_arcs.f90  |   989 +
 ...dary_conditions-electric_arcs_ieljou_3_or_4.f90 |   769 +
 .../cs_user_boundary_conditions-fuel.f90           |   790 +
 .../cs_user_boundary_conditions-gas_3ptchem.f90    |   752 +
 .../cs_user_boundary_conditions-gas_ebu.f90        |   710 +
 ...user_boundary_conditions-gas_libby_williams.f90 |   708 +
 ...cs_user_boundary_conditions-pulverized_coal.f90 |   761 +
 ...ndary_conditions-pulverized_coal_lagrangian.f90 |   689 +
 .../cs_user_extra_operations-energy_balance.f90    |   791 +
 ...cs_user_extra_operations-extract_1d_profile.f90 |   220 +
 .../cs_user_extra_operations-force_temperature.f90 |   167 +
 .../cs_user_extra_operations-global_efforts.f90    |   182 +
 ...s_user_extra_operations-parallel_operations.f90 |   445 +
 ...r_extra_operations-print_statistical_moment.f90 |   176 +
 .../cs_user_initialization-atmospheric.f90         |   247 +
 src/user_examples/cs_user_initialization-base.f90  |   176 +
 .../cs_user_initialization-compressible.f90        |   269 +
 .../cs_user_initialization-cooling_towers.f90      |   205 +
 .../cs_user_initialization-electric_arcs.f90       |   301 +
 src/user_examples/cs_user_initialization-fuel.f90  |   292 +
 .../cs_user_initialization-gas_3ptchem.f90         |   199 +
 .../cs_user_initialization-gas_ebu.f90             |   244 +
 .../cs_user_initialization-gas_libby_williams.f90  |   296 +
 .../cs_user_initialization-pulverized_coal.f90     |   352 +
 .../cs_user_initialization-time_step.f90           |   174 +
 ...user_initialization-unified_combustion_coal.f90 |   357 +
 src/user_examples/cs_user_les_inflow-base.f90      |   519 +
 src/user_examples/cs_user_parameters-output.f90    |  1371 +
 src/user_examples/cs_user_postprocess-sfc.c        |   451 +
 tests/Makefile.am                                  |   171 +
 tests/Makefile.in                                  |  1087 +
 tests/bft_backtrace_test.c                         |    81 +
 tests/bft_error_test.c                             |    70 +
 tests/bft_mem_test.c                               |   110 +
 tests/bft_mem_usage_test.c                         |    76 +
 tests/bft_printf_test.c                            |    82 +
 tests/cs_blas_test.c                               |  2076 +
 tests/cs_core_test.c                               |    88 +
 tests/cs_file_test.c                               |   396 +
 tests/cs_interface_test.c                          |   351 +
 tests/cs_sizes_test.c                              |    78 +
 tests/fvm_selector_postfix_test.c                  |   110 +
 tests/fvm_selector_test.c                          |   205 +
 tests/mei_test_graph.c                             |   259 +
 tests/mei_test_main.c                              |   498 +
 tests/unittests.py                                 |   241 +
 2113 files changed, 1234994 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