[code-saturne] 01/12: Merge tag 'upstream/4.0.1+repack'

Gilles Filippini pini at debian.org
Sat Jul 25 07:57:05 UTC 2015


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

pini pushed a commit to branch master
in repository code-saturne.

commit 1af469c53ee19332f37ad50594894f4d5d95119d
Merge: 5ce629a 3e6ea69
Author: Gilles Filippini <pini at debian.org>
Date:   Mon Jun 29 23:27:36 2015 +0200

    Merge tag 'upstream/4.0.1+repack'
    
    Upstream version 4.0.1+repack

 AUTHORS                                            |    4 +-
 COMPATIBILITY                                      |   42 -
 ChangeLog                                          | 1301 ++++-
 Makefile.am                                        |   16 +-
 NEWS                                               |  376 +-
 QUALITY_ASSURANCE                                  |    5 +-
 bin/__init__.py                                    |    2 +-
 bin/autovnv/Command.py                             |    2 +-
 bin/autovnv/Drawing.py                             |   32 +-
 bin/autovnv/Parser.py                              |   15 +-
 bin/autovnv/PlotVTK.py                             |    2 +-
 bin/autovnv/Study.py                               |  163 +-
 bin/autovnv/TexMaker.py                            |    2 +-
 bin/autovnv/__init__.py                            |    2 +-
 bin/code_saturne.in                                |    3 +-
 bin/cs_autovnv.py                                  |   17 +-
 bin/cs_bdiff.py                                    |  158 +
 bin/cs_bdump.py                                    |  156 +
 bin/cs_case.py                                     |  112 +-
 bin/cs_case_coupling.py                            |   54 +-
 bin/cs_case_domain.py                              |   30 +-
 bin/cs_compile.py                                  |   25 +-
 bin/cs_config.py.in                                |   31 +-
 bin/cs_create.py                                   |  177 +-
 bin/cs_exec_environment.py                         |  159 +-
 bin/cs_gui.py                                      |   11 +-
 bin/cs_info.py                                     |    2 +-
 bin/cs_package.py.in                               |   10 +-
 bin/cs_run.py                                      |   12 +-
 bin/cs_runcase.py                                  |  387 ++
 bin/cs_salome.py                                   |    3 +-
 bin/cs_script.py                                   |   19 +-
 bin/cs_user_scripts.py                             |    4 +-
 bin/cs_xml_reader.py                               |    7 +-
 bin/runcase_mpi_rank                               |    2 +-
 build-aux/cs_version.py                            |   69 +-
 config/cs_auto_flags.sh                            |  313 +-
 config/salome_module.mk                            |    2 +-
 configure.ac                                       |   57 +-
 data/thch/dp_FCP.xml                               |   17 +-
 data/thch/dp_FUE                                   |   24 +-
 data/thch/dp_FUE_new                               |   44 -
 docs/Makefile.am                                   |    2 +-
 docs/autovnv/Makefile.am                           |    2 +-
 docs/autovnv/autovnv.tex                           |    2 +-
 docs/autovnv/graphics/Makefile.am                  |    2 +-
 docs/developer/Makefile.am                         |    4 +-
 docs/developer/coding_standards.tex                |   14 +-
 docs/developer/common_constructs.tex               |    2 +-
 docs/developer/developer.tex                       |    2 +-
 docs/developer/graphics/Makefile.am                |    2 +-
 docs/developer/write_theory.tex                    |    2 +-
 docs/doxygen/Doxyfile-pre                          | 2345 +++++----
 docs/doxygen/Doxyfile-src                          | 2362 +++++----
 docs/doxygen/Doxyfile-ui                           | 2347 +++++----
 docs/doxygen/DoxygenLayout.xml                     |  186 +
 docs/doxygen/Makefile.am                           |   13 +-
 docs/doxygen/doxypy.py                             |  423 --
 docs/doxygen/doxypypy.py                           |  836 +++
 docs/doxygen/examples/bft_error_example.c          |    2 +-
 docs/doxygen/examples/cavitation.h                 |    8 +-
 docs/doxygen/examples/cs_f_user_parameters.h       |  145 +
 docs/doxygen/examples/cs_head_losses.h             |  209 +
 .../cs_lagrangian_particle_tracking_module.h       |  108 +
 docs/doxygen/examples/cs_porosity.h                |   76 +
 docs/doxygen/examples/cs_remarks.h                 |   57 +-
 .../examples/cs_user_boundary_conditions_ale.h     |  345 ++
 .../cs_user_boundary_conditions_examples.h         |  199 +-
 .../cs_user_extra_operations-nusselt_calculation.h |   90 +
 .../examples/cs_user_extra_operations_examples.h   |  351 +-
 docs/doxygen/examples/cs_user_initialization.h     |  208 +-
 docs/doxygen/examples/cs_user_les_inflow.h         |   24 +-
 docs/doxygen/examples/cs_user_mass_source_terms.h  |  184 +
 docs/doxygen/examples/cs_user_parameters.h         |  216 +-
 .../doxygen/examples/cs_user_physical_properties.h |  141 +
 docs/doxygen/examples/cs_user_radiative_transfer.h |  234 +
 .../cs_user_source_terms-scalar_in_a_channel.h     |  132 +
 docs/doxygen/examples/cs_user_source_terms.h       |  404 ++
 docs/doxygen/examples/cs_user_tabs.h               |   51 +
 docs/doxygen/examples/cs_var_dico.h                |  371 ++
 docs/doxygen/examples/drift_coal_scalars.h         |   10 +-
 docs/doxygen/examples/drift_scalars.h              |   13 +-
 .../images/orthogonal_reference_frame_sketch.gif   |  Bin 0 -> 4262 bytes
 docs/doxygen/images/radiative_tr_sketch.gif        |  Bin 0 -> 13744 bytes
 docs/doxygen/mainpage.h                            |   60 +-
 docs/install/Makefile.am                           |    2 +-
 docs/install/install.tex                           |  326 +-
 docs/manpages/code_saturne.1                       |    2 +-
 docs/refcard/Makefile.am                           |    2 +-
 docs/refcard/graphics/Makefile.am                  |    2 +-
 docs/refcard/refcard.tex                           |    4 +-
 docs/style/csbiblio.bib                            |   94 +-
 docs/style/csdoc.cls                               |    2 +-
 docs/style/csdoc.sty                               |    2 +-
 docs/style/csindex.sty                             |    2 +-
 docs/style/csmacros.sty                            |    9 +-
 docs/style/csshortdoc.cls                          |    2 +-
 docs/style/csvers.tex.in                           |    2 +-
 docs/theory/Makefile.am                            |   13 +-
 docs/theory/algebr.tex                             |    2 +-
 docs/theory/apintr.tex                             |    2 +-
 docs/theory/biblio.tex                             |   22 +-
 docs/theory/bilsc2.tex                             |    2 +-
 docs/theory/bndcnd.tex                             |  291 +-
 docs/theory/cavitation.tex                         |    8 +-
 docs/theory/cfbase.tex                             |   36 +-
 docs/theory/cfener.tex                             |    2 +-
 docs/theory/cfmsvl.tex                             |    6 +-
 docs/theory/cfqdmv.tex                             |    2 +-
 docs/theory/cfxtcl.tex                             |   64 +-
 docs/theory/clptrg.tex                             |  418 +-
 docs/theory/clptur.tex                             |  581 +--
 docs/theory/clsyvt.tex                             |  100 +-
 docs/theory/codits.tex                             |    2 +-
 docs/theory/combbase.tex                           |  213 -
 docs/theory/combgaz.tex                            |  492 --
 docs/theory/combglb.tex                            |  935 ----
 docs/theory/combustion_coal.tex                    |  965 ++++
 docs/theory/combustion_gas.tex                     |  436 ++
 docs/theory/combustion_intro.tex                   |  194 +
 docs/theory/combustion_thermo.tex                  |   81 +
 docs/theory/comprs.tex                             |    2 +-
 docs/theory/condli.tex                             |  661 +--
 docs/theory/covofi.tex                             |    2 +-
 docs/theory/elbase.tex                             |    6 +-
 docs/theory/goveqn.tex                             |  237 +-
 docs/theory/gradmc.tex                             |    2 +-
 docs/theory/gradrc.tex                             |    2 +-
 docs/theory/graphics/Makefile.am                   |    2 +-
 docs/theory/ground_water.tex                       |  504 ++
 docs/theory/inimas.tex                             |    2 +-
 docs/theory/introd.tex                             |    2 +-
 docs/theory/itrmas.tex                             |    2 +-
 docs/theory/matrix.tex                             |    2 +-
 docs/theory/mesh_algo.tex                          |    6 +-
 docs/theory/mesh_quality.tex                       |    4 +-
 docs/theory/navstv.tex                             | 1048 ++--
 docs/theory/predvv.tex                             |  866 ++--
 docs/theory/resopv.tex                             | 1017 ++--
 docs/theory/spadis.tex                             |    6 +-
 docs/theory/summary.tex                            |    2 +-
 docs/theory/theory.tex                             |   30 +-
 docs/theory/thermo.tex                             |   81 -
 docs/theory/timstp.tex                             |   87 +-
 docs/theory/turbke.tex                             |    2 +-
 docs/theory/turbul.tex                             |    5 +-
 docs/theory/turrij.tex                             |   10 +-
 docs/theory/viscfa.tex                             |    2 +-
 docs/theory/visecv.tex                             |    2 +-
 docs/theory/visort.tex                             |    2 +-
 docs/theory/vortex.tex                             |    2 +-
 docs/user/Makefile.am                              |    2 +-
 docs/user/biblio.tex                               |   24 +-
 docs/user/graphics/Makefile.am                     |    2 +-
 docs/user/graphics/gui_calculation_features.png    |  Bin 1540820 -> 56212 bytes
 docs/user/graphics/gui_coal_bc.png                 |  Bin 38179 -> 62400 bytes
 docs/user/graphics/gui_coal_classes.png            |  Bin 19363 -> 59323 bytes
 docs/user/graphics/gui_coal_coke.png               |  Bin 14415 -> 89777 bytes
 docs/user/graphics/gui_coal_composition.png        |  Bin 18857 -> 89777 bytes
 docs/user/graphics/gui_coal_oxydant.png            |  Bin 10516 -> 50958 bytes
 docs/user/graphics/gui_coal_reaction.png           |  Bin 20171 -> 72718 bytes
 docs/user/graphics/gui_coal_solution_control.png   |  Bin 41965 -> 79584 bytes
 docs/user/graphics/gui_coal_time_average.png       |  Bin 30385 -> 63584 bytes
 docs/user/graphics/gui_density_law.png             |  Bin 425711 -> 15479 bytes
 docs/user/graphics/gui_fluid_props.png             |  Bin 2011209 -> 59243 bytes
 docs/user/graphics/gui_formula_interface.png       |  Bin 14446 -> 15479 bytes
 docs/user/graphics/gui_lagr_bc.png                 |  Bin 24895 -> 43737 bytes
 docs/user/graphics/gui_lagr_global_advanced.png    |  Bin 33724 -> 22697 bytes
 docs/user/graphics/gui_lagr_global_settings.png    |  Bin 37728 -> 46990 bytes
 .../graphics/gui_lagr_global_settings_coal.png     |  Bin 14041 -> 58040 bytes
 docs/user/graphics/gui_lagr_output.png             |  Bin 31524 -> 48540 bytes
 docs/user/graphics/gui_lagr_statistics.png         |  Bin 28548 -> 56890 bytes
 docs/user/graphics/gui_mesh_periodicity.png        |  Bin 21596 -> 44983 bytes
 docs/user/graphics/gui_output_profiles.png         |  Bin 2119332 -> 78689 bytes
 docs/user/graphics/gui_prepare_execution.png       |  Bin 39313 -> 42272 bytes
 docs/user/graphics/gui_rad_transf_do_advanced.png  |  Bin 10952 -> 10128 bytes
 docs/user/graphics/gui_rad_transf_do_params.png    |  Bin 16157 -> 52803 bytes
 docs/user/graphics/gui_rad_transf_models.png       |  Bin 22382 -> 26722 bytes
 docs/user/graphics/gui_rad_transf_p1_advanced.png  |  Bin 8550 -> 8807 bytes
 docs/user/graphics/gui_rad_transf_p1_params.png    |  Bin 12945 -> 45962 bytes
 docs/user/graphics/gui_rad_transf_post_output.png  |  Bin 15047 -> 52842 bytes
 docs/user/graphics/gui_rad_transf_wall_model.png   |  Bin 15683 -> 16045 bytes
 docs/user/graphics/gui_rad_transf_wall_params.png  |  Bin 18015 -> 13438 bytes
 docs/user/graphics/gui_syrthes_coupling.png        |  Bin 7640 -> 40153 bytes
 docs/user/graphics/gui_time_averages.png           |  Bin 1696773 -> 60920 bytes
 docs/user/graphics/gui_user_scal_def_init.png      |  Bin 1321118 -> 46045 bytes
 docs/user/saturne1.tex                             | 1142 ++--
 docs/user/saturne2.tex                             |  630 +--
 docs/user/summary.tex                              |    4 +-
 docs/user/user.tex                                 |    2 +-
 examples/1-simple_junction/case1/case1.xml         |  389 +-
 examples/2-full_domain/case1/case1.xml             |  332 ++
 examples/2-full_domain/case2/case2.xml             |  543 +-
 .../case2/cs_user_boundary_conditions.f90          |  494 ++
 examples/2-full_domain/case3/case3.xml             |  566 +-
 .../case3/cs_user_boundary_conditions.f90          |  766 ++-
 examples/2-full_domain/case4/case4.xml             |  368 --
 .../case4/cs_user_boundary_conditions.f90          |  500 --
 examples/3-stratified_junction/case1/case1.xml     |  279 +
 .../case1/cs_user_postprocess.c                    |  251 +
 .../case1/cs_user_postprocess_var.f90              |  211 +
 examples/3-stratified_junction/case5/case5.xml     |  283 -
 .../case5/cs_user_postprocess.c                    |  251 -
 .../case5/cs_user_postprocess_var.f90              |  223 -
 examples/4-2Ddisks/case1/coupling_parameters.py    |   40 +
 .../case1/fluid/fluid-3rond2D-coupling.xml         |  200 +
 .../case1/fluid/fluid-3rond2D-coupling_restart.xml |  201 +
 .../4-2Ddisks/case1/fluid/fluid_3disks_alone.xml   |  192 +
 .../{case6 => case1}/solid/solid-alone.syd         |    0
 .../{case6 => case1}/solid/solid-coupling.syd      |    0
 .../solid/solid-coupling_restart.syd               |    0
 .../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 -
 extras/bash_completion/code_saturne                |   47 +-
 extras/batch/batch.LOADL                           |    1 +
 extras/batch/batch.SLURM                           |    2 +
 extras/batch/batch.SLURM_BGQ                       |    2 +
 extras/changelog/ChangeLog.base                    | 4607 +++++++++++++++--
 extras/code_saturne.cfg.template                   |    6 +-
 extras/windows/cxfreeze/setup.py                   |   27 +-
 extras/windows/innosetup/setup.iss.in              |  410 --
 extras/windows/innosetup/setup_cygwin32.iss.in     |  359 ++
 extras/windows/innosetup/setup_cygwin64.iss.in     |  358 ++
 extras/windows/innosetup/setup_mingw.iss.in        |  427 ++
 gui/Base/BrowserView.py                            |   36 +-
 gui/Base/Common.py                                 |    2 +-
 gui/Base/IdView.py                                 |    4 +-
 gui/Base/MainForm.ui                               |   27 +
 gui/Base/MainView.py                               |  219 +-
 gui/Base/Makefile.am                               |    2 +-
 gui/Base/QtPage.py                                 |    6 +-
 gui/Base/Toolbox.py                                |  108 +-
 gui/Base/XMLengine.py                              |   27 +-
 gui/Base/XMLinitialize.py                          |  579 ++-
 gui/Base/XMLmodel.py                               |   14 +-
 gui/Base/XMLvariables.py                           |    8 +-
 gui/Base/__init__.py                               |    2 +-
 gui/Base/icons/code_saturne.ico                    |  Bin 0 -> 370070 bytes
 gui/Makefile.am                                    |   26 +-
 gui/Pages/AnalysisFeaturesForm.ui                  |   67 +-
 gui/Pages/AnalysisFeaturesView.py                  |   79 +-
 gui/Pages/AtmosphericFlowsModel.py                 |   20 +-
 gui/Pages/AtmosphericFlowsView.py                  |   10 +-
 gui/Pages/BatchRunningAdvancedOptionsDialogForm.ui |   25 +-
 gui/Pages/BatchRunningForm.ui                      |  178 +-
 gui/Pages/BatchRunningModel.py                     |  240 +-
 gui/Pages/BatchRunningView.py                      |  291 +-
 gui/Pages/BodyForcesModel.py                       |   12 +-
 gui/Pages/BodyForcesView.py                        |   10 +-
 gui/Pages/Boundary.py                              |  726 ++-
 gui/Pages/BoundaryConditionsCoalInletView.py       |   18 +-
 .../BoundaryConditionsCompressibleOutletView.py    |   14 +-
 gui/Pages/BoundaryConditionsElectricalView.py      |   44 +-
 .../BoundaryConditionsExternalHeadLossesForm.ui    |   90 +
 .../BoundaryConditionsExternalHeadLossesView.py    |  153 +
 gui/Pages/BoundaryConditionsForm.ui                |   27 +-
 gui/Pages/BoundaryConditionsMeteoView.py           |   18 +-
 gui/Pages/BoundaryConditionsMobileMeshView.py      |   26 +-
 gui/Pages/BoundaryConditionsPressureForm.ui        |  122 +
 gui/Pages/BoundaryConditionsPressureView.py        |  143 +
 gui/Pages/BoundaryConditionsRoughWallView.py       |    8 +-
 gui/Pages/BoundaryConditionsScalarsView.py         |   42 +-
 gui/Pages/BoundaryConditionsSlidingWallView.py     |   14 +-
 gui/Pages/BoundaryConditionsTurbulenceInletView.py |   12 +-
 gui/Pages/BoundaryConditionsVelocityInletView.py   |   18 +-
 gui/Pages/BoundaryConditionsView.py                |   66 +-
 .../BoundaryConditionsWallRadiativeTransferView.py |   16 +-
 gui/Pages/CoalCombustionModel.py                   |   37 +-
 gui/Pages/CoalCombustionView.py                    |   19 +-
 gui/Pages/CompressibleModel.py                     |   18 +-
 gui/Pages/ConjugateHeatTransferModel.py            |   10 +-
 gui/Pages/ConjugateHeatTransferView.py             |   14 +-
 gui/Pages/CoriolisSourceTermsModel.py              |   10 +-
 gui/Pages/CoriolisSourceTermsView.py               |   10 +-
 gui/Pages/DarcyForm.ui                             |  226 +
 gui/Pages/DarcyLawForm.ui                          |  563 ++
 gui/Pages/DarcyLawModel.py                         |  373 ++
 gui/Pages/DarcyLawView.py                          |  515 ++
 gui/Pages/DarcyModel.py                            |  265 +
 gui/Pages/DarcyView.py                             |  237 +
 gui/Pages/DefineUserScalarsModel.py                |  448 +-
 gui/Pages/DefineUserScalarsView.py                 |  212 +-
 gui/Pages/ElectricalModel.py                       |   26 +-
 gui/Pages/ElectricalView.py                        |   14 +-
 gui/Pages/FacesSelectionView.py                    |   11 +-
 gui/Pages/FluidCharacteristicsForm.ui              |    6 -
 gui/Pages/FluidCharacteristicsModel.py             |   56 +-
 gui/Pages/FluidCharacteristicsView.py              |  132 +-
 gui/Pages/FluidStructureInteractionModel.py        |    6 +-
 gui/Pages/FluidStructureInteractionView.py         |   18 +-
 gui/Pages/GasCombustionModel.py                    |   24 +-
 gui/Pages/GasCombustionView.py                     |   10 +-
 gui/Pages/HeadLossesModel.py                       |   12 +-
 gui/Pages/HeadLossesView.py                        |   14 +-
 gui/Pages/IdentityAndPathesModel.py                |   10 +-
 gui/Pages/IdentityAndPathesView.py                 |   23 +-
 gui/Pages/InitializationForm.ui                    |  123 +-
 gui/Pages/InitializationModel.py                   |   42 +-
 gui/Pages/InitializationView.py                    |   39 +-
 gui/Pages/LagrangianBoundariesModel.py             |   16 +-
 gui/Pages/LagrangianBoundariesView.py              |   20 +-
 gui/Pages/LagrangianForm.ui                        |   31 +-
 gui/Pages/LagrangianModel.py                       |   64 +-
 gui/Pages/LagrangianOutputModel.py                 |   17 +-
 gui/Pages/LagrangianOutputView.py                  |   10 +-
 gui/Pages/LagrangianStatisticsModel.py             |   14 +-
 gui/Pages/LagrangianStatisticsView.py              |   14 +-
 gui/Pages/LagrangianView.py                        |   36 +-
 gui/Pages/LocalizationModel.py                     |   62 +-
 gui/Pages/LocalizationView.py                      |   26 +-
 gui/Pages/Makefile.am                              |   15 +-
 gui/Pages/MobileMeshModel.py                       |   61 +-
 gui/Pages/MobileMeshView.py                        |   12 +-
 gui/Pages/NumericalParamEquationModel.py           |  330 +-
 gui/Pages/NumericalParamEquationView.py            |  133 +-
 gui/Pages/NumericalParamGlobalModel.py             |   21 +-
 gui/Pages/NumericalParamGlobalView.py              |   16 +-
 gui/Pages/OutputControlForm.ui                     |   30 +-
 gui/Pages/OutputControlModel.py                    |   46 +-
 gui/Pages/OutputControlView.py                     |   63 +-
 gui/Pages/OutputSurfacicVariablesForm.ui           |   84 +-
 gui/Pages/OutputSurfacicVariablesModel.py          |   16 +-
 gui/Pages/OutputSurfacicVariablesView.py           |   43 +-
 gui/Pages/OutputVolumicVariablesModel.py           |   20 +-
 gui/Pages/OutputVolumicVariablesView.py            |   90 +-
 gui/Pages/PerformanceTuningForm.ui                 |    4 +-
 gui/Pages/PerformanceTuningModel.py                |   10 +-
 gui/Pages/PerformanceTuningView.py                 |   12 +-
 gui/Pages/PorosityModel.py                         |   12 +-
 gui/Pages/PorosityView.py                          |   16 +-
 gui/Pages/PreProcessingInformationsView.py         |    6 +-
 gui/Pages/ProfilesForm.ui                          |  617 ++-
 gui/Pages/ProfilesModel.py                         |  228 +-
 gui/Pages/ProfilesView.py                          |  249 +-
 gui/Pages/QMeiEditorView.py                        |    6 +-
 gui/Pages/ReferenceValuesModel.py                  |   24 +-
 gui/Pages/ReferenceValuesView.py                   |   27 +-
 gui/Pages/SalomeActors.py                          |    4 +-
 gui/Pages/SalomeHandler.py                         |   74 +-
 gui/Pages/ScriptRunningModel.py                    |   16 +-
 gui/Pages/SolutionDomainModel.py                   |    6 +-
 gui/Pages/SolutionDomainView.py                    |   16 +-
 gui/Pages/SolutionVerifView.py                     |   27 +-
 gui/Pages/SourceTermsModel.py                      |   28 +-
 gui/Pages/SourceTermsView.py                       |   38 +-
 gui/Pages/StartRestartModel.py                     |   10 +-
 gui/Pages/StartRestartView.py                      |   14 +-
 gui/Pages/SteadyManagementModel.py                 |   16 +-
 gui/Pages/SteadyManagementView.py                  |   12 +-
 gui/Pages/ThermalRadiationForm.ui                  |    4 +-
 gui/Pages/ThermalRadiationModel.py                 |   14 +-
 gui/Pages/ThermalRadiationView.py                  |   16 +-
 gui/Pages/ThermalScalarModel.py                    |   34 +-
 gui/Pages/ThermalScalarView.py                     |   21 +-
 gui/Pages/TimeAveragesForm.ui                      |  493 +-
 gui/Pages/TimeAveragesModel.py                     |  231 +-
 gui/Pages/TimeAveragesView.py                      |  324 +-
 gui/Pages/TimeStepModel.py                         |   30 +-
 gui/Pages/TimeStepView.py                          |   14 +-
 gui/Pages/TurboMachineryForm.ui                    |  504 ++
 gui/Pages/TurboMachineryModel.py                   |  430 ++
 gui/Pages/TurboMachineryView.py                    |  489 ++
 gui/Pages/TurbulenceModel.py                       |   23 +-
 gui/Pages/TurbulenceView.py                        |   12 +-
 gui/Pages/VerifyExistenceLabelDialogView.py        |    6 +-
 gui/Pages/WelcomeView.py                           |    6 +-
 gui/Pages/XMLEditorView.py                         |    6 +-
 gui/Pages/__init__.py                              |    2 +-
 install_saturne.py                                 |   27 +-
 libple/ChangeLog                                   |   18 +
 libple/config/ple_auto_flags.sh                    |  233 +-
 libple/configure.ac                                |  104 +-
 libple/doc/doxygen/mainpage.h                      |    2 +-
 libple/m4/ple_mpi.m4                               |  131 +-
 libple/src/Makefile.am                             |    4 +-
 libple/src/ple_defs.c                              |   51 -
 libple/src/ple_defs.h                              |   33 +-
 libple/src/ple_locator.c                           | 2054 ++++----
 libple/src/ple_locator.h                           |  222 +-
 m4/cs_blas.m4                                      |    2 +-
 m4/cs_catalyst.m4                                  |    4 +-
 m4/cs_ccm.m4                                       |   24 +-
 m4/cs_cgns.m4                                      |   15 +-
 m4/cs_docs.m4                                      |    2 +-
 m4/cs_eos.m4                                       |    2 +-
 m4/cs_fortran.m4                                   |    2 +-
 m4/cs_freesteam.m4                                 |    2 +-
 m4/cs_hdf5.m4                                      |   18 +-
 m4/cs_libxml2.m4                                   |   18 +-
 m4/cs_med.m4                                       |   20 +-
 m4/cs_metis.m4                                     |   12 +-
 m4/cs_modules.m4                                   |    2 +-
 m4/cs_mpi.m4                                       |   23 +-
 m4/cs_omniorb.m4                                   |    2 +-
 m4/cs_ple.m4                                       |    2 +-
 m4/cs_salome.m4                                    |    2 +-
 m4/cs_scotch.m4                                    |   20 +-
 m4/cs_zlib.m4                                      |    2 +-
 patches/README                                     |    8 +
 patches/cs_lagr_tracking.c                         | 5432 ++++++++++++++++++++
 po/fr.po                                           | 1073 ++--
 preprocessor/Makefile.am                           |    2 +-
 preprocessor/appli/Makefile.am                     |   23 +-
 preprocessor/appli/ecs_cmd.c                       |    2 +-
 preprocessor/appli/ecs_cmd.h                       |    2 +-
 preprocessor/appli/ecs_main.c                      |    2 +-
 preprocessor/base/Makefile.am                      |    2 +-
 preprocessor/base/ecs_descr.c                      |    2 +-
 preprocessor/base/ecs_descr.h                      |    2 +-
 preprocessor/base/ecs_descr_chaine.c               |    2 +-
 preprocessor/base/ecs_descr_chaine.h               |    2 +-
 preprocessor/base/ecs_descr_priv.h                 |    2 +-
 preprocessor/base/ecs_famille.c                    |    2 +-
 preprocessor/base/ecs_famille.h                    |    2 +-
 preprocessor/base/ecs_famille_chaine.c             |    2 +-
 preprocessor/base/ecs_famille_chaine.h             |    2 +-
 preprocessor/base/ecs_famille_priv.h               |    2 +-
 preprocessor/base/ecs_maillage.c                   |    4 +-
 preprocessor/base/ecs_maillage.h                   |    2 +-
 preprocessor/base/ecs_maillage_priv.h              |    2 +-
 preprocessor/base/ecs_table.c                      |    4 +-
 preprocessor/base/ecs_table.h                      |    2 +-
 preprocessor/base/ecs_table_att.c                  |    4 +-
 preprocessor/base/ecs_table_att.h                  |    2 +-
 preprocessor/base/ecs_table_def.c                  |    5 +-
 preprocessor/base/ecs_table_def.h                  |    2 +-
 preprocessor/base/ecs_table_priv.h                 |    2 +-
 preprocessor/pre-post/Makefile.am                  |   44 +-
 preprocessor/pre-post/ecs_maillage_ncs.c           |   14 +-
 preprocessor/pre-post/ecs_maillage_ncs.h           |    2 +-
 preprocessor/pre-post/ecs_maillage_post.c          |    7 +-
 preprocessor/pre-post/ecs_maillage_post.h          |    2 +-
 preprocessor/pre-post/ecs_maillage_pre.c           |    2 +-
 preprocessor/pre-post/ecs_maillage_pre.h           |    2 +-
 preprocessor/pre-post/ecs_med.c                    |    2 +-
 preprocessor/pre-post/ecs_med.h                    |    2 +-
 preprocessor/pre-post/ecs_med_priv.h               |    2 +-
 preprocessor/pre-post/ecs_post.c                   |    2 +-
 preprocessor/pre-post/ecs_post.h                   |    2 +-
 preprocessor/pre-post/ecs_post_cgns.c              |    2 +-
 preprocessor/pre-post/ecs_post_cgns.h              |    2 +-
 preprocessor/pre-post/ecs_post_cgns_priv.h         |    2 +-
 preprocessor/pre-post/ecs_post_ens.c               |    2 +-
 preprocessor/pre-post/ecs_post_ens.h               |    2 +-
 preprocessor/pre-post/ecs_post_ens_priv.h          |    2 +-
 preprocessor/pre-post/ecs_post_med.c               |    2 +-
 preprocessor/pre-post/ecs_post_med.h               |    2 +-
 preprocessor/pre-post/ecs_pre.c                    |  167 +-
 preprocessor/pre-post/ecs_pre.h                    |    2 +-
 preprocessor/pre-post/ecs_pre_ccm.c                |    2 +-
 preprocessor/pre-post/ecs_pre_ccm.h                |    2 +-
 preprocessor/pre-post/ecs_pre_cgns.c               |  193 +-
 preprocessor/pre-post/ecs_pre_cgns.h               |    2 +-
 preprocessor/pre-post/ecs_pre_ens.c                |    4 +-
 preprocessor/pre-post/ecs_pre_ens.h                |    2 +-
 preprocessor/pre-post/ecs_pre_gambit.c             |    6 +-
 preprocessor/pre-post/ecs_pre_gambit.h             |    2 +-
 preprocessor/pre-post/ecs_pre_gmsh.c               |    4 +-
 preprocessor/pre-post/ecs_pre_gmsh.h               |    2 +-
 preprocessor/pre-post/ecs_pre_ideas.c              |    2 +-
 preprocessor/pre-post/ecs_pre_ideas.h              |    2 +-
 preprocessor/pre-post/ecs_pre_med.c                |   20 +-
 preprocessor/pre-post/ecs_pre_med.h                |    2 +-
 preprocessor/pre-post/ecs_pre_nopo.c               |   27 +-
 preprocessor/pre-post/ecs_pre_nopo.h               |    2 +-
 preprocessor/pre-post/ecs_table_comm.c             |    2 +-
 preprocessor/pre-post/ecs_table_comm.h             |    2 +-
 preprocessor/pre-post/ecs_table_post.c             |    2 +-
 preprocessor/pre-post/ecs_table_post.h             |    2 +-
 preprocessor/pre-post/ecs_table_post_cgns.c        |   27 +-
 preprocessor/pre-post/ecs_table_post_cgns.h        |    2 +-
 preprocessor/pre-post/ecs_table_post_ens.c         |    2 +-
 preprocessor/pre-post/ecs_table_post_ens.h         |    2 +-
 preprocessor/pre-post/ecs_table_post_med.c         |    6 +-
 preprocessor/pre-post/ecs_table_post_med.h         |    2 +-
 preprocessor/util/Makefile.am                      |    2 +-
 preprocessor/util/ecs_backtrace.c                  |    2 +-
 preprocessor/util/ecs_backtrace.h                  |    2 +-
 preprocessor/util/ecs_comm.c                       |    2 +-
 preprocessor/util/ecs_comm.h                       |    2 +-
 preprocessor/util/ecs_def.c                        |    2 +-
 preprocessor/util/ecs_def.h                        |   19 +-
 preprocessor/util/ecs_elt_typ_liste.h              |    2 +-
 preprocessor/util/ecs_fic.c                        |    2 +-
 preprocessor/util/ecs_fic.h                        |    2 +-
 preprocessor/util/ecs_file.c                       |    2 +-
 preprocessor/util/ecs_file.h                       |    2 +-
 preprocessor/util/ecs_mem.c                        |    2 +-
 preprocessor/util/ecs_mem.h                        |    2 +-
 preprocessor/util/ecs_mem_usage.c                  |    2 +-
 preprocessor/util/ecs_mem_usage.h                  |    2 +-
 preprocessor/util/ecs_tab.c                        |    2 +-
 preprocessor/util/ecs_tab.h                        |    2 +-
 preprocessor/util/ecs_timer.c                      |    2 +-
 preprocessor/util/ecs_timer.h                      |    2 +-
 salome/Makefile.am                                 |    2 +-
 salome/cfd_study/Makefile.am                       |    2 +-
 salome/cfd_study/doc/Makefile.am                   |    2 +-
 salome/cfd_study/idl/CFDSTUDY_Gen.idl              |    2 +-
 salome/cfd_study/idl/Makefile.am                   |    6 +-
 salome/cfd_study/resources/Makefile.am             |    2 +-
 salome/cfd_study/resources/SalomeApp.xml           |    4 +-
 salome/cfd_study/src/CFDSTUDY/CFDSTUDY.py          |    2 +-
 salome/cfd_study/src/CFDSTUDY/Makefile.am          |    2 +-
 salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI.py    |   33 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_ActionsHandler.py  |  250 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_Agents.py          |   13 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_CommandMgr.py      |    2 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_Commons.py         |    2 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_DataModel.py       |  125 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_DesktopMgr.py      |    2 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_DialogCollector.py |  276 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_Management.py      |   25 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_SolverGUI.py       |   63 +-
 .../cfd_study/src/CFDSTUDYGUI/CFDSTUDY_msg_en.ts   |  233 +-
 .../cfd_study/src/CFDSTUDYGUI/CFDSTUDY_msg_fr.ts   |  645 +++
 .../cfd_study/src/CFDSTUDYGUI/EnvSettingsDialog.ui |  221 -
 salome/cfd_study/src/CFDSTUDYGUI/InfoDialog.ui     |  150 +-
 salome/cfd_study/src/CFDSTUDYGUI/Makefile.am       |   14 +-
 .../src/CFDSTUDYGUI/SetTreeLocationDialog.ui       |  320 +-
 salome/cfd_study/src/Makefile.am                   |    2 +-
 salome/fsi_coupling/Makefile.am                    |    2 +-
 salome/fsi_coupling/idl/FSI.idl                    |    2 +-
 salome/fsi_coupling/idl/Makefile.am                |    6 +-
 salome/fsi_coupling/libmilieu/Makefile.am          |    2 +-
 salome/fsi_coupling/libmilieu/communication.c      |    2 +-
 salome/fsi_coupling/libmilieu/communication.h      |    2 +-
 salome/fsi_coupling/libmilieu/donnees.c            |    2 +-
 salome/fsi_coupling/libmilieu/donnees.h            |    2 +-
 salome/fsi_coupling/libmilieu/runmilieu.c          |    2 +-
 salome/fsi_coupling/libmilieu/runmilieu.h          |    2 +-
 salome/fsi_coupling/libmilieu/utilitaires.c        |    2 +-
 salome/fsi_coupling/libmilieu/utilitaires.h        |    2 +-
 salome/fsi_coupling/resources/Makefile.am          |    2 +-
 .../src/FSI_ASTER/FSI_ASTER_component.py           |   10 +-
 .../src/FSI_ASTER/FSI_ASTER_module.py.in           |    2 +-
 salome/fsi_coupling/src/FSI_ASTER/Makefile.am      |    2 +-
 salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx  |    2 +-
 salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx  |    2 +-
 salome/fsi_coupling/src/FSI_MILIEU/Makefile.am     |    2 +-
 .../fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx   |    2 +-
 .../fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx   |    2 +-
 salome/fsi_coupling/src/FSI_SATURNE/Makefile.am    |    2 +-
 salome/fsi_coupling/src/Makefile.am                |    2 +-
 src/Makefile.am                                    |   26 +-
 src/alge/Makefile.am                               |   13 +-
 src/alge/bilsca.f90                                |   44 +-
 src/alge/bilscv.f90                                |   45 +-
 src/alge/cs_balance_by_zone.c                      | 1414 +++++
 src/alge/cs_balance_by_zone.h                      |   68 +
 src/alge/cs_benchmark.c                            |   66 +-
 src/alge/cs_benchmark.h                            |    2 +-
 src/alge/cs_blas.c                                 |  385 +-
 src/alge/cs_blas.h                                 |   44 +-
 src/alge/cs_bw_time_diff.c                         |   44 +-
 src/alge/cs_convection_diffusion.c                 | 2072 ++++----
 src/alge/cs_convection_diffusion.h                 | 1918 ++++++-
 src/alge/cs_divergence.c                           |  127 +-
 src/alge/cs_divergence.h                           |    6 +-
 src/alge/cs_face_viscosity.c                       |  181 +-
 src/alge/cs_face_viscosity.h                       |   36 +-
 src/alge/cs_gradient.c                             |  913 +---
 src/alge/cs_gradient.h                             |   74 +-
 src/alge/cs_gradient_perio.c                       |    6 +-
 src/alge/cs_gradient_perio.h                       |    2 +-
 src/alge/cs_grid.c                                 |  862 ++--
 src/alge/cs_grid.h                                 |  179 +-
 src/alge/cs_matrix.c                               | 1475 +++---
 src/alge/cs_matrix.h                               |  126 +-
 src/alge/cs_matrix_building.c                      |  140 +-
 src/alge/cs_matrix_building.h                      |   36 +-
 src/alge/cs_matrix_default.c                       |  114 +-
 src/alge/cs_matrix_default.h                       |   19 +-
 src/alge/cs_matrix_priv.h                          |   20 +-
 src/alge/cs_matrix_tuning.c                        |   18 +-
 src/alge/cs_matrix_tuning.h                        |    6 +-
 src/alge/cs_matrix_util.c                          |   72 +-
 src/alge/cs_matrix_util.h                          |    4 +-
 src/alge/cs_multigrid.c                            | 2443 +++++----
 src/alge/cs_multigrid.h                            |  366 +-
 src/alge/cs_sles.c                                 | 4120 +++++----------
 src/alge/cs_sles.h                                 |  713 ++-
 src/alge/cs_sles_default.c                         |  480 ++
 src/alge/cs_sles_default.h                         |  168 +
 src/alge/cs_sles_it.c                              | 3942 ++++++++++++++
 src/alge/cs_sles_it.h                              |  420 ++
 src/alge/grdcel.f90                                |    4 +-
 src/alge/grdpot.f90                                |   10 +-
 src/alge/grdpre.f90                                |    2 +-
 src/alge/grdvec.f90                                |    2 +-
 src/alge/invers.f90                                |  159 -
 src/alge/prodsc.f90                                |    2 +-
 src/alge/visort.f90                                |    6 +-
 src/apps/Makefile.am                               |    8 +-
 src/apps/cs_check_syntax.c                         |    8 +-
 src/apps/cs_io_dump.c                              |    6 +-
 src/apps/cs_solver.c                               |   70 +-
 src/atmo/Makefile.am                               |    2 +-
 src/atmo/atchem.f90                                |    6 +-
 src/atmo/atimbr.f90                                |    4 +-
 src/atmo/atincl.f90                                |    6 +-
 src/atmo/atini0.f90                                |    2 +-
 src/atmo/atini1.f90                                |   22 +-
 src/atmo/atiniv.f90                                |  114 +-
 src/atmo/atleca.f90                                |    2 +-
 src/atmo/atlecc.f90                                |   85 +-
 src/atmo/atlecm.f90                                |   63 +-
 src/atmo/atmcls.f90                                |   43 +-
 src/atmo/atmsol.f90                                |    2 +-
 src/atmo/atmstd.f90                                |    2 +-
 src/atmo/atphyv.f90                                |   60 +-
 src/atmo/atprke.f90                                |   63 +-
 src/atmo/atprop.f90                                |    6 +-
 src/atmo/atr1vf.f90                                |   12 +-
 src/atmo/atsoil.f90                                |    2 +-
 src/atmo/attssc.f90                                |   25 +-
 src/atmo/attycl.f90                                |   19 +-
 src/atmo/atvarp.f90                                |   17 +-
 src/atmo/chem_luscheme1.f90                        |    2 +-
 src/atmo/chem_luscheme2.f90                        |    2 +-
 src/atmo/chem_luscheme3.f90                        |    2 +-
 src/atmo/chem_luscheme_siream.f90                  |    2 +-
 src/atmo/chem_solvelu.f90                          |    2 +-
 src/atmo/chem_source_terms.f90                     |   23 +-
 src/atmo/compute_gaseous_chemistry.f90             |   42 +-
 src/atmo/compute_siream.f90                        |   63 +-
 src/atmo/cs_at_plugin.c                            |    6 +-
 src/atmo/cs_at_plugin.h                            |    2 +-
 src/atmo/etheq.f90                                 |    2 +-
 src/atmo/intprf.f90                                |    2 +-
 src/atmo/kinrates.f90                              |   15 +-
 src/atmo/nuclea.f90                                |    2 +-
 src/atmo/rayigc.f90                                |    2 +-
 src/atmo/rayir.f90                                 |    2 +-
 src/atmo/rayive.f90                                |    2 +-
 src/atmo/rayso.f90                                 |    2 +-
 src/atmo/raysze.f90                                |    2 +-
 src/atmo/roschem.f90                               |    2 +-
 src/atmo/satfun.f90                                |    2 +-
 src/atmo/siream.f90                                |    6 +-
 src/atmo/solcat.f90                                |    6 +-
 src/atmo/soliva.f90                                |    2 +-
 src/atmo/solmoy.f90                                |    5 +-
 src/atmo/solvar.f90                                |    8 +-
 src/atmo/spefun.f90                                |    2 +-
 src/base/Makefile.am                               |   41 +-
 src/base/addfld.f90                                |  229 +-
 src/base/alaste.f90                                |    2 +-
 src/base/albase.f90                                |   17 +-
 src/base/alelav.f90                                |   52 +-
 src/base/alemav.f90                                |   61 +-
 src/base/alstru.f90                                |  102 +-
 src/base/altycl.f90                                |   40 +-
 src/base/calhyd.f90                                |  118 +-
 src/base/caltri.f90                                |  267 +-
 src/base/catsma.f90                                |    6 +-
 src/base/catsmv.f90                                |   10 +-
 src/base/cavitation.f90                            |    8 +-
 src/base/clca66.f90                                |    2 +-
 src/base/clpsca.f90                                |  107 +-
 src/base/clptrg.f90                                |  102 +-
 src/base/clptur.f90                                |   89 +-
 src/base/clsyvt.f90                                |   71 +-
 src/base/codits.f90                                |  157 +-
 src/base/coditv.f90                                |  172 +-
 src/base/condensation_source_terms.f90             |  167 +
 src/base/condli.f90                                |  489 +-
 src/base/copain_model.f90                          |  712 +++
 src/base/cou1di.f90                                |    2 +-
 src/base/cou1do.f90                                |   27 +-
 src/base/coupbi.f90                                |    2 +-
 src/base/coupbo.f90                                |   32 +-
 src/base/covofi.f90                                |  549 +-
 src/base/cplsat.f90                                |    2 +-
 src/base/cptssy.f90                                |   14 +-
 src/base/cpvosy.f90                                |   19 +-
 src/base/cregeo.f90                                |   15 +-
 src/base/cs2tsv.f90                                |  112 -
 src/base/cs_ale.c                                  |  469 +-
 src/base/cs_ale.h                                  |   83 +-
 src/base/cs_all_to_all.c                           |   58 +-
 src/base/cs_all_to_all.h                           |    2 +-
 src/base/cs_array_reduce.c                         |   35 +-
 src/base/cs_array_reduce.h                         |    2 +-
 src/base/cs_ast_coupling.c                         |  481 +-
 src/base/cs_ast_coupling.h                         |   21 +-
 src/base/cs_base.c                                 |   34 +-
 src/base/cs_base.h                                 |   15 +-
 src/base/cs_base_fortran.c                         |   48 +-
 src/base/cs_base_fortran.h                         |   28 +-
 src/base/cs_block_dist.c                           |    6 +-
 src/base/cs_block_dist.h                           |    2 +-
 src/base/cs_block_to_part.c                        |    6 +-
 src/base/cs_block_to_part.h                        |    2 +-
 src/base/cs_boundary_conditions.c                  |  549 +-
 src/base/cs_boundary_conditions.h                  |   83 +-
 src/base/cs_c_bindings.f90                         | 1855 ++++++-
 src/base/cs_calcium.c                              |    6 +-
 src/base/cs_calcium.h                              |    2 +-
 src/base/cs_control.c                              |  225 +-
 src/base/cs_control.h                              |    2 +-
 src/base/cs_coupling.c                             |  152 +-
 src/base/cs_coupling.h                             |  117 +-
 src/base/cs_defs.c                                 |    2 +-
 src/base/cs_defs.h                                 |   20 +-
 src/base/cs_eos.cxx                                |    2 +-
 src/base/cs_eos.hxx                                |    2 +-
 src/base/cs_ext_neighborhood.c                     |  520 +-
 src/base/cs_ext_neighborhood.h                     |    2 +-
 src/base/cs_f_interfaces.f90                       |   11 +-
 src/base/cs_fan.c                                  |  977 ++++
 src/base/cs_fan.h                                  |  289 ++
 src/base/cs_field.c                                |  288 +-
 src/base/cs_field.h                                |   62 +-
 src/base/cs_field_operator.c                       |  240 +-
 src/base/cs_field_operator.h                       |   35 +-
 src/base/cs_field_pointer.c                        |   87 +-
 src/base/cs_field_pointer.h                        |   28 +-
 src/base/cs_file.c                                 |   11 +-
 src/base/cs_file.h                                 |    2 +-
 src/base/cs_fp_exception.c                         |  171 +
 src/base/cs_fp_exception.h                         |   81 +
 src/base/cs_gas_mix_initialization.f90             |  270 +
 src/base/cs_gas_mix_physical_properties.f90        |  511 ++
 src/base/cs_halo.c                                 |  294 +-
 src/base/cs_halo.h                                 |   16 +-
 src/base/cs_halo_perio.c                           |  166 +-
 src/base/cs_halo_perio.h                           |   51 +-
 src/base/cs_interface.c                            |  165 +-
 src/base/cs_interface.h                            |    4 +-
 src/base/cs_io.c                                   |    6 +-
 src/base/cs_io.h                                   |    2 +-
 src/base/cs_log.c                                  |    6 +-
 src/base/cs_log.h                                  |    3 +-
 src/base/cs_log_iteration.c                        |   56 +-
 src/base/cs_log_iteration.h                        |    2 +-
 src/base/cs_log_setup.c                            |  155 +
 src/base/cs_log_setup.h                            |   71 +
 src/base/cs_map.c                                  |    6 +-
 src/base/cs_map.h                                  |    2 +-
 src/base/cs_math.c                                 |   29 +-
 src/base/cs_math.h                                 |   54 +-
 src/base/cs_measures_util.c                        |    9 +-
 src/base/cs_measures_util.h                        |    2 +-
 src/base/cs_mesh_tagmr.f90                         |  181 +
 src/base/cs_metal_structures_tag.f90               |  233 +
 src/base/cs_numbering.c                            |   37 +-
 src/base/cs_numbering.h                            |   52 +-
 src/base/cs_nz_condensation.f90                    |  165 +
 src/base/cs_nz_tagmr.f90                           |  264 +
 src/base/cs_opts.c                                 |    8 +-
 src/base/cs_opts.h                                 |    2 +-
 src/base/cs_order.c                                |   89 +-
 src/base/cs_order.h                                |   25 +-
 src/base/cs_parall.c                               | 1081 ++--
 src/base/cs_parall.h                               |  465 +-
 src/base/cs_paramedmem_coupling.cxx                |   22 +-
 src/base/cs_paramedmem_coupling.hxx                |    2 +-
 src/base/cs_parameters.c                           |  426 +-
 src/base/cs_parameters.h                           |  149 +-
 src/base/cs_part_to_block.c                        |    6 +-
 src/base/cs_part_to_block.h                        |    2 +-
 src/base/cs_physical_constants.c                   |   73 +-
 src/base/cs_physical_constants.h                   |    3 +-
 src/base/cs_physical_properties.c                  |    6 +-
 src/base/cs_physical_properties.h                  |    2 +-
 src/base/cs_post.c                                 |   50 +-
 src/base/cs_post.h                                 |    8 +-
 src/base/cs_post_default.c                         |   74 +-
 src/base/cs_post_default.h                         |   34 +-
 src/base/cs_preprocess.c                           |  114 +-
 src/base/cs_preprocess.h                           |    2 +-
 src/base/cs_preprocessor_data.c                    |    6 +-
 src/base/cs_preprocessor_data.h                    |    2 +-
 src/base/cs_prototypes.h                           |   75 +-
 src/base/cs_renumber.c                             | 4117 ++++++++++++---
 src/base/cs_renumber.h                             |  124 +-
 src/base/cs_resource.c                             |   10 +-
 src/base/cs_resource.h                             |    2 +-
 src/base/cs_restart.c                              | 1443 +-----
 src/base/cs_restart.h                              |  384 +-
 src/base/cs_restart_default.c                      | 2218 +++++++-
 src/base/cs_restart_default.h                      |  155 +-
 src/base/cs_rotation.c                             |  571 ++
 src/base/cs_rotation.h                             |  261 +
 src/base/cs_sat_coupling.c                         |   78 +-
 src/base/cs_sat_coupling.h                         |    4 +-
 src/base/cs_search.c                               |    6 +-
 src/base/cs_search.h                               |    2 +-
 src/base/cs_selector.c                             |  389 +-
 src/base/cs_selector.h                             |  150 +-
 src/base/cs_selector_f2c.f90                       |  202 +-
 src/base/cs_sort.c                                 |    6 +-
 src/base/cs_sort.h                                 |    2 +-
 src/base/cs_stokes_model.c                         |   73 +-
 src/base/cs_stokes_model.h                         |   16 +-
 src/base/cs_syr4_coupling.c                        |  186 +-
 src/base/cs_syr4_coupling.h                        |    2 +-
 src/base/cs_syr_coupling.c                         |    6 +-
 src/base/cs_syr_coupling.h                         |    2 +-
 src/base/cs_system_info.c                          |    6 +-
 src/base/cs_system_info.h                          |    2 +-
 src/base/cs_tagmr.f90                              |  147 +
 src/base/cs_tagmri.f90                             |  197 +
 src/base/cs_tagmro.f90                             |  243 +
 src/base/cs_tagms.f90                              |  123 +
 src/base/cs_thermal_model.c                        |    6 +-
 src/base/cs_thermal_model.h                        |   23 +-
 src/base/cs_time_moment.c                          |  292 +-
 src/base/cs_time_moment.h                          |   21 +-
 src/base/cs_time_plot.c                            |    8 +-
 src/base/cs_time_plot.h                            |    2 +-
 src/base/cs_time_step.c                            |  150 +-
 src/base/cs_time_step.h                            |   58 +-
 src/base/cs_timer.c                                |    6 +-
 src/base/cs_timer.h                                |    2 +-
 src/base/cs_tpar1d.c                               |   77 +-
 src/base/cs_tpar1d.h                               |    2 +-
 src/base/cs_turbomachinery.c                       |  478 +-
 src/base/cs_turbomachinery.h                       |   16 +-
 src/base/cs_ventil.c                               | 1039 ----
 src/base/cs_ventil.h                               |  289 --
 src/base/cs_wall_functions.c                       |   66 +-
 src/base/cs_wall_functions.h                       |    2 +-
 src/base/csc2cl.f90                                |   29 +-
 src/base/csc2ts.f90                                |  112 +
 src/base/csccel.f90                                |  241 +
 src/base/cscelv.f90                                |  241 -
 src/base/cscfbr.f90                                |   16 +-
 src/base/cscini.f90                                |    2 +-
 src/base/csclli.f90                                |    2 +-
 src/base/cscloc.f90                                |    2 +-
 src/base/cscpce.f90                                |  149 +
 src/base/cscpfb.f90                                |  128 +-
 src/base/csinit.f90                                |    2 +-
 src/base/csopli.f90                                |    4 +-
 src/base/cspcev.f90                                |  149 -
 src/base/csprnt.f90                                |    2 +-
 src/base/cstnum.f90                                |    2 +-
 src/base/cstphy.f90                                |   93 +-
 src/base/diffst.f90                                |  120 +-
 src/base/dimens.f90                                |   11 +-
 src/base/distpr.f90                                |   54 +-
 src/base/distyp.f90                                |   57 +-
 src/base/driflu.f90                                |  641 ++-
 src/base/dttvar.f90                                |   54 +-
 src/base/dvvpst.f90                                |  330 +-
 src/base/ecrava.f90                                | 1432 +-----
 src/base/ecrhis.f90                                |   75 +-
 src/base/ecrlis.f90                                |  348 +-
 src/base/entsor.f90                                |  237 +-
 src/base/field.f90                                 |  152 +-
 src/base/field_operator.f90                        |    4 +-
 src/base/findpt.f90                                |   65 +-
 src/base/fldini.f90                                |  422 +-
 src/base/fldprp.f90                                |  999 ++--
 src/base/fldtri.f90                                |   32 +-
 src/base/fldvar.f90                                |  200 +-
 src/base/haltyp.f90                                |    7 +-
 src/base/idrbla.f90                                |    2 +-
 src/base/ihmpre.f90                                |    2 +-
 src/base/impini.f90                                |  307 +-
 src/base/iniini.f90                                |  261 +-
 src/base/initi1.f90                                |   83 +-
 src/base/initi2.f90                                |    2 +-
 src/base/iniusi.f90                                |  254 +-
 src/base/iniva0.f90                                |  330 +-
 src/base/inivar.f90                                |  211 +-
 src/base/iprbla.f90                                |    2 +-
 src/base/lecamo.f90                                |   45 +-
 src/base/lecamp.f90                                | 1701 +-----
 src/base/lecamx.f90                                | 2129 ++------
 src/base/majgeo.f90                                |   28 +-
 src/base/memfin.f90                                |    2 +-
 src/base/mesh.f90                                  |  192 +-
 src/base/metal_structures_copain_model.f90         |  591 +++
 src/base/mltgrd.f90                                |   76 -
 src/base/mmtycl.f90                                |   27 +-
 src/base/modini.f90                                |  192 +-
 src/base/navstv.f90                                |  318 +-
 src/base/newmrk.f90                                |    2 +-
 src/base/numvar.f90                                |   40 +-
 src/base/numvec.f90                                |  564 --
 src/base/optcal.f90                                |  346 +-
 src/base/ordita.f90                                |   85 -
 src/base/parall.f90                                |  369 +-
 src/base/paramx.f90                                |   91 +-
 src/base/period.f90                                |    2 +-
 src/base/phyvar.f90                                |  278 +-
 src/base/pointe.f90                                |  160 +-
 src/base/post.f90                                  |    4 +-
 src/base/post_util.f90                             |   81 +-
 src/base/precli.f90                                |   12 +-
 src/base/predfl.f90                                |  132 +-
 src/base/predvv.f90                                |  778 ++-
 src/base/prehyd.f90                                |   47 +-
 src/base/prmoy0.f90                                |    2 +-
 src/base/pthrbm.f90                                |  169 +-
 src/base/ptrglo.f90                                |   74 +-
 src/base/resopv.f90                                |  688 +--
 src/base/resvoi.f90                                |   85 +-
 src/base/rotation.f90                              |  240 +
 src/base/scalai.f90                                |   81 +-
 src/base/schtmp.f90                                |  125 +-
 src/base/stdtcl.f90                                |   13 +-
 src/base/strdep.f90                                |  114 +-
 src/base/strhis.f90                                |  140 +-
 src/base/strini.f90                                |    2 +-
 src/base/strpre.f90                                |   52 +-
 src/base/tdesi1.f90                                |    2 +-
 src/base/tridim.f90                                |  712 ++-
 src/base/tspdcv.f90                                |    2 +-
 src/base/tstvec.f90                                |  446 --
 src/base/turbomachinery.f90                        |   19 +-
 src/base/typecl.f90                                |  295 +-
 src/base/undscr.f90                                |    2 +-
 src/base/varpos.f90                                |  618 +--
 src/base/vericl.f90                                |   50 +-
 src/base/verini.f90                                |  564 +-
 src/base/verlon.f90                                |    2 +-
 src/base/vert1d.f90                                |    2 +-
 src/base/visecv.f90                                |   37 +-
 src/base/zufall.f90                                |    2 +-
 src/bft/Makefile.am                                |    2 +-
 src/bft/bft_backtrace.c                            |   36 +-
 src/bft/bft_backtrace.h                            |    2 +-
 src/bft/bft_error.c                                |   12 +-
 src/bft/bft_error.h                                |    2 +-
 src/bft/bft_mem.c                                  |   38 +-
 src/bft/bft_mem.h                                  |    2 +-
 src/bft/bft_mem_usage.c                            |    6 +-
 src/bft/bft_mem_usage.h                            |    2 +-
 src/bft/bft_printf.c                               |   12 +-
 src/bft/bft_printf.h                               |    2 +-
 src/cfbl/Makefile.am                               |    2 +-
 src/cfbl/cfdivs.f90                                |   31 +-
 src/cfbl/cfdttv.f90                                |   19 +-
 src/cfbl/cfener.f90                                |  191 +-
 src/cfbl/cffana.f90                                |    2 +-
 src/cfbl/cfini1.f90                                |    2 +-
 src/cfbl/cfiniv.f90                                |   11 +-
 src/cfbl/cfmsfp.f90                                |   24 +-
 src/cfbl/cfmspr.f90                                |  146 +-
 src/cfbl/cfphyv.f90                                |   74 +-
 src/cfbl/cfpoin.f90                                |    2 +-
 src/cfbl/cfprop.f90                                |    6 +-
 src/cfbl/cfrusb.f90                                |   20 +-
 src/cfbl/cfther.f90                                |  127 +-
 src/cfbl/cfvarp.f90                                |   80 +-
 src/cfbl/cfxtcl.f90                                |  669 ++-
 src/cogz/Makefile.am                               |    5 +-
 src/cogz/coincl.f90                                |   16 +-
 src/cogz/coini1.f90                                |   28 +-
 src/cogz/colecd.f90                                |   93 +-
 src/cogz/coprop.f90                                |    2 +-
 src/cogz/cothht.f90                                |    2 +-
 src/cogz/covarp.f90                                |   32 +-
 src/cogz/d3phst.f90                                |    2 +-
 src/cogz/d3pini.f90                                |  222 +-
 src/cogz/d3pint.f90                                |  109 +-
 src/cogz/d3pphy.f90                                |   66 +-
 src/cogz/d3ptcl.f90                                |  281 +-
 src/cogz/d3pver.f90                                |    3 +-
 src/cogz/ebuini.f90                                |  107 +-
 src/cogz/ebuphy.f90                                |   26 +-
 src/cogz/ebutcl.f90                                |   13 +-
 src/cogz/ebutss.f90                                |   53 +-
 src/cogz/ebuver.f90                                |    2 +-
 src/cogz/lwcgfu.f90                                |    2 +-
 src/cogz/lwcini.f90                                |  117 +-
 src/cogz/lwcphy.f90                                |   42 +-
 src/cogz/lwctcl.f90                                |   29 +-
 src/cogz/lwctss.f90                                |   71 +-
 src/cogz/lwcurl.f90                                |    2 +-
 src/cogz/lwcver.f90                                |    2 +-
 src/cogz/pdflwc.f90                                |    2 +-
 src/cogz/pdfpp3.f90                                |    2 +-
 src/cogz/pdfpp4.f90                                |    2 +-
 src/cogz/sootsc.f90                                |   29 +-
 src/cogz/yg2xye.f90                                |  127 +
 src/comb/Makefile.am                               |    2 +-
 src/comb/cpincl.f90                                |  262 +-
 src/comb/cplin1.f90                                |   30 +-
 src/comb/cplini.f90                                |   92 +-
 src/comb/cplph1.f90                                |   12 +-
 src/comb/cplphy.f90                                |   40 +-
 src/comb/cplpro.f90                                |    2 +-
 src/comb/cpltcl.f90                                |   13 +-
 src/comb/cpltss.f90                                |   12 +-
 src/comb/cpltsv.f90                                |   66 +-
 src/comb/cplvar.f90                                |   14 +-
 src/comb/cplver.f90                                |    2 +-
 src/comb/cplym1.f90                                |   16 +-
 src/comb/cppdf4.f90                                |    2 +-
 src/comb/cppdfr.f90                                |    2 +-
 src/comb/cpteh1.f90                                |    2 +-
 src/comb/cpthp1.f90                                |    2 +-
 src/comb/cs_coal_bcond.f90                         |  399 +-
 src/comb/cs_coal_fp2st.f90                         |  106 +-
 src/comb/cs_coal_htconvers1.f90                    |  127 +-
 src/comb/cs_coal_htconvers2.f90                    |   76 +-
 src/comb/cs_coal_incl.f90                          |    2 +-
 src/comb/cs_coal_masstransfer.f90                  |  260 +-
 src/comb/cs_coal_noxst.f90                         |   63 +-
 src/comb/cs_coal_param.f90                         |   47 +-
 src/comb/cs_coal_physprop.f90                      |  499 +-
 src/comb/cs_coal_physprop1.f90                     |  388 +-
 src/comb/cs_coal_physprop2.f90                     |  201 +-
 src/comb/cs_coal_prop.f90                          |  174 +-
 src/comb/cs_coal_radst.f90                         |   16 +-
 src/comb/cs_coal_readata.f90                       |    6 +-
 src/comb/cs_coal_scast.f90                         | 1896 ++++---
 src/comb/cs_coal_thfieldconv1.f90                  |  270 +-
 src/comb/cs_coal_thfieldconv2.f90                  |  185 +-
 src/comb/cs_coal_varini.f90                        |  232 +-
 src/comb/cs_coal_varpos.f90                        |  228 +-
 src/comb/cs_coal_verify.f90                        |    2 +-
 src/comb/cs_fuel_bcond.f90                         |  283 +-
 src/comb/cs_fuel_fp2st.f90                         |   71 +-
 src/comb/cs_fuel_htconvers1.f90                    |   80 +-
 src/comb/cs_fuel_htconvers2.f90                    |   74 +-
 src/comb/cs_fuel_incl.f90                          |    2 +-
 src/comb/cs_fuel_masstransfer.f90                  |  231 +-
 src/comb/cs_fuel_noxst.f90                         |   30 +-
 src/comb/cs_fuel_param.f90                         |    9 +-
 src/comb/cs_fuel_physprop.f90                      |  293 +-
 src/comb/cs_fuel_physprop1.f90                     |  315 +-
 src/comb/cs_fuel_physprop2.f90                     |   98 +-
 src/comb/cs_fuel_prop.f90                          |   56 +-
 src/comb/cs_fuel_radst.f90                         |   15 +-
 src/comb/cs_fuel_readata.f90                       |    6 +-
 src/comb/cs_fuel_scast.f90                         |  380 +-
 src/comb/cs_fuel_thfieldconv1.f90                  |   70 +-
 src/comb/cs_fuel_thfieldconv2.f90                  |   96 +-
 src/comb/cs_fuel_varini.f90                        |  141 +-
 src/comb/cs_fuel_varpos.f90                        |   24 +-
 src/comb/cs_fuel_verify.f90                        |    2 +-
 src/comb/cs_gascomb.f90                            |   21 +-
 src/ctwr/Makefile.am                               |    2 +-
 src/ctwr/cs_ctwr.c                                 |  538 +-
 src/ctwr/cs_ctwr.h                                 |   70 +-
 src/ctwr/cs_ctwr_air_props.c                       |    2 +-
 src/ctwr/cs_ctwr_air_props.h                       |    2 +-
 src/ctwr/cs_ctwr_f2c.f90                           |    2 +-
 src/ctwr/cs_ctwr_halo.c                            |    6 +-
 src/ctwr/cs_ctwr_halo.h                            |    2 +-
 src/ctwr/cs_ctwr_mesh.c                            |  241 +-
 src/ctwr/cs_ctwr_mesh.h                            |    2 +-
 src/ctwr/ctincl.f90                                |    2 +-
 src/ctwr/ctini1.f90                                |    2 +-
 src/ctwr/ctiniv.f90                                |    9 +-
 src/ctwr/ctphyv.f90                                |   62 +-
 src/ctwr/cttssc.f90                                |    9 +-
 src/ctwr/ctvarp.f90                                |   11 +-
 src/darc/Makefile.am                               |   60 +
 src/darc/daini1.f90                                |  109 +
 src/darc/darcy_module.f90                          |   47 +
 src/darc/richards.f90                              |  777 +++
 src/elec/Makefile.am                               |    2 +-
 src/elec/cs_elec_bcond.f90                         |    2 +-
 src/elec/elflux.f90                                |   60 +-
 src/elec/elincl.f90                                |    2 +-
 src/elec/elini1.f90                                |   14 +-
 src/elec/eliniv.f90                                |   93 +-
 src/elec/ellecd.f90                                |    2 +-
 src/elec/elphyv.f90                                |  317 +-
 src/elec/elprop.f90                                |    4 +-
 src/elec/elreca.f90                                |   31 +-
 src/elec/elthht.f90                                |    2 +-
 src/elec/eltssc.f90                                |    4 +-
 src/elec/elvarp.f90                                |    8 +-
 src/elec/elveri.f90                                |   79 +-
 src/fvm/Makefile.am                                |    2 +-
 src/fvm/fvm_box.c                                  |    6 +-
 src/fvm/fvm_box.h                                  |    2 +-
 src/fvm/fvm_box_priv.h                             |    2 +-
 src/fvm/fvm_box_tree.c                             |    6 +-
 src/fvm/fvm_box_tree.h                             |    2 +-
 src/fvm/fvm_convert_array.c                        |    6 +-
 src/fvm/fvm_convert_array.h                        |    2 +-
 src/fvm/fvm_defs.c                                 |    2 +-
 src/fvm/fvm_defs.h                                 |    2 +-
 src/fvm/fvm_gather.c                               |    6 +-
 src/fvm/fvm_gather.h                               |    2 +-
 src/fvm/fvm_group.c                                |    6 +-
 src/fvm/fvm_group.h                                |    2 +-
 src/fvm/fvm_hilbert.c                              |    6 +-
 src/fvm/fvm_hilbert.h                              |    2 +-
 src/fvm/fvm_io_num.c                               |  242 +-
 src/fvm/fvm_io_num.h                               |   58 +-
 src/fvm/fvm_morton.c                               |    6 +-
 src/fvm/fvm_morton.h                               |    2 +-
 src/fvm/fvm_neighborhood.c                         |    8 +-
 src/fvm/fvm_neighborhood.h                         |    4 +-
 src/fvm/fvm_nodal.c                                |    6 +-
 src/fvm/fvm_nodal.h                                |    2 +-
 src/fvm/fvm_nodal_append.c                         |    6 +-
 src/fvm/fvm_nodal_append.h                         |    2 +-
 src/fvm/fvm_nodal_extract.c                        |    6 +-
 src/fvm/fvm_nodal_extract.h                        |    2 +-
 src/fvm/fvm_nodal_extrude.c                        |    6 +-
 src/fvm/fvm_nodal_extrude.h                        |    2 +-
 src/fvm/fvm_nodal_from_desc.c                      |   90 +-
 src/fvm/fvm_nodal_from_desc.h                      |    8 +-
 src/fvm/fvm_nodal_order.c                          |   46 +-
 src/fvm/fvm_nodal_order.h                          |    2 +-
 src/fvm/fvm_nodal_priv.h                           |   10 +-
 src/fvm/fvm_nodal_project.c                        |    6 +-
 src/fvm/fvm_nodal_project.h                        |    2 +-
 src/fvm/fvm_nodal_triangulate.c                    |    9 +-
 src/fvm/fvm_nodal_triangulate.h                    |    2 +-
 src/fvm/fvm_periodicity.c                          |    6 +-
 src/fvm/fvm_periodicity.h                          |    2 +-
 src/fvm/fvm_point_location.c                       |  543 +-
 src/fvm/fvm_point_location.h                       |   65 +-
 src/fvm/fvm_selector.c                             |   14 +-
 src/fvm/fvm_selector.h                             |    4 +-
 src/fvm/fvm_selector_postfix.c                     |    6 +-
 src/fvm/fvm_selector_postfix.h                     |    2 +-
 src/fvm/fvm_tesselation.c                          |    7 +-
 src/fvm/fvm_tesselation.h                          |    2 +-
 src/fvm/fvm_to_catalyst.cxx                        |  136 +-
 src/fvm/fvm_to_catalyst.h                          |    2 +-
 src/fvm/fvm_to_ccm.c                               |  146 +-
 src/fvm/fvm_to_ccm.h                               |    2 +-
 src/fvm/fvm_to_cgns.c                              |   33 +-
 src/fvm/fvm_to_cgns.h                              |    2 +-
 src/fvm/fvm_to_ensight.c                           |    6 +-
 src/fvm/fvm_to_ensight.h                           |    2 +-
 src/fvm/fvm_to_ensight_case.c                      |    6 +-
 src/fvm/fvm_to_ensight_case.h                      |    2 +-
 src/fvm/fvm_to_med.c                               |    6 +-
 src/fvm/fvm_to_med.h                               |    2 +-
 src/fvm/fvm_to_medcoupling.cxx                     |    2 +-
 src/fvm/fvm_trace.c                                |    6 +-
 src/fvm/fvm_trace.h                                |    2 +-
 src/fvm/fvm_triangulate.c                          |   44 +-
 src/fvm/fvm_triangulate.h                          |    8 +-
 src/fvm/fvm_writer.c                               |   44 +-
 src/fvm/fvm_writer.h                               |    2 +-
 src/fvm/fvm_writer_helper.c                        |    7 +-
 src/fvm/fvm_writer_helper.h                        |    2 +-
 src/fvm/fvm_writer_priv.h                          |    2 +-
 src/gui/Makefile.am                                |    3 +-
 src/gui/cs_gui.c                                   | 2841 ++++++----
 src/gui/cs_gui.h                                   |  346 +-
 src/gui/cs_gui_boundary_conditions.c               | 1236 +++--
 src/gui/cs_gui_boundary_conditions.h               |   79 +-
 src/gui/cs_gui_conjugate_heat_transfer.c           |    6 +-
 src/gui/cs_gui_conjugate_heat_transfer.h           |    2 +-
 src/gui/cs_gui_mesh.c                              |    6 +-
 src/gui/cs_gui_mesh.h                              |    2 +-
 src/gui/cs_gui_mobile_mesh.c                       |  281 +-
 src/gui/cs_gui_mobile_mesh.h                       |   52 +-
 src/gui/cs_gui_output.c                            |  732 ++-
 src/gui/cs_gui_output.h                            |   12 +-
 src/gui/cs_gui_particles.c                         |   33 +-
 src/gui/cs_gui_particles.h                         |    3 +-
 src/gui/cs_gui_radiative_transfer.c                |   14 +-
 src/gui/cs_gui_radiative_transfer.h                |    2 +-
 src/gui/cs_gui_specific_physics.c                  |  250 +-
 src/gui/cs_gui_specific_physics.h                  |   36 +-
 src/gui/cs_gui_util.c                              |    8 +-
 src/gui/cs_gui_util.h                              |    2 +-
 src/gui/cs_gui_variables.h                         |   10 +-
 src/lagr/Makefile.am                               |   11 +-
 src/lagr/cs_lagr_clogging.c                        |   10 +-
 src/lagr/cs_lagr_clogging.h                        |    4 +-
 src/lagr/cs_lagr_dlvo.c                            |   44 +-
 src/lagr/cs_lagr_dlvo.h                            |    4 +-
 src/lagr/cs_lagr_extract.c                         |   16 +-
 src/lagr/cs_lagr_extract.h                         |    2 +-
 src/lagr/cs_lagr_perio.c                           |    6 +-
 src/lagr/cs_lagr_perio.h                           |    2 +-
 src/lagr/cs_lagr_restart.c                         |  995 ++++
 src/lagr/cs_lagr_restart.h                         |   85 +
 src/lagr/cs_lagr_roughness.c                       |  401 +-
 src/lagr/cs_lagr_roughness.h                       |    4 +-
 src/lagr/cs_lagr_tracking.c                        | 1655 +++---
 src/lagr/cs_lagr_tracking.h                        |  366 +-
 src/lagr/cs_lagr_utils.c                           |    7 +-
 src/lagr/cs_lagr_utils.h                           |    2 +-
 src/lagr/diverv.f90                                |    2 +-
 src/lagr/lagadh.f90                                |  156 +-
 src/lagr/lagaff.f90                                |  220 +-
 src/lagr/lagbar.f90                                |   20 +-
 src/lagr/lagcar.f90                                |  211 +-
 src/lagr/lagcli.f90                                |   12 +-
 src/lagr/lagcou.f90                                |  142 +-
 src/lagr/lagdcl.f90                                |    2 +-
 src/lagr/lagdep.f90                                |  104 +-
 src/lagr/lagdif.f90                                |    2 +-
 src/lagr/lagdim.f90                                |   20 +-
 src/lagr/lageje.f90                                |    8 +-
 src/lagr/lagent.f90                                |  706 ++-
 src/lagr/lageqp.f90                                |   18 +-
 src/lagr/lages1.f90                                |   89 +-
 src/lagr/lages2.f90                                |  118 +-
 src/lagr/lagesd.f90                                |  154 +-
 src/lagr/lagesp.f90                                |  158 +-
 src/lagr/laggeo.f90                                |    2 +-
 src/lagr/laggra.f90                                |    2 +-
 src/lagr/laghis.f90                                |    2 +-
 src/lagr/lagich.f90                                |  229 +-
 src/lagr/lagidp.f90                                |   54 +-
 src/lagr/lagimp.f90                                |   53 +-
 src/lagr/lagini.f90                                |   17 +-
 src/lagr/lagipn.f90                                |  138 +-
 src/lagr/lagitf.f90                                |  143 +-
 src/lagr/lagitg.f90                                |  119 +-
 src/lagr/lagitp.f90                                |   78 +-
 src/lagr/laglec.f90                                | 1583 +++---
 src/lagr/laglis.f90                                |  165 +-
 src/lagr/lagnew.f90                                |   45 +-
 src/lagr/lagnpr.f90                                |  374 --
 src/lagr/lagnwc.f90                                |  427 --
 src/lagr/lagopt.f90                                |   99 +-
 src/lagr/lagout.f90                                |  356 +-
 src/lagr/lagpar.f90                                |   10 +-
 src/lagr/lagphy.f90                                |   97 +-
 src/lagr/lagpoi.f90                                |   12 +-
 src/lagr/lagprj.f90                                |    2 +-
 src/lagr/lagran.f90                                |  554 +-
 src/lagr/lagres.f90                                |  189 +-
 src/lagr/lagrus.f90                                |   91 +-
 src/lagr/lagsec.f90                                |   75 +-
 src/lagr/lagsta.f90                                |  153 +-
 src/lagr/lagstf.f90                                |    2 +-
 src/lagr/lagswe.f90                                |    4 +-
 src/lagr/lagtmp.f90                                |  111 +-
 src/lagr/lagune.f90                                |  566 +-
 src/mei/Makefile.am                                |    2 +-
 src/mei/mei_evaluate.c                             |    6 +-
 src/mei/mei_evaluate.h                             |    2 +-
 src/mei/mei_hash_table.c                           |   11 +-
 src/mei/mei_hash_table.h                           |    2 +-
 src/mei/mei_math_util.c                            |   10 +-
 src/mei/mei_math_util.h                            |    2 +-
 src/mei/mei_node.c                                 |    6 +-
 src/mei/mei_node.h                                 |    2 +-
 src/mei/mei_parser.y                               |    2 +-
 src/mei/mei_parser_glob.c                          |    4 +-
 src/mei/mei_parser_glob.h                          |    4 +-
 src/mei/mei_scanner.l                              |    2 +-
 src/mesh/Makefile.am                               |    2 +-
 src/mesh/cs_join.c                                 |  111 +-
 src/mesh/cs_join.h                                 |   18 +-
 src/mesh/cs_join_intersect.c                       |   27 +-
 src/mesh/cs_join_intersect.h                       |    4 +-
 src/mesh/cs_join_merge.c                           |   14 +-
 src/mesh/cs_join_merge.h                           |    2 +-
 src/mesh/cs_join_mesh.c                            |  272 +-
 src/mesh/cs_join_mesh.h                            |    4 +-
 src/mesh/cs_join_perio.c                           |  112 +-
 src/mesh/cs_join_perio.h                           |    2 +-
 src/mesh/cs_join_post.c                            |   67 +-
 src/mesh/cs_join_post.h                            |    2 +-
 src/mesh/cs_join_set.c                             |   12 +-
 src/mesh/cs_join_set.h                             |    4 +-
 src/mesh/cs_join_split.c                           |   36 +-
 src/mesh/cs_join_split.h                           |    2 +-
 src/mesh/cs_join_update.c                          |  352 +-
 src/mesh/cs_join_update.h                          |    2 +-
 src/mesh/cs_join_util.c                            |   78 +-
 src/mesh/cs_join_util.h                            |    4 +-
 src/mesh/cs_mesh.c                                 |  334 +-
 src/mesh/cs_mesh.h                                 |   87 +-
 src/mesh/cs_mesh_bad_cells.c                       |   94 +-
 src/mesh/cs_mesh_bad_cells.h                       |    2 +-
 src/mesh/cs_mesh_builder.c                         |    6 +-
 src/mesh/cs_mesh_builder.h                         |    2 +-
 src/mesh/cs_mesh_coherency.c                       |   47 +-
 src/mesh/cs_mesh_coherency.h                       |    2 +-
 src/mesh/cs_mesh_connect.c                         |   30 +-
 src/mesh/cs_mesh_connect.h                         |    2 +-
 src/mesh/cs_mesh_from_builder.c                    |   78 +-
 src/mesh/cs_mesh_from_builder.h                    |    2 +-
 src/mesh/cs_mesh_halo.c                            |  267 +-
 src/mesh/cs_mesh_halo.h                            |    6 +-
 src/mesh/cs_mesh_location.c                        |   13 +-
 src/mesh/cs_mesh_location.h                        |    4 +-
 src/mesh/cs_mesh_quality.c                         |   64 +-
 src/mesh/cs_mesh_quality.h                         |    2 +-
 src/mesh/cs_mesh_quantities.c                      |  294 +-
 src/mesh/cs_mesh_quantities.h                      |    2 +-
 src/mesh/cs_mesh_save.c                            |    6 +-
 src/mesh/cs_mesh_save.h                            |    2 +-
 src/mesh/cs_mesh_smoother.c                        |   48 +-
 src/mesh/cs_mesh_smoother.h                        |    2 +-
 src/mesh/cs_mesh_thinwall.c                        |  160 +-
 src/mesh/cs_mesh_thinwall.h                        |    6 +-
 src/mesh/cs_mesh_to_builder.c                      |   35 +-
 src/mesh/cs_mesh_to_builder.h                      |    2 +-
 src/mesh/cs_mesh_warping.c                         |  128 +-
 src/mesh/cs_mesh_warping.h                         |    2 +-
 src/mesh/cs_partition.c                            |   20 +-
 src/mesh/cs_partition.h                            |    2 +-
 src/pprt/Makefile.am                               |    2 +-
 src/pprt/ppcabs.f90                                |   48 +-
 src/pprt/ppcpfu.f90                                |    5 +-
 src/pprt/ppincl.f90                                |  117 +-
 src/pprt/ppini1.f90                                |    4 +-
 src/pprt/ppinii.f90                                |   10 +-
 src/pprt/ppiniv.f90                                |   44 +-
 src/pprt/ppinv2.f90                                |   24 +-
 src/pprt/pplecd.f90                                |    2 +-
 src/pprt/pppdfr.f90                                |    2 +-
 src/pprt/ppphyv.f90                                |  276 +-
 src/pprt/ppppar.f90                                |    4 +-
 src/pprt/ppprcl.f90                                |    2 +-
 src/pprt/ppprop.f90                                |   33 +-
 src/pprt/ppray4.f90                                |   97 +-
 src/pprt/pptbht.f90                                |   10 +-
 src/pprt/ppthch.f90                                |    6 +-
 src/pprt/pptssc.f90                                |   23 +-
 src/pprt/pptycl.f90                                |  124 +-
 src/pprt/ppvarp.f90                                |   72 +-
 src/rayt/Makefile.am                               |   17 +-
 src/rayt/cs_radiation_solver.c                     |  276 +
 src/rayt/cs_radiation_solver.h                     |   77 +
 src/rayt/radiat.f90                                |  117 +-
 src/rayt/raycli.f90                                |  165 +-
 src/rayt/raycll.f90                                |   21 +-
 src/rayt/raydak.f90                                |    2 +-
 src/rayt/raydir.f90                                |    2 +-
 src/rayt/raydom.f90                                |  132 +-
 src/rayt/raylec.f90                                |  133 +-
 src/rayt/rayopt.f90                                |  286 +-
 src/rayt/rayout.f90                                |  170 +-
 src/rayt/raypar.f90                                |   71 +-
 src/rayt/rayprp.f90                                |   12 +-
 src/rayt/raypun.f90                                |   29 +-
 src/rayt/raysca.f90                                |   18 +-
 src/rayt/raysol.f90                                |   58 +-
 src/rayt/rmodak.f90                                |    2 +-
 src/turb/Makefile.am                               |    2 +-
 src/turb/clipke.f90                                |   60 +-
 src/turb/clipsa.f90                                |   24 +-
 src/turb/clpalp.f90                                |   28 +-
 src/turb/clprij.f90                                |  125 +-
 src/turb/clpv2f.f90                                |   42 +-
 src/turb/cs_les_filter.c                           |   14 +-
 src/turb/cs_les_filter.h                           |    2 +-
 src/turb/cs_les_inflow.c                           |  100 +-
 src/turb/cs_les_inflow.h                           |   15 +-
 src/turb/cs_turbulence_model.c                     |  273 +-
 src/turb/cs_turbulence_model.h                     |  194 +-
 src/turb/divrit.f90                                |   57 +-
 src/turb/resalp.f90                                |  131 +-
 src/turb/reseps.f90                                |  244 +-
 src/turb/resrij.f90                                |  366 +-
 src/turb/resrit.f90                                |  138 +-
 src/turb/resssg.f90                                |  439 +-
 src/turb/resv2f.f90                                |  547 +-
 src/turb/rijech.f90                                |  178 +-
 src/turb/rijthe.f90                                |  232 +-
 src/turb/rotcor.f90                                |   79 +-
 src/turb/tsepls.f90                                |   46 +-
 src/turb/turbke.f90                                |  390 +-
 src/turb/turbkw.f90                                |  235 +-
 src/turb/turbsa.f90                                |  236 +-
 src/turb/turent.f90                                |  178 +-
 src/turb/turrij.f90                                |  169 +-
 src/turb/vandri.f90                                |  124 +-
 src/turb/visdyn.f90                                |  164 +-
 src/turb/vislmg.f90                                |   73 +-
 src/turb/vissma.f90                                |   80 +-
 src/turb/vissst.f90                                |   98 +-
 src/turb/visv2f.f90                                |   84 +-
 src/turb/viswal.f90                                |  111 +-
 src/turb/vor2cl.f90                                |    2 +-
 src/turb/vordep.f90                                |    2 +-
 src/turb/vorimp.f90                                |    2 +-
 src/turb/vorin0.f90                                |    2 +-
 src/turb/vorinc.f90                                |    4 +-
 src/turb/vorini.f90                                |    2 +-
 src/turb/vorlgv.f90                                |    2 +-
 src/turb/vorpre.f90                                |   18 +-
 src/turb/vortex.f90                                |    2 +-
 src/turb/vorver.f90                                |    2 +-
 src/turb/vorvit.f90                                |    2 +-
 src/user/Makefile.am                               |   16 +-
 src/user/cs_user_atmospheric_model.f90             |   10 +-
 src/user/cs_user_boundary_conditions.f90           |   43 +-
 src/user/cs_user_boundary_mass_source_terms.f90    |  252 +
 src/user/cs_user_coupling.c                        |    7 +-
 src/user/cs_user_extra_operations.c                |    4 +-
 src/user/cs_user_extra_operations.f90              |    3 +-
 src/user/cs_user_fluid_structure_interaction.f90   |    4 +-
 src/user/cs_user_head_losses.f90                   |  145 +
 src/user/cs_user_initialization.f90                |   30 +-
 src/user/cs_user_les_inflow.f90                    |   10 +-
 src/user/cs_user_mass_source_terms.f90             |  205 +
 src/user/cs_user_mesh.c                            |    2 +-
 src/user/cs_user_metal_structures_source_terms.f90 |  106 +
 src/user/cs_user_modules.f90                       |    8 +-
 src/user/cs_user_parameters.c                      |  214 +
 src/user/cs_user_parameters.f90                    | 2602 ++++------
 src/user/cs_user_particle_tracking.f90             |  463 +-
 src/user/cs_user_performance_tuning.c              |   37 +-
 src/user/cs_user_physical_properties.f90           |  798 +--
 src/user/cs_user_porosity.f90                      |   87 +
 src/user/cs_user_postprocess.c                     |   15 +-
 src/user/cs_user_postprocess_var.f90               |   41 +-
 src/user/cs_user_radiative_transfer.f90            |   49 +-
 src/user/cs_user_radiative_transfer_bcs.f90        |  338 ++
 src/user/cs_user_solver.c                          |    8 +-
 src/user/cs_user_source_terms.f90                  |  110 +-
 src/user/cs_user_turbomachinery.c                  |    8 +-
 src/user/usalcl.f90                                |   33 +-
 src/user/usatch.f90                                |    6 +-
 src/user/usctdz.f90                                |    2 +-
 src/user/uselrc.f90                                |   18 +-
 src/user/ushist.f90                                |    7 +-
 src/user/uskpdc.f90                                |  341 --
 src/user/uslaen.f90                                |    2 +-
 src/user/uslag1.f90                                |   48 +-
 src/user/uslag2.f90                                |  259 +-
 src/user/usporo.f90                                |  112 -
 src/user/uspt1d.f90                                |    4 +-
 src/user/usray1.f90                                |  243 -
 src/user/usray2.f90                                |  619 ---
 src/user/usthht.f90                                |    2 +-
 src/user/ustsma.f90                                |  494 --
 src/user/usvort.f90                                |    2 +-
 src/user/usvosy.f90                                |   89 +-
 src/user_examples/Makefile.am                      |   25 +-
 .../cs_user_boundary_conditions-advanced.f90       |    8 +-
 .../cs_user_boundary_conditions-ale.f90            |  497 ++
 .../cs_user_boundary_conditions-atmospheric.f90    |    6 +-
 ...user_boundary_conditions-auto_inlet_profile.f90 |   10 +-
 .../cs_user_boundary_conditions-base.f90           |    6 +-
 .../cs_user_boundary_conditions-compressible.f90   |   11 +-
 .../cs_user_boundary_conditions-cooling_towers.f90 |    6 +-
 .../cs_user_boundary_conditions-electric_arcs.f90  |    6 +-
 ...dary_conditions-electric_arcs_ieljou_3_or_4.f90 |    6 +-
 .../cs_user_boundary_conditions-fuel.f90           |    9 +-
 .../cs_user_boundary_conditions-gas_3ptchem.f90    |   23 +-
 .../cs_user_boundary_conditions-gas_ebu.f90        |   16 +-
 ...user_boundary_conditions-gas_libby_williams.f90 |   16 +-
 .../cs_user_boundary_conditions-mapped_inlet.f90   |  360 ++
 ...cs_user_boundary_conditions-pulverized_coal.f90 |    8 +-
 ...ndary_conditions-pulverized_coal_lagrangian.f90 |    6 +-
 ...ser_boundary_mass_source_terms-condensation.f90 |  461 ++
 ...ndary_mass_source_terms-nzones_condensation.f90 |  527 ++
 .../cs_user_extra_operations-energy_balance.f90    |   26 +-
 ...cs_user_extra_operations-extract_1d_profile.f90 |   15 +-
 .../cs_user_extra_operations-force_temperature.f90 |    2 +-
 .../cs_user_extra_operations-global_efforts.f90    |    2 +-
 ...s_user_extra_operations-nusselt_calculation.f90 |  330 ++
 ...s_user_extra_operations-parallel_operations.f90 |    2 +-
 .../cs_user_extra_operations-scalar_balance.c      |   59 +-
 ...ser_extra_operations-scalar_balance_by_zone.f90 |  130 +
 src/user_examples/cs_user_head_losses.f90          |  360 ++
 .../cs_user_initialization-atmospheric.f90         |    2 +-
 src/user_examples/cs_user_initialization-base.f90  |    2 +-
 .../cs_user_initialization-compressible.f90        |    2 +-
 .../cs_user_initialization-cooling_towers.f90      |    2 +-
 .../cs_user_initialization-electric_arcs.f90       |    2 +-
 src/user_examples/cs_user_initialization-fuel.f90  |    6 +-
 .../cs_user_initialization-gas_3ptchem.f90         |    2 +-
 .../cs_user_initialization-gas_ebu.f90             |    2 +-
 .../cs_user_initialization-gas_libby_williams.f90  |    8 +-
 .../cs_user_initialization-pulverized_coal.f90     |    9 +-
 .../cs_user_initialization-time_step.f90           |    2 +-
 ...user_initialization-unified_combustion_coal.f90 |   32 +-
 ...cs_user_lagrangian_particle_tracking_module.f90 |  301 ++
 src/user_examples/cs_user_les_inflow-base.f90      |   12 +-
 src/user_examples/cs_user_mass_source_terms.f90    |  397 ++
 .../cs_user_mesh-groups_from_free_faces.c          |   22 +-
 ..._metal_structures_source_terms-condensation.f90 |  234 +
 .../cs_user_parameters-cavitation.f90              |    3 +-
 .../cs_user_parameters-linear_solvers.c            |  219 +
 src/user_examples/cs_user_parameters-output.f90    |  408 +-
 .../cs_user_parameters-time_moments.c              |  354 ++
 .../cs_user_physical_properties-coal_drift.f90     |   71 +-
 ..._user_physical_properties-compressible_flow.f90 |  555 ++
 .../cs_user_physical_properties-scalar_drift.f90   |   29 +-
 src/user_examples/cs_user_porosity.f90             |  108 +
 src/user_examples/cs_user_postprocess-sfc.c        |    2 +-
 .../cs_user_radiative_transfer_bcs.f90             |  518 ++
 .../cs_user_source_terms-scalar_in_a_channel.f90   |  440 ++
 src/user_examples/cs_user_source_terms.f90         |  794 +++
 src/user_examples/usatch_4spe5reac.f90             |   20 +-
 tests/Makefile.am                                  |    2 +-
 tests/bft_backtrace_test.c                         |    2 +-
 tests/bft_error_test.c                             |    2 +-
 tests/bft_mem_test.c                               |    2 +-
 tests/bft_mem_usage_test.c                         |    2 +-
 tests/bft_printf_test.c                            |    2 +-
 tests/cs_blas_test.c                               |    2 +-
 tests/cs_core_test.c                               |    2 +-
 tests/cs_file_test.c                               |    2 +-
 tests/cs_interface_test.c                          |  145 +-
 tests/cs_moment_test.c                             |  103 +-
 tests/cs_sizes_test.c                              |    2 +-
 tests/fvm_selector_postfix_test.c                  |    2 +-
 tests/fvm_selector_test.c                          |    6 +-
 tests/mei_test_main.c                              |    2 +-
 tests/unittests.py                                 |    4 +-
 1502 files changed, 123073 insertions(+), 77319 deletions(-)

-- 
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