[code-saturne] 02/09: Update upstream source from tag 'upstream/5.1.0+repack'

Gilles Filippini pini at debian.org
Sat Dec 16 12:22:05 UTC 2017


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

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

commit 67b2f977ae20e5aeb94edee6b310b584ca19d273
Merge: be2a362 a775130
Author: Gilles Filippini <pini at debian.org>
Date:   Mon Dec 11 00:10:06 2017 +0100

    Update upstream source from tag 'upstream/5.1.0+repack'
    
    Update to upstream version '5.1.0+repack'
    with Debian dir f6521a0e4ff0767bbc82a47ad91c79c31331b83e

 .gitignore                                         |    5 +-
 AUTHORS                                            |   22 +-
 ChangeLog                                          | 4035 +++++++++++-
 INSTALL                                            |  370 --
 Makefile.am                                        |   24 +-
 NEWS                                               |  328 +-
 bin/__init__.py                                    |    4 +-
 bin/autovnv/Command.py                             |  114 -
 bin/autovnv/Drawing.py                             |  745 ---
 bin/autovnv/Parser.py                              |  664 --
 bin/autovnv/PlotVTK.py                             |  858 ---
 bin/autovnv/Study.py                               | 1451 -----
 bin/autovnv/TexMaker.py                            |  343 -
 bin/autovnv/__init__.py                            |   23 -
 bin/code_saturne.in                                |    4 +-
 bin/cs_autovnv.py                                  |  359 -
 bin/cs_batch.py                                    |   23 +-
 bin/cs_bdiff.py                                    |    2 +-
 bin/cs_bdump.py                                    |    2 +-
 bin/cs_case.py                                     |  167 +-
 bin/cs_case_coupling.py                            |  100 +-
 bin/cs_case_domain.py                              |  179 +-
 bin/cs_compile.py                                  |   25 +-
 bin/cs_config.py.in                                |   89 +-
 bin/cs_control.py                                  |    2 +-
 bin/cs_create.py                                   |   55 +-
 bin/cs_debug_wrapper.py                            |    4 +-
 bin/cs_exec_environment.py                         |  130 +-
 bin/cs_gui.py                                      |    2 +-
 bin/cs_info.py                                     |    2 +-
 bin/cs_package.py.in                               |   25 +-
 bin/cs_run.py                                      |   34 +-
 bin/cs_runcase.py                                  |   20 +-
 bin/cs_salome.py                                   |    6 +-
 bin/cs_script.py                                   |   28 +-
 bin/cs_studymanager.py                             |  448 ++
 bin/cs_studymanager_gui.py                         |  172 +
 bin/cs_submit.py                                   |   11 +-
 bin/cs_trackcvg.py                                 |  158 +
 bin/cs_user_scripts.py                             |   18 +-
 bin/cs_xml_reader.py                               |    8 +-
 bin/runcase_mpi_rank                               |    2 +-
 bin/studymanager/__init__.py                       |   23 +
 bin/studymanager/cs_studymanager_drawing.py        |  787 +++
 bin/studymanager/cs_studymanager_parser.py         |  708 ++
 bin/studymanager/cs_studymanager_run.py            |  114 +
 bin/studymanager/cs_studymanager_study.py          | 1863 ++++++
 bin/studymanager/cs_studymanager_texmaker.py       |  359 +
 build-aux/cs_version.py                            |    6 +-
 config/cs_auto_flags.sh                            |   52 +-
 config/salome_module.mk                            |    2 +-
 configure.ac                                       |  149 +-
 data/thch/dp_ELE                                   |   20 +-
 data/thch/dp_transfo                               |   16 -
 data/thch/dp_transformers                          |   16 +
 docs/Makefile.am                                   |    4 +-
 docs/autovnv/Makefile.am                           |  102 -
 docs/autovnv/autovnv.tex                           | 1663 -----
 docs/autovnv/graphics/Makefile.am                  |   52 -
 docs/developer/Makefile.am                         |    2 +-
 docs/developer/coding_standards.tex                |    2 +-
 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/Makefile.am                           |    2 +-
 docs/doxygen/examples/bft_error_example.c          |    2 +-
 docs/doxygen/examples/cavitation.h                 |    2 +-
 docs/doxygen/examples/condensation.h               |    7 +-
 docs/doxygen/examples/cs_f_user_parameters.h       |   17 +-
 docs/doxygen/examples/cs_head_losses.h             |  149 +-
 .../cs_lagrangian_particle_tracking_module.h       |  118 +-
 docs/doxygen/examples/cs_porosity.h                |    2 +-
 docs/doxygen/examples/cs_remarks.h                 |    2 +-
 docs/doxygen/examples/cs_user_atmospheric_model.h  |    2 +-
 .../examples/cs_user_boundary_conditions_ale.h     |    2 +-
 .../cs_user_boundary_conditions_examples.h         |   53 +-
 docs/doxygen/examples/cs_user_cooling_towers.h     |   47 +
 docs/doxygen/examples/cs_user_coupling.h           |    2 +-
 docs/doxygen/examples/cs_user_electric_scaling.h   |    2 +-
 .../cs_user_extra_operations-nusselt_calculation.h |    2 +-
 .../examples/cs_user_extra_operations_examples.h   |   53 +-
 .../examples/cs_user_fluid_structure_interaction.h |    4 +-
 docs/doxygen/examples/cs_user_initialization.h     |    2 +-
 docs/doxygen/examples/cs_user_les_inflow.h         |    6 +-
 docs/doxygen/examples/cs_user_mass_source_terms.h  |    2 +-
 docs/doxygen/examples/cs_user_mesh.h               |   36 +-
 docs/doxygen/examples/cs_user_modules.h            |    2 +-
 docs/doxygen/examples/cs_user_parameters.h         |   40 +-
 docs/doxygen/examples/cs_user_performance_tuning.h |    2 +-
 .../doxygen/examples/cs_user_physical_properties.h |    2 +-
 docs/doxygen/examples/cs_user_postprocess.h        |   89 +-
 docs/doxygen/examples/cs_user_postprocess_var.h    |    9 +-
 docs/doxygen/examples/cs_user_radiative_transfer.h |  145 +-
 docs/doxygen/examples/cs_user_solver.h             |    2 +-
 .../cs_user_source_terms-scalar_in_a_channel.h     |    2 +-
 docs/doxygen/examples/cs_user_source_terms.h       |   13 +-
 docs/doxygen/examples/cs_user_tabs.h               |    5 +-
 docs/doxygen/examples/cs_var_dico.h                |  123 +-
 docs/doxygen/examples/drift_coal_scalars.h         |    2 +-
 docs/doxygen/examples/drift_scalars.h              |    2 +-
 docs/doxygen/examples/richards.h                   |   65 +-
 docs/doxygen/examples/turbomachinery.h             |   11 +-
 docs/doxygen/examples/usctdz.h                     |   40 -
 docs/doxygen/examples/ushist.h                     |   82 -
 docs/doxygen/examples/uspt1d.h                     |   24 +-
 docs/doxygen/examples/usthht.h                     |    2 +-
 docs/doxygen/examples/usvort.h                     |    2 +-
 docs/doxygen/examples/usvosy.h                     |    2 +-
 docs/doxygen/mainpage.h                            |   13 +-
 docs/install/Makefile.am                           |    2 +-
 docs/install/install.tex                           |  205 +-
 docs/manpages/code_saturne.1                       |    6 +-
 docs/refcard/Makefile.am                           |    2 +-
 docs/refcard/graphics/Makefile.am                  |    2 +-
 docs/refcard/refcard.tex                           |   15 +-
 docs/studymanager/Makefile.am                      |  102 +
 docs/studymanager/graphics/Makefile.am             |   52 +
 docs/studymanager/studymanager.tex                 | 1387 ++++
 docs/style/csbiblio.bib                            |  418 +-
 docs/style/csdoc.cls                               |    2 +-
 docs/style/csdoc.sty                               |    2 +-
 docs/style/csindex.sty                             |    2 +-
 docs/style/csmacros.sty                            |    4 +-
 docs/style/csshortdoc.cls                          |    2 +-
 docs/style/csvers.tex.in                           |    2 +-
 docs/theory/Makefile.am                            |    2 +-
 docs/theory/algebr.tex                             |    2 +-
 docs/theory/apintr.tex                             |    2 +-
 docs/theory/atmo.tex                               | 1737 +++++
 docs/theory/biblio.tex                             |    2 +-
 docs/theory/bilsc2.tex                             |    7 +-
 docs/theory/bndcnd.tex                             |   39 +-
 docs/theory/cavitation.tex                         |   10 +-
 docs/theory/cfbase.tex                             |    2 +-
 docs/theory/cfener.tex                             |    8 +-
 docs/theory/cfmsvl.tex                             |    2 +-
 docs/theory/cfqdmv.tex                             |    2 +-
 docs/theory/cfxtcl.tex                             |   16 +-
 docs/theory/clptrg.tex                             |    5 +-
 docs/theory/clptur.tex                             |    5 +-
 docs/theory/clsyvt.tex                             |    7 +-
 docs/theory/codits.tex                             |    7 +-
 docs/theory/combustion_gas.tex                     |    2 +-
 docs/theory/combustion_intro.tex                   |    2 +-
 docs/theory/combustion_thermo.tex                  |    4 +-
 docs/theory/comprs.tex                             |    2 +-
 docs/theory/condli.tex                             |    6 +-
 docs/theory/covofi.tex                             |    8 +-
 docs/theory/elbase.tex                             |    7 +-
 docs/theory/goveqn.tex                             |    8 +-
 docs/theory/gradmc.tex                             |    2 +-
 docs/theory/gradrc.tex                             |    2 +-
 docs/theory/graphics/EK_model.png                  |  Bin 0 -> 6397 bytes
 docs/theory/graphics/Makefile.am                   |    3 +-
 docs/theory/ground_water.tex                       |  202 +-
 docs/theory/inimas.tex                             |    2 +-
 docs/theory/introd.tex                             |    4 +-
 docs/theory/itrmas.tex                             |    7 +-
 docs/theory/lagrangian.tex                         |  203 +
 docs/theory/matrix.tex                             |    7 +-
 docs/theory/mesh_algo.tex                          |   20 +-
 docs/theory/mesh_quality.tex                       |    7 +-
 docs/theory/navstv.tex                             |    5 +-
 docs/theory/predvv.tex                             |    8 +-
 docs/theory/resopv.tex                             | 1002 +--
 docs/theory/spadis.tex                             |   28 +-
 docs/theory/summary.tex                            |    4 +-
 docs/theory/theory.tex                             |   21 +-
 docs/theory/timstp.tex                             |   22 +-
 docs/theory/turbke.tex                             |    6 +-
 docs/theory/turbul.tex                             |   42 +-
 docs/theory/turrij.tex                             |    7 +-
 docs/theory/viscfa.tex                             |    7 +-
 docs/theory/visecv.tex                             |    6 +-
 docs/theory/visort.tex                             |    6 +-
 docs/theory/vortex.tex                             |    8 +-
 docs/user/Makefile.am                              |    2 +-
 docs/user/biblio.tex                               |    6 +-
 docs/user/graphics/Makefile.am                     |    2 +-
 docs/user/graphics/gui_ale_external.png            |  Bin 16354 -> 15684 bytes
 docs/user/graphics/gui_ale_mei.png                 |  Bin 24904 -> 24119 bytes
 docs/user/graphics/gui_bc_parameters.png           |  Bin 3236680 -> 72777 bytes
 docs/user/graphics/gui_bc_regions.png              |  Bin 1353817 -> 49488 bytes
 docs/user/graphics/gui_calculation_features.png    |  Bin 56212 -> 63246 bytes
 docs/user/graphics/gui_lagr_global_settings.png    |  Bin 46990 -> 45919 bytes
 .../graphics/gui_lagr_global_settings_coal.png     |  Bin 58040 -> 51796 bytes
 docs/user/graphics/gui_numerical_parameters.png    |  Bin 1077536 -> 51907 bytes
 docs/user/graphics/gui_prepare_execution.png       |  Bin 42272 -> 44843 bytes
 docs/user/saturne1.tex                             | 1327 +---
 docs/user/saturne2.tex                             | 2992 +--------
 docs/user/summary.tex                              |    2 +-
 docs/user/user.tex                                 |    2 +-
 examples/1-simple_junction/case1/case1.xml         |   22 +-
 examples/2-full_domain/case1/case1.xml             |   33 +-
 examples/2-full_domain/case2/case2.xml             |   35 +-
 .../case2/cs_user_boundary_conditions.f90          |   36 +-
 examples/2-full_domain/case3/case3.xml             |   39 +-
 .../case3/cs_user_boundary_conditions.f90          |   36 +-
 examples/3-stratified_junction/case1/case1.xml     |   32 +-
 .../case1/cs_user_postprocess.c                    |  166 +-
 .../case1/cs_user_postprocess_var.f90              |  211 -
 .../case1/fluid/fluid-3rond2D-coupling.xml         |   18 +-
 .../case1/fluid/fluid-3rond2D-coupling_restart.xml |   18 +-
 .../4-2Ddisks/case1/fluid/fluid_3disks_alone.xml   |   18 +-
 extras/bash_completion/code_saturne                |   34 +-
 extras/changelog/ChangeLog.base                    | 6853 +++++++++++++++++---
 extras/code_saturne.cfg.template                   |    3 +-
 extras/salome/fsi.export                           |    9 +-
 extras/salome/fsi_yacsgen.py                       |    2 +-
 extras/windows/cxfreeze/setup.py                   |    6 +-
 extras/windows/innosetup/setup_cygwin32.iss.in     |    8 +-
 extras/windows/innosetup/setup_cygwin64.iss.in     |    8 +-
 extras/windows/innosetup/setup_mingw.iss.in        |    8 +-
 gui/Base/BrowserView.py                            |   13 +-
 gui/Base/CommandMgrDialogForm.ui                   |   84 +-
 gui/Base/CommandMgrDialogView.py                   |    4 +-
 gui/Base/Common.py                                 |    2 +-
 gui/Base/IdView.py                                 |    2 +-
 gui/Base/MainForm.ui                               |   26 +-
 gui/Base/MainView.py                               |   79 +-
 gui/Base/Makefile.am                               |    3 +-
 gui/Base/NewCaseDialogForm.ui                      |   16 +-
 gui/Base/QtCase.py                                 |  137 +
 gui/Base/QtPage.py                                 |   50 +-
 gui/Base/Toolbox.py                                |   26 +-
 gui/Base/XMLengine.py                              |  147 +-
 gui/Base/XMLinitialize.py                          |  450 +-
 gui/Base/XMLmodel.py                               |   10 +-
 gui/Base/XMLvariables.py                           |    9 +-
 gui/Base/__init__.py                               |    2 +-
 gui/Base/icons/22x22/application-certificate.png   |  Bin 1289 -> 0 bytes
 gui/Base/icons/22x22/document-new.png              |  Bin 692 -> 0 bytes
 gui/Base/icons/22x22/document-open.png             |  Bin 1001 -> 0 bytes
 gui/Base/icons/22x22/document-properties.png       |  Bin 688 -> 0 bytes
 gui/Base/icons/22x22/document-save-as.png          |  Bin 1097 -> 0 bytes
 gui/Base/icons/22x22/document-save.png             |  Bin 1150 -> 0 bytes
 gui/Base/icons/22x22/edit-redo.png                 |  Bin 810 -> 0 bytes
 gui/Base/icons/22x22/edit-undo.png                 |  Bin 1011 -> 0 bytes
 gui/Base/icons/22x22/format-justify-fill.png       |  Bin 495 -> 0 bytes
 gui/Base/icons/22x22/help-browser.png              |  Bin 1359 -> 0 bytes
 gui/Base/icons/22x22/preferences-desktop-font.png  |  Bin 882 -> 0 bytes
 .../icons/22x22/preferences-desktop-wallpaper.png  |  Bin 1017 -> 0 bytes
 gui/Base/icons/22x22/system-log-out.png            |  Bin 1084 -> 0 bytes
 gui/Base/icons/22x22/text-xml.png                  |  Bin 0 -> 1035 bytes
 gui/Base/icons/22x22/utilities-terminal.png        |  Bin 1026 -> 0 bytes
 gui/Base/icons/22x22/view-refresh.png              |  Bin 1364 -> 0 bytes
 gui/Base/icons/22x22/x-office-address-book.png     |  Bin 860 -> 0 bytes
 gui/Base/icons/LICENSE.Tango                       |   97 -
 gui/Base/resource_base.qrc                         |    4 +-
 gui/Makefile.am                                    |    4 +-
 gui/Pages/AnalysisFeaturesForm.ui                  |   80 +-
 gui/Pages/AnalysisFeaturesView.py                  |   41 +-
 gui/Pages/AtmosphericFlowsForm.ui                  |  104 +-
 gui/Pages/AtmosphericFlowsModel.py                 |    2 +-
 gui/Pages/AtmosphericFlowsView.py                  |    2 +-
 gui/Pages/BalanceForm.ui                           |  294 +
 gui/Pages/BalanceModel.py                          |  257 +
 gui/Pages/BalanceView.py                           |  566 ++
 gui/Pages/BatchRunningAdvancedOptionsDialogForm.ui |   29 +-
 gui/Pages/BatchRunningForm.ui                      |  988 +--
 gui/Pages/BatchRunningModel.py                     |   15 +-
 gui/Pages/BatchRunningStopByIterationDialogForm.ui |   66 +-
 gui/Pages/BatchRunningView.py                      |  206 +-
 gui/Pages/BodyForcesForm.ui                        |   29 +-
 gui/Pages/BodyForcesModel.py                       |    2 +-
 gui/Pages/BodyForcesView.py                        |    2 +-
 gui/Pages/Boundary.py                              |  340 +-
 gui/Pages/BoundaryConditionsCoalInletView.py       |   12 +-
 .../BoundaryConditionsCompressibleOutletForm.ui    |   73 +-
 .../BoundaryConditionsCompressibleOutletView.py    |    2 +-
 gui/Pages/BoundaryConditionsConvectiveInletForm.ui |   36 +
 gui/Pages/BoundaryConditionsConvectiveInletView.py |  164 +
 gui/Pages/BoundaryConditionsElectricalView.py      |   27 +-
 .../BoundaryConditionsExternalHeadLossesForm.ui    |    8 +-
 .../BoundaryConditionsExternalHeadLossesView.py    |    9 +-
 gui/Pages/BoundaryConditionsForm.ui                |   63 +-
 gui/Pages/BoundaryConditionsHydraulicHeadForm.ui   |   79 +-
 gui/Pages/BoundaryConditionsHydraulicHeadView.py   |   15 +-
 gui/Pages/BoundaryConditionsMappedInletForm.ui     |  191 +
 gui/Pages/BoundaryConditionsMappedInletView.py     |  214 +
 gui/Pages/BoundaryConditionsMeteoForm.ui           |   62 +-
 gui/Pages/BoundaryConditionsMeteoView.py           |    4 +-
 gui/Pages/BoundaryConditionsMobileMeshForm.ui      |   57 +-
 gui/Pages/BoundaryConditionsMobileMeshView.py      |   34 +-
 gui/Pages/BoundaryConditionsPressureForm.ui        |   36 +-
 gui/Pages/BoundaryConditionsPressureView.py        |    4 +-
 gui/Pages/BoundaryConditionsRoughWallForm.ui       |  125 +-
 gui/Pages/BoundaryConditionsRoughWallView.py       |    4 +-
 gui/Pages/BoundaryConditionsScalarsForm.ui         |  604 +-
 gui/Pages/BoundaryConditionsScalarsView.py         |   52 +-
 gui/Pages/BoundaryConditionsSlidingWallForm.ui     |  135 +-
 gui/Pages/BoundaryConditionsSlidingWallView.py     |    4 +-
 gui/Pages/BoundaryConditionsTurbulenceInletForm.ui |  141 +-
 gui/Pages/BoundaryConditionsTurbulenceInletView.py |   47 +-
 gui/Pages/BoundaryConditionsVelocityInletForm.ui   |  170 +-
 gui/Pages/BoundaryConditionsVelocityInletView.py   |   15 +-
 gui/Pages/BoundaryConditionsView.py                |   55 +-
 .../BoundaryConditionsWallRadiativeTransferForm.ui |  135 +-
 .../BoundaryConditionsWallRadiativeTransferView.py |   21 +-
 gui/Pages/CoalCombustionModel.py                   |   34 +-
 gui/Pages/CoalCombustionView.py                    |   21 +-
 gui/Pages/CompressibleForm.ui                      |   37 +-
 gui/Pages/CompressibleModel.py                     |    2 +-
 gui/Pages/ConjugateHeatTransferForm.ui             |   70 +-
 gui/Pages/ConjugateHeatTransferModel.py            |    2 +-
 gui/Pages/ConjugateHeatTransferView.py             |    3 +-
 gui/Pages/CoriolisSourceTermsForm.ui               |   73 +-
 gui/Pages/CoriolisSourceTermsModel.py              |    2 +-
 gui/Pages/CoriolisSourceTermsView.py               |    2 +-
 gui/Pages/DefineUserScalarsForm.ui                 |  246 +-
 gui/Pages/DefineUserScalarsModel.py                |   14 +-
 gui/Pages/DefineUserScalarsView.py                 |   21 +-
 gui/Pages/ElectricalForm.ui                        |  183 +-
 gui/Pages/ElectricalModel.py                       |   39 +-
 gui/Pages/ElectricalView.py                        |   41 +-
 gui/Pages/FacesSelectionForm.ui                    |   19 +-
 gui/Pages/FacesSelectionView.py                    |    6 +-
 gui/Pages/FansForm.ui                              |  527 ++
 gui/Pages/FansModel.py                             |  178 +
 gui/Pages/FansView.py                              |  543 ++
 gui/Pages/FluidCharacteristicsForm.ui              |  574 +-
 gui/Pages/FluidCharacteristicsModel.py             |   22 +-
 gui/Pages/FluidCharacteristicsView.py              |   56 +-
 gui/Pages/FluidStructureInteractionForm.ui         |  755 +--
 gui/Pages/FluidStructureInteractionModel.py        |   38 +-
 gui/Pages/FluidStructureInteractionView.py         |   34 +-
 gui/Pages/GasCombustionForm.ui                     |    4 +-
 gui/Pages/GasCombustionModel.py                    |    2 +-
 gui/Pages/GasCombustionView.py                     |    2 +-
 gui/Pages/GroundwaterForm.ui                       |   96 +-
 gui/Pages/GroundwaterLawForm.ui                    |  625 +-
 gui/Pages/GroundwaterLawModel.py                   |  130 +-
 gui/Pages/GroundwaterLawView.py                    |  136 +-
 gui/Pages/GroundwaterModel.py                      |    8 +
 gui/Pages/HeadLossesForm.ui                        |  109 +-
 gui/Pages/HeadLossesModel.py                       |   24 +-
 gui/Pages/HeadLossesView.py                        |    2 +-
 gui/Pages/IdentityAndPathesForm.ui                 |   53 +-
 gui/Pages/IdentityAndPathesModel.py                |    4 +-
 gui/Pages/IdentityAndPathesView.py                 |    4 +-
 gui/Pages/InitializationForm.ui                    |  193 +-
 gui/Pages/InitializationModel.py                   |   11 +-
 gui/Pages/InitializationView.py                    |   46 +-
 gui/Pages/LagrangianAdvancedOptionsDialogForm.ui   |  211 +-
 gui/Pages/LagrangianBoundariesForm.ui              |  365 +-
 gui/Pages/LagrangianBoundariesModel.py             |  340 +-
 gui/Pages/LagrangianBoundariesView.py              |  252 +-
 gui/Pages/LagrangianForm.ui                        |   65 +-
 gui/Pages/LagrangianModel.py                       |    2 +-
 gui/Pages/LagrangianOutputForm.ui                  |   42 +-
 gui/Pages/LagrangianOutputModel.py                 |    2 +-
 gui/Pages/LagrangianOutputView.py                  |    4 +-
 gui/Pages/LagrangianStatisticsForm.ui              |   24 +-
 gui/Pages/LagrangianStatisticsModel.py             |    2 +-
 gui/Pages/LagrangianStatisticsView.py              |    2 +-
 gui/Pages/LagrangianView.py                        |    4 +-
 gui/Pages/LocalizationForm.ui                      |  146 +-
 gui/Pages/LocalizationModel.py                     |   78 +-
 gui/Pages/LocalizationView.py                      |  274 +-
 gui/Pages/Makefile.am                              |   18 +-
 gui/Pages/MobileMeshForm.ui                        |   21 +-
 gui/Pages/MobileMeshModel.py                       |    2 +-
 gui/Pages/MobileMeshView.py                        |    7 +-
 gui/Pages/NotebookForm.ui                          |  180 +
 gui/Pages/NotebookModel.py                         |  208 +
 gui/Pages/NotebookView.py                          |  466 ++
 gui/Pages/NumericalParamEquationForm.ui            |   55 +-
 gui/Pages/NumericalParamEquationModel.py           |   27 +-
 gui/Pages/NumericalParamEquationView.py            |  108 +-
 gui/Pages/NumericalParamGlobalForm.ui              |  917 ++-
 gui/Pages/NumericalParamGlobalModel.py             |    2 +-
 gui/Pages/NumericalParamGlobalView.py              |    2 +-
 gui/Pages/OutputControlForm.ui                     |  482 +-
 gui/Pages/OutputControlModel.py                    |   77 +-
 gui/Pages/OutputControlView.py                     |  302 +-
 gui/Pages/OutputSurfacicVariablesForm.ui           |   10 +-
 gui/Pages/OutputSurfacicVariablesModel.py          |    4 +-
 gui/Pages/OutputSurfacicVariablesView.py           |    2 +-
 gui/Pages/OutputVolumicVariablesForm.ui            |  152 +-
 gui/Pages/OutputVolumicVariablesModel.py           |  293 +-
 gui/Pages/OutputVolumicVariablesView.py            |  614 +-
 gui/Pages/PerformanceTuningForm.ui                 |   93 +-
 gui/Pages/PerformanceTuningModel.py                |    4 +-
 gui/Pages/PerformanceTuningView.py                 |    4 +-
 gui/Pages/PorosityForm.ui                          |   23 +-
 gui/Pages/PorosityModel.py                         |    2 +-
 gui/Pages/PorosityView.py                          |    7 +-
 gui/Pages/PreProcessingInformationsView.py         |   15 +-
 gui/Pages/ProfilesForm.ui                          |  120 +-
 gui/Pages/ProfilesModel.py                         |   23 +-
 gui/Pages/ProfilesView.py                          |    8 +-
 gui/Pages/QMeiEditorView.py                        |    7 +-
 gui/Pages/ReferenceValuesForm.ui                   |  120 +-
 gui/Pages/ReferenceValuesModel.py                  |    2 +-
 gui/Pages/ReferenceValuesView.py                   |   14 +-
 gui/Pages/SalomeActors.py                          |    7 +-
 gui/Pages/SalomeHandler.py                         |    2 +-
 gui/Pages/ScriptRunningModel.py                    |   25 +-
 gui/Pages/SolutionDomainForm.ui                    |  617 +-
 gui/Pages/SolutionDomainModel.py                   |   10 +-
 gui/Pages/SolutionDomainView.py                    |   16 +-
 gui/Pages/SourceTermsForm.ui                       |  152 +-
 gui/Pages/SourceTermsModel.py                      |   22 +-
 gui/Pages/SourceTermsView.py                       |  106 +-
 gui/Pages/StartRestartAdvancedDialogForm.ui        |  110 +-
 gui/Pages/StartRestartForm.ui                      |   35 +-
 gui/Pages/StartRestartModel.py                     |    4 +-
 gui/Pages/StartRestartView.py                      |    4 +-
 gui/Pages/SteadyManagementForm.ui                  |   17 +-
 gui/Pages/SteadyManagementModel.py                 |    2 +-
 gui/Pages/SteadyManagementView.py                  |    6 +-
 gui/Pages/ThermalRadiationAdvancedDialogForm.ui    |  172 +-
 gui/Pages/ThermalRadiationForm.ui                  |   56 +-
 gui/Pages/ThermalRadiationModel.py                 |   51 +-
 gui/Pages/ThermalRadiationView.py                  |   16 +-
 gui/Pages/ThermalScalarForm.ui                     |   62 +-
 gui/Pages/ThermalScalarModel.py                    |   57 +-
 gui/Pages/ThermalScalarView.py                     |    2 +-
 gui/Pages/TimeAveragesForm.ui                      |  165 +-
 gui/Pages/TimeAveragesModel.py                     |   34 +-
 gui/Pages/TimeAveragesView.py                      |  454 +-
 gui/Pages/TimeStepForm.ui                          |   78 +-
 gui/Pages/TimeStepModel.py                         |    2 +-
 gui/Pages/TimeStepView.py                          |    2 +-
 gui/Pages/TurboMachineryForm.ui                    |  118 +-
 gui/Pages/TurboMachineryModel.py                   |    7 +-
 gui/Pages/TurboMachineryView.py                    |   15 +-
 gui/Pages/TurbulenceAdvancedOptionsDialogForm.ui   |  123 +-
 gui/Pages/TurbulenceForm.ui                        |  153 +-
 gui/Pages/TurbulenceModel.py                       |   19 +-
 gui/Pages/TurbulenceView.py                        |    2 +-
 gui/Pages/VerifyExistenceLabelDialogView.py        |    2 +-
 gui/Pages/VolumicZoneAdvancedDialogForm.ui         |  279 +
 gui/Pages/WelcomeView.py                           |    2 +-
 gui/Pages/XMLEditorView.py                         |    4 +-
 gui/Pages/__init__.py                              |    2 +-
 gui/Pages/icons/22x22/add.png                      |  Bin 386 -> 0 bytes
 gui/Pages/icons/22x22/bookmark-new.png             |  Bin 939 -> 0 bytes
 gui/Pages/icons/22x22/document-new.png             |  Bin 692 -> 0 bytes
 gui/Pages/icons/22x22/document-open.png            |  Bin 1001 -> 0 bytes
 gui/Pages/icons/22x22/edit-clear.png               |  Bin 1237 -> 0 bytes
 gui/Pages/icons/22x22/edit-find-replace.png        |  Bin 1088 -> 0 bytes
 gui/Pages/icons/22x22/folder-open.png              |  Bin 803 -> 0 bytes
 gui/Pages/icons/22x22/network-server.png           |  Bin 878 -> 0 bytes
 gui/Pages/icons/22x22/preferences-system.png       |  Bin 1151 -> 0 bytes
 gui/Pages/icons/22x22/remove.png                   |  Bin 252 -> 0 bytes
 gui/Pages/icons/22x22/user-trash-full.png          |  Bin 1419 -> 0 bytes
 gui/Pages/icons/22x22/weather-few-clouds.png       |  Bin 1191 -> 0 bytes
 gui/Pages/icons/32x32/go-next.png                  |  Bin 1219 -> 0 bytes
 gui/Pages/icons/32x32/go-previous.png              |  Bin 1200 -> 0 bytes
 gui/studymanager_gui/BrowserView.py                |  134 +
 gui/studymanager_gui/MainForm.ui                   |  546 ++
 gui/studymanager_gui/MainView.py                   |  963 +++
 gui/studymanager_gui/Makefile.am                   |  110 +
 gui/studymanager_gui/ManageCasesForm.ui            |  394 ++
 gui/studymanager_gui/ManageCasesModel.py           |  626 ++
 gui/studymanager_gui/ManageCasesView.py            |  947 +++
 gui/studymanager_gui/ManagePlotForm.ui             |  216 +
 gui/studymanager_gui/ManagePlotterForm.ui          |  372 ++
 gui/studymanager_gui/ManagePlotterModel.py         | 1277 ++++
 gui/studymanager_gui/ManagePlotterSubplotForm.ui   |   70 +
 gui/studymanager_gui/ManagePlotterView.py          | 1712 +++++
 gui/studymanager_gui/PathesForm.ui                 |  135 +
 gui/studymanager_gui/PathesModel.py                |  121 +
 gui/studymanager_gui/PathesView.py                 |  176 +
 gui/studymanager_gui/Toolbox.py                    |   86 +
 gui/studymanager_gui/XMLinitialize.py              |  159 +
 gui/studymanager_gui/__init__.py                   |   43 +
 gui/studymanager_gui/icons/22x22/MONO-bulle-HD.png |  Bin 0 -> 85105 bytes
 gui/studymanager_gui/icons/22x22/calc-mode.png     |  Bin 0 -> 6360 bytes
 gui/studymanager_gui/icons/22x22/prepro-mode.png   |  Bin 0 -> 479 bytes
 gui/studymanager_gui/icons/code_saturne.ico        |  Bin 0 -> 370070 bytes
 gui/studymanager_gui/icons/splashscreen.png        |  Bin 0 -> 51470 bytes
 gui/{Base => studymanager_gui}/resource_base.qrc   |    0
 gui/trackcvg/MainForm.ui                           |  595 ++
 gui/trackcvg/MainView.py                           | 1326 ++++
 gui/trackcvg/Makefile.am                           |   96 +
 gui/trackcvg/__init__.py                           |   43 +
 gui/trackcvg/icons/22x22/MONO-bulle-HD.png         |  Bin 0 -> 85105 bytes
 gui/trackcvg/icons/22x22/calc-mode.png             |  Bin 0 -> 6360 bytes
 gui/trackcvg/icons/22x22/prepro-mode.png           |  Bin 0 -> 479 bytes
 gui/trackcvg/icons/code_saturne.ico                |  Bin 0 -> 370070 bytes
 gui/trackcvg/icons/splashscreen.png                |  Bin 0 -> 51470 bytes
 gui/{Base => trackcvg}/resource_base.qrc           |    0
 gui/trackcvg/resources_pages.qrc                   |   20 +
 install_saturne.py                                 |   34 +-
 libple/.gitignore                                  |    2 +-
 libple/ChangeLog                                   |    5 +
 libple/Makefile.am                                 |    2 +-
 libple/NEWS                                        |    3 +
 libple/config/ple_auto_flags.sh                    |   33 +-
 libple/configure.ac                                |   17 +-
 libple/doc/Makefile.am                             |    2 +-
 libple/doc/doxygen/Makefile.am                     |    2 +-
 libple/doc/doxygen/mainpage.h                      |    2 +-
 libple/doc/manpages/ple-config.1                   |    2 +-
 libple/examples/my_ple_mesh.c                      |    2 +-
 libple/examples/my_ple_mesh.h                      |    2 +-
 libple/examples/my_ple_mesh_priv.h                 |    2 +-
 libple/examples/my_ple_point_location.c            |    2 +-
 libple/examples/my_ple_point_location.h            |    2 +-
 libple/m4/ple_config_info.m4                       |    2 +-
 libple/m4/ple_config_publ.m4                       |    2 +-
 libple/m4/ple_mpi.m4                               |    2 +-
 libple/po/fr.po                                    |    2 +-
 libple/sbin/bootstrap                              |   59 +-
 libple/src/Makefile.am                             |    4 +-
 libple/src/ple_config_defs.h                       |    2 +-
 libple/src/ple_coupling.c                          |    2 +-
 libple/src/ple_coupling.h                          |    2 +-
 libple/src/ple_defs.c                              |    2 +-
 libple/src/ple_defs.h                              |    2 +-
 libple/src/ple_locator.c                           |   10 +-
 libple/src/ple_locator.h                           |    2 +-
 libple/tests/Makefile.am                           |    2 +-
 libple/tests/ple_coupling_test.c                   |    2 +-
 m4/cs_blas.m4                                      |    2 +-
 m4/cs_catalyst.m4                                  |   38 +-
 m4/cs_ccm.m4                                       |    2 +-
 m4/cs_cgns.m4                                      |    8 +-
 m4/cs_coolprop.m4                                  |    6 +-
 m4/cs_docs.m4                                      |    2 +-
 m4/cs_eos.m4                                       |    2 +-
 m4/cs_fortran.m4                                   |    2 +-
 m4/cs_freesteam.m4                                 |    2 +-
 m4/cs_hdf5.m4                                      |   10 +-
 m4/cs_libxml2.m4                                   |    2 +-
 m4/cs_med.m4                                       |    8 +-
 m4/cs_medcoupling.m4                               |  169 +
 m4/cs_metis.m4                                     |    2 +-
 m4/cs_mpi.m4                                       |    2 +-
 m4/cs_omniorb.m4                                   |    8 +-
 m4/cs_petsc.m4                                     |    2 +-
 m4/cs_ple.m4                                       |    2 +-
 m4/cs_salome.m4                                    |  248 +-
 m4/cs_scotch.m4                                    |    2 +-
 m4/cs_zlib.m4                                      |    2 +-
 po/fr.po                                           | 4874 ++++++++------
 preprocessor/Makefile.am                           |    2 +-
 preprocessor/appli/Makefile.am                     |    2 +-
 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                   |    8 +-
 preprocessor/base/ecs_maillage.h                   |    2 +-
 preprocessor/base/ecs_maillage_priv.h              |    2 +-
 preprocessor/base/ecs_table.c                      |    2 +-
 preprocessor/base/ecs_table.h                      |    2 +-
 preprocessor/base/ecs_table_att.c                  |    2 +-
 preprocessor/base/ecs_table_att.h                  |    2 +-
 preprocessor/base/ecs_table_def.c                  |    2 +-
 preprocessor/base/ecs_table_def.h                  |    2 +-
 preprocessor/base/ecs_table_priv.h                 |    2 +-
 preprocessor/pre-post/Makefile.am                  |    4 +-
 preprocessor/pre-post/ecs_maillage_ncs.c           |    2 +-
 preprocessor/pre-post/ecs_maillage_ncs.h           |    2 +-
 preprocessor/pre-post/ecs_maillage_post.c          |    2 +-
 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                    |    2 +-
 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               |   24 +-
 preprocessor/pre-post/ecs_pre_cgns.h               |    2 +-
 preprocessor/pre-post/ecs_pre_ens.c                |    2 +-
 preprocessor/pre-post/ecs_pre_ens.h                |    2 +-
 preprocessor/pre-post/ecs_pre_gambit.c             |    2 +-
 preprocessor/pre-post/ecs_pre_gambit.h             |    2 +-
 preprocessor/pre-post/ecs_pre_gmsh.c               |    2 +-
 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                |    2 +-
 preprocessor/pre-post/ecs_pre_med.h                |    2 +-
 preprocessor/pre-post/ecs_pre_nopo.c               |    2 +-
 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        |    2 +-
 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         |    2 +-
 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                        |    2 +-
 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 +-
 .../images/T_PIPE/t-pipe-geom-pipe-fuse.png        |  Bin 23163 -> 114315 bytes
 .../T_PIPE/t-pipe-study_location-add_new_case.png  |  Bin 0 -> 31830 bytes
 salome/cfd_study/doc/tutorial/saturne.rst          |    8 +-
 salome/cfd_study/idl/CFDSTUDY_Gen.idl              |    2 +-
 salome/cfd_study/idl/Makefile.am                   |    8 +-
 .../cfd_study/resources/Close.png                  |  Bin
 .../cfd_study/resources/LaunchGUIwithOptions.png   |  Bin 594 -> 1001 bytes
 salome/cfd_study/resources/Makefile.am             |    4 +-
 salome/cfd_study/resources/calc-mode.png           |  Bin 0 -> 6360 bytes
 salome/cfd_study/resources/edit-redo.png           |  Bin 810 -> 0 bytes
 salome/cfd_study/resources/edit-undo.png           |  Bin 1011 -> 0 bytes
 salome/cfd_study/resources/paravisFile.png         |  Bin 0 -> 812 bytes
 salome/cfd_study/resources/prepro-mode.png         |  Bin 0 -> 479 bytes
 salome/cfd_study/src/CFDSTUDY/CFDSTUDY.py          |    2 +-
 salome/cfd_study/src/CFDSTUDY/Makefile.am          |    2 +-
 salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI.py    |   61 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_ActionsHandler.py  | 1251 ++--
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_Agents.py          |    2 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_CommandMgr.py      |   42 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_Commons.py         |   90 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_DataModel.py       |  648 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_DesktopMgr.py      |    6 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_DialogCollector.py |  718 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_Management.py      |   40 +-
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_Message.py         |   39 +
 .../src/CFDSTUDYGUI/CFDSTUDYGUI_SolverGUI.py       |   87 +-
 .../cfd_study/src/CFDSTUDYGUI/CFDSTUDY_images.ts   |   25 +
 .../cfd_study/src/CFDSTUDYGUI/CFDSTUDY_msg_en.ts   |  425 +-
 .../cfd_study/src/CFDSTUDYGUI/CFDSTUDY_msg_fr.ts   |  501 +-
 salome/cfd_study/src/CFDSTUDYGUI/Makefile.am       |    7 +-
 salome/cfd_study/src/CFDSTUDYGUI/RunCaseDialog.ui  |  159 -
 .../src/CFDSTUDYGUI/SetTreeLocationDialog.ui       |  651 +-
 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                |   18 +-
 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           |    2 +-
 .../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 +-
 sbin/bootstrap                                     |   72 +-
 sbin/rmb                                           |    2 +-
 src/Makefile.am                                    |    7 +-
 src/alge/Makefile.am                               |    8 +-
 src/alge/cs_bad_cells_regularisation.c             |  765 +++
 src/alge/cs_bad_cells_regularisation.h             |   87 +
 src/alge/cs_balance.c                              |   54 +-
 src/alge/cs_balance.h                              |   14 +-
 src/alge/cs_balance_by_zone.c                      | 2828 +++++---
 src/alge/cs_balance_by_zone.h                      |  197 +-
 src/alge/cs_benchmark.c                            |  465 +-
 src/alge/cs_benchmark.h                            |    2 +-
 src/alge/cs_blas.c                                 |    2 +-
 src/alge/cs_blas.h                                 |    2 +-
 src/alge/cs_bw_time_diff.c                         |    7 +-
 src/alge/cs_convection_diffusion.c                 | 3666 ++++++++---
 src/alge/cs_convection_diffusion.h                 | 1817 ++++--
 src/alge/cs_divergence.c                           |  753 ++-
 src/alge/cs_divergence.h                           |   66 +-
 src/alge/cs_face_viscosity.c                       |   16 +-
 src/alge/cs_face_viscosity.h                       |    2 +-
 src/alge/cs_gradient.c                             | 3737 +++++++----
 src/alge/cs_gradient.h                             |  235 +-
 src/alge/cs_gradient_perio.c                       |    3 +-
 src/alge/cs_gradient_perio.h                       |    2 +-
 src/alge/cs_grid.c                                 |   34 +-
 src/alge/cs_grid.h                                 |    2 +-
 src/alge/cs_matrix.c                               |  722 ++-
 src/alge/cs_matrix.h                               |  120 +-
 src/alge/cs_matrix_assembler.c                     | 3869 +++++++++++
 src/alge/cs_matrix_assembler.h                     |  657 ++
 src/alge/cs_matrix_building.c                      |   42 +-
 src/alge/cs_matrix_building.h                      |    4 +-
 src/alge/cs_matrix_default.c                       |  181 +-
 src/alge/cs_matrix_default.h                       |   42 +-
 src/alge/cs_matrix_priv.h                          |   13 +-
 src/alge/cs_matrix_tuning.c                        |    6 +-
 src/alge/cs_matrix_tuning.h                        |    4 +-
 src/alge/cs_matrix_util.c                          |  123 +-
 src/alge/cs_matrix_util.h                          |    2 -
 src/alge/cs_multigrid.c                            |   87 +-
 src/alge/cs_multigrid.h                            |    2 +-
 src/alge/cs_sles.c                                 |  385 +-
 src/alge/cs_sles.h                                 |   49 +-
 src/alge/cs_sles_default.c                         |  153 +-
 src/alge/cs_sles_default.h                         |    4 +-
 src/alge/cs_sles_it.c                              |  622 +-
 src/alge/cs_sles_it.h                              |   47 +-
 src/alge/cs_sles_pc.c                              |   14 +-
 src/alge/cs_sles_pc.h                              |    2 +-
 src/alge/cs_sles_petsc.c                           |   58 +-
 src/alge/cs_sles_petsc.h                           |    2 +-
 src/alge/visort.f90                                |   77 +-
 src/apps/Makefile.am                               |    6 +-
 src/apps/cs_check_syntax.c                         |    2 +-
 src/apps/cs_io_dump.c                              |    2 +-
 src/apps/cs_solver.c                               |  117 +-
 src/atmo/Makefile.am                               |   18 +-
 src/atmo/atchem.f90                                |    2 +-
 src/atmo/atimbr.f90                                |    6 +-
 src/atmo/atincl.f90                                |   29 +-
 src/atmo/atini0.f90                                |    6 +-
 src/atmo/atini1.f90                                |   21 +-
 src/atmo/atiniv.f90                                |   51 +-
 src/atmo/atleca.f90                                |    2 +-
 src/atmo/atlecc.f90                                |    2 +-
 src/atmo/atlecm.f90                                |    2 +-
 src/atmo/atmcls.f90                                |   13 +-
 src/atmo/atmsol.f90                                |    2 +-
 src/atmo/atmstd.f90                                |    2 +-
 src/atmo/atphyv.f90                                |    6 +-
 src/atmo/atprke.f90                                |   24 +-
 src/atmo/atprop.f90                                |   17 +-
 src/atmo/atr1vf.f90                                |   48 +-
 src/atmo/atsoil.f90                                |    2 +-
 src/atmo/attssc.f90                                |   69 +-
 src/atmo/attycl.f90                                |   69 +-
 src/atmo/atvarp.f90                                |   25 +-
 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                     |    2 +-
 src/atmo/compute_gaseous_chemistry.f90             |    2 +-
 src/atmo/compute_siream.f90                        |    6 +-
 src/atmo/cs_at_data_assim.c                        |  592 ++
 src/atmo/cs_at_data_assim.h                        |  122 +
 src/atmo/cs_at_opt_interp.c                        | 1742 +++++
 src/atmo/cs_at_opt_interp.h                        |  275 +
 src/atmo/cs_at_plugin.c                            |    2 +-
 src/atmo/cs_at_plugin.h                            |    2 +-
 src/atmo/etheq.f90                                 |    2 +-
 src/atmo/intprf.f90                                |    2 +-
 src/atmo/kinrates.f90                              |    6 +-
 src/atmo/nuclea.f90                                |    2 +-
 src/atmo/rayigc.f90                                |    2 +-
 src/atmo/rayir.f90                                 |   18 +-
 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                                |    2 +-
 src/atmo/solcat.f90                                |    2 +-
 src/atmo/soliva.f90                                |    2 +-
 src/atmo/solmoy.f90                                |    2 +-
 src/atmo/solvar.f90                                |    4 +-
 src/atmo/spefun.f90                                |    2 +-
 src/base/Makefile.am                               |   49 +-
 src/base/addfld.f90                                |  172 +-
 src/base/alaste.f90                                |    2 +-
 src/base/albase.f90                                |    2 +-
 src/base/alelav.f90                                |  161 +-
 src/base/alemav.f90                                |   71 +-
 src/base/alstru.f90                                |    2 +-
 src/base/altycl.f90                                |   38 +-
 src/base/b_h_to_t.f90                              |    2 +-
 src/base/b_t_to_h.f90                              |   12 +-
 src/base/c_h_to_t.f90                              |    8 +-
 src/base/calhyd.f90                                |   57 +-
 src/base/caltri.f90                                |  300 +-
 src/base/catsma.f90                                |    2 +-
 src/base/catsmt.f90                                |    2 +-
 src/base/catsmv.f90                                |    2 +-
 src/base/cavitation.f90                            |  311 +-
 src/base/clca66.f90                                |    2 +-
 src/base/clpsca.f90                                |    2 +-
 src/base/clptrg.f90                                |  211 +-
 src/base/clptur.f90                                |  874 ++-
 src/base/clsyvt.f90                                |  472 +-
 src/base/condensation_source_terms.f90             |   10 +-
 src/base/condli.f90                                | 1516 +++--
 src/base/copain_model.f90                          |   20 +-
 src/base/cou1di.f90                                |   21 +-
 src/base/cou1do.f90                                |   88 +-
 src/base/coupbi.f90                                |   21 +-
 src/base/coupbo.f90                                |   43 +-
 src/base/covofi.f90                                |  474 +-
 src/base/covofv.f90                                |  738 +++
 src/base/cplsat.f90                                |    2 +-
 src/base/cptssy.f90                                |    2 +-
 src/base/cpvosy.f90                                |    2 +-
 src/base/cregeo.f90                                |  126 -
 src/base/cs_1d_wall_thermal.c                      | 1261 ++++
 src/base/cs_1d_wall_thermal.h                      |  242 +
 src/base/cs_1d_wall_thermal_check.c                |  323 +
 src/base/cs_1d_wall_thermal_check.h                |   73 +
 src/base/cs_ale.c                                  |    2 +-
 src/base/cs_ale.h                                  |    2 +-
 src/base/cs_all_to_all.c                           |   36 +-
 src/base/cs_all_to_all.h                           |    4 +-
 src/base/cs_array_reduce.c                         | 2184 ++++++-
 src/base/cs_array_reduce.h                         |  129 +-
 src/base/cs_assert.h                               |    2 +-
 src/base/cs_ast_coupling.c                         |    8 +-
 src/base/cs_ast_coupling.h                         |    2 +-
 src/base/cs_base.c                                 |  234 +-
 src/base/cs_base.h                                 |   97 +-
 src/base/cs_base_fortran.c                         |    2 +-
 src/base/cs_base_fortran.h                         |    2 +-
 src/base/cs_block_dist.c                           |    2 +-
 src/base/cs_block_dist.h                           |    2 +-
 src/base/cs_block_to_part.c                        |    2 +-
 src/base/cs_block_to_part.h                        |    2 +-
 src/base/cs_boundary_conditions.c                  |  449 +-
 src/base/cs_boundary_conditions.h                  |   42 +-
 src/base/cs_boundary_zone.c                        |  922 +++
 src/base/cs_boundary_zone.h                        |  396 ++
 src/base/cs_c_bindings.f90                         | 1215 +++-
 src/base/cs_calcium.c                              |   66 +-
 src/base/cs_calcium.h                              |    2 +-
 src/base/cs_control.c                              |   14 +-
 src/base/cs_control.h                              |    2 +-
 src/base/cs_coolprop.cxx                           |    4 +-
 src/base/cs_coolprop.hxx                           |    2 +-
 src/base/cs_coupling.c                             |    2 +-
 src/base/cs_coupling.h                             |    2 +-
 src/base/cs_crystal_router.c                       |    2 +-
 src/base/cs_crystal_router.h                       |    2 +-
 src/base/cs_defs.c                                 |    5 +-
 src/base/cs_defs.h                                 |   21 +-
 src/base/cs_eos.cxx                                |    2 +-
 src/base/cs_eos.hxx                                |    2 +-
 src/base/cs_equation_iterative_solve.c             |  279 +-
 src/base/cs_equation_iterative_solve.h             |   10 +-
 src/base/cs_ext_neighborhood.c                     |   14 +-
 src/base/cs_ext_neighborhood.h                     |    2 +-
 src/base/cs_f_interfaces.f90                       |    7 +-
 src/base/cs_fan.c                                  |    2 +-
 src/base/cs_fan.h                                  |    2 +-
 src/base/cs_field.c                                |  458 +-
 src/base/cs_field.h                                |  107 +-
 src/base/cs_field_default.c                        |    6 +-
 src/base/cs_field_default.h                        |    2 +-
 src/base/cs_field_operator.c                       |  238 +-
 src/base/cs_field_operator.h                       |   36 +-
 src/base/cs_field_pointer.c                        |   23 +-
 src/base/cs_field_pointer.h                        |   27 +-
 src/base/cs_file.c                                 |   42 +-
 src/base/cs_file.h                                 |   24 +-
 src/base/cs_flag_check.c                           |  633 ++
 src/base/cs_flag_check.h                           |  153 +
 src/base/cs_fp_exception.c                         |    2 +-
 src/base/cs_fp_exception.h                         |    2 +-
 src/base/cs_gas_mix.c                              |  205 +
 src/base/cs_gas_mix.h                              |   94 +
 src/base/cs_gas_mix_initialization.f90             |    8 +-
 src/base/cs_gas_mix_physical_properties.f90        |   12 +-
 src/base/cs_halo.c                                 |  330 +-
 src/base/cs_halo.h                                 |   90 +-
 src/base/cs_halo_perio.c                           |    4 +-
 src/base/cs_halo_perio.h                           |    8 +-
 src/base/cs_head_losses.c                          |  185 +
 src/base/cs_head_losses.h                          |   71 +
 src/base/cs_interface.c                            |  356 +-
 src/base/cs_interface.h                            |   44 +-
 src/base/cs_internal_coupling.c                    | 2696 ++++++++
 src/base/cs_internal_coupling.h                    |  590 ++
 src/base/cs_interpolate.c                          |  196 +
 src/base/cs_interpolate.h                          |  118 +
 src/base/cs_io.c                                   |    8 +-
 src/base/cs_io.h                                   |    2 +-
 src/base/cs_log.c                                  |    4 +-
 src/base/cs_log.h                                  |    2 +-
 src/base/cs_log_iteration.c                        |  156 +-
 src/base/cs_log_iteration.h                        |    9 +-
 src/base/cs_log_setup.c                            |   53 +-
 src/base/cs_log_setup.h                            |    2 +-
 src/base/cs_map.c                                  |    2 +-
 src/base/cs_map.h                                  |    2 +-
 src/base/cs_math.c                                 |  262 +-
 src/base/cs_math.h                                 |  476 +-
 src/base/cs_measures_util.c                        |   19 +-
 src/base/cs_measures_util.h                        |   11 +-
 src/base/cs_mesh_tagmr.f90                         |    7 +-
 src/base/cs_metal_structures_tag.f90               |    2 +-
 src/base/cs_numbering.c                            |    2 +-
 src/base/cs_numbering.h                            |    2 +-
 src/base/cs_nz_condensation.f90                    |    2 +-
 src/base/cs_nz_tagmr.f90                           |    4 +-
 src/base/cs_opts.c                                 |   48 +-
 src/base/cs_opts.h                                 |    7 +-
 src/base/cs_order.c                                |  156 +-
 src/base/cs_order.h                                |   23 +-
 src/base/cs_parall.c                               |   31 +-
 src/base/cs_parall.h                               |    8 +-
 src/base/cs_paramedmem_coupling.cxx                |   11 +-
 src/base/cs_paramedmem_coupling.hxx                |    2 +-
 src/base/cs_parameters.c                           |  827 ++-
 src/base/cs_parameters.h                           |  188 +-
 src/base/cs_parameters_check.c                     | 2104 ++++++
 src/base/cs_parameters_check.h                     |  418 ++
 src/base/cs_part_to_block.c                        |    2 +-
 src/base/cs_part_to_block.h                        |    2 +-
 src/base/cs_physical_constants.c                   |  142 +-
 src/base/cs_physical_constants.h                   |   22 +-
 src/base/cs_physical_properties.c                  |  224 +-
 src/base/cs_physical_properties.h                  |   36 +-
 src/base/cs_post.c                                 | 2594 +++++---
 src/base/cs_post.h                                 | 1268 ++--
 src/base/cs_post_default.c                         |  238 +-
 src/base/cs_post_default.h                         |   28 +-
 src/base/cs_post_util.c                            |  490 +-
 src/base/cs_post_util.h                            |  167 +-
 src/base/cs_preprocess.c                           |   67 +-
 src/base/cs_preprocess.h                           |    2 +-
 src/base/cs_preprocessor_data.c                    |  244 +-
 src/base/cs_preprocessor_data.h                    |    2 +-
 src/base/cs_probe.c                                | 1290 ++--
 src/base/cs_probe.h                                |  286 +-
 src/base/cs_prototypes.h                           |  260 +-
 src/base/cs_random.c                               |  590 ++
 src/base/cs_random.h                               |  149 +
 src/base/cs_range_set.c                            |  960 +++
 src/base/cs_range_set.h                            |  294 +
 src/base/cs_rank_neighbors.c                       |   16 +-
 src/base/cs_rank_neighbors.h                       |    4 +-
 src/base/cs_renumber.c                             |    6 +-
 src/base/cs_renumber.h                             |    2 +-
 src/base/cs_resource.c                             |    2 +-
 src/base/cs_resource.h                             |    2 +-
 src/base/cs_restart.c                              |    2 +-
 src/base/cs_restart.h                              |    2 +-
 src/base/cs_restart_default.c                      |  213 +-
 src/base/cs_restart_default.h                      |   48 +-
 src/base/cs_rotation.c                             |   29 +-
 src/base/cs_rotation.h                             |    2 +-
 src/base/cs_sat_coupling.c                         |  200 +-
 src/base/cs_sat_coupling.h                         |   63 +-
 src/base/cs_search.c                               |    3 +-
 src/base/cs_search.h                               |    2 +-
 src/base/cs_selector.c                             |    8 +-
 src/base/cs_selector.h                             |    2 +-
 src/base/cs_selector_f2c.f90                       |    2 +-
 src/base/cs_sort.c                                 |  410 +-
 src/base/cs_sort.h                                 |   73 +-
 src/base/cs_sort_partition.c                       |  768 +++
 src/base/cs_sort_partition.h                       |  140 +
 src/base/cs_stokes_model.c                         |  207 +-
 src/base/cs_stokes_model.h                         |   26 +-
 src/base/cs_syr4_coupling.c                        |    8 +-
 src/base/cs_syr4_coupling.h                        |    2 +-
 src/base/cs_syr_coupling.c                         |  138 +-
 src/base/cs_syr_coupling.h                         |   49 +-
 src/base/cs_system_info.c                          |  216 +-
 src/base/cs_system_info.h                          |   32 +-
 src/base/cs_tagmr.f90                              |    2 +-
 src/base/cs_tagmri.f90                             |   11 +-
 src/base/cs_tagmro.f90                             |    2 +-
 src/base/cs_tagms.f90                              |    2 +-
 src/base/cs_thermal_model.c                        |  104 +-
 src/base/cs_thermal_model.h                        |   25 +-
 src/base/cs_time_moment.c                          |  358 +-
 src/base/cs_time_moment.h                          |    2 +-
 src/base/cs_time_plot.c                            |   35 +-
 src/base/cs_time_plot.h                            |    2 +-
 src/base/cs_time_step.c                            |  188 +-
 src/base/cs_time_step.h                            |    9 +-
 src/base/cs_timer.c                                |    4 +-
 src/base/cs_timer.h                                |    2 +-
 src/base/cs_timer_stats.c                          |   30 +-
 src/base/cs_timer_stats.h                          |   16 +-
 src/base/cs_tpar1d.c                               | 1034 ---
 src/base/cs_tpar1d.h                               |  195 -
 src/base/cs_tree.c                                 |  739 +++
 src/base/cs_tree.h                                 |  408 ++
 src/base/cs_turbomachinery.c                       |  345 +-
 src/base/cs_turbomachinery.h                       |   35 +-
 src/base/cs_volume_zone.c                          |  883 +++
 src/base/cs_volume_zone.h                          |  378 ++
 src/base/cs_wall_functions.c                       |   35 +-
 src/base/cs_wall_functions.h                       |    2 +-
 src/base/csc2cl.f90                                |    7 +-
 src/base/csc2ts.f90                                |    2 +-
 src/base/csccel.f90                                |    2 +-
 src/base/cscfbr.f90                                |    7 +-
 src/base/cscini.f90                                |    2 +-
 src/base/csclli.f90                                |    2 +-
 src/base/cscloc.f90                                |    2 +-
 src/base/cscpce.f90                                |   17 +-
 src/base/cscpfb.f90                                |  525 +-
 src/base/csinit.f90                                |   13 +-
 src/base/csopli.f90                                |    2 +-
 src/base/csprnt.f90                                |    2 +-
 src/base/cstnum.f90                                |    2 +-
 src/base/cstphy.f90                                |  118 +-
 src/base/diffst.f90                                |   55 +-
 src/base/dimens.f90                                |   11 +-
 src/base/distpr.f90                                |  330 +-
 src/base/distpr2.f90                               |   14 +-
 src/base/distyp.f90                                |   61 +-
 src/base/driflu.f90                                |  230 +-
 src/base/dttvar.f90                                |   94 +-
 src/base/dvvpst.f90                                |  207 +-
 src/base/ecrava.f90                                |  107 +-
 src/base/ecrhis.f90                                |  359 -
 src/base/ecrlis.f90                                |   77 +-
 src/base/entsor.f90                                |  252 +-
 src/base/field.f90                                 |  194 +-
 src/base/field_operator.f90                        |    2 +-
 src/base/findpt.f90                                |    2 +-
 src/base/fldini.f90                                |  286 +-
 src/base/fldprp.f90                                |  581 +-
 src/base/fldtri.f90                                |   83 +-
 src/base/fldvar.f90                                |  190 +-
 src/base/haltyp.f90                                |   13 +-
 src/base/idrbla.f90                                |    2 +-
 src/base/ihmpre.f90                                |    2 +-
 src/base/impini.f90                                | 1453 +----
 src/base/iniini.f90                                |  255 +-
 src/base/initi1.f90                                |   62 +-
 src/base/initi2.f90                                |    2 +-
 src/base/iniusi.f90                                |   33 +-
 src/base/iniva0.f90                                |  173 +-
 src/base/inivar.f90                                |   33 +-
 src/base/iprbla.f90                                |    2 +-
 src/base/lecamo.f90                                |   11 +-
 src/base/lecamp.f90                                |  119 +-
 src/base/lecamx.f90                                |  206 +-
 src/base/majgeo.f90                                |   24 +-
 src/base/memfin.f90                                |   62 -
 src/base/mesh.f90                                  |    2 +-
 src/base/metal_structures_copain_model.f90         |   12 +-
 src/base/mmtycl.f90                                |   13 +-
 src/base/modini.f90                                |  745 +--
 src/base/navstv.f90                                |  340 +-
 src/base/newmrk.f90                                |    2 +-
 src/base/numvar.f90                                |  136 +-
 src/base/optcal.f90                                | 1005 ++-
 src/base/parall.f90                                |  128 +-
 src/base/paramx.f90                                |   40 +-
 src/base/period.f90                                |    2 +-
 src/base/phyvar.f90                                |  238 +-
 src/base/pointe.f90                                |  359 +-
 src/base/post.f90                                  |   10 +-
 src/base/post_util.f90                             |   30 +-
 src/base/precli.f90                                |   21 +-
 src/base/predfl.f90                                |   71 +-
 src/base/predvv.f90                                |  365 +-
 src/base/prehyd.f90                                |   56 +-
 src/base/prmoy0.f90                                |    2 +-
 src/base/pthrbm.f90                                |    6 +-
 src/base/ptrglo.f90                                |   86 +-
 src/base/resopv.f90                                |  835 ++-
 src/base/resvoi.f90                                |   94 +-
 src/base/rotation.f90                              |    2 +-
 src/base/scalai.f90                                |  111 +-
 src/base/schtmp.f90                                |  259 +-
 src/base/stdtcl.f90                                |   14 +-
 src/base/strdep.f90                                |   11 +-
 src/base/strhis.f90                                |    2 +-
 src/base/strini.f90                                |   33 +-
 src/base/strpre.f90                                |    2 +-
 src/base/tdesi1.f90                                |    2 +-
 src/base/tridim.f90                                |  519 +-
 src/base/tspdcv.f90                                |    2 +-
 src/base/turbomachinery.f90                        |   24 +-
 src/base/typecl.f90                                |  309 +-
 src/base/undscr.f90                                |   83 -
 src/base/varpos.f90                                |  138 +-
 src/base/vericl.f90                                |  122 +-
 src/base/verini.f90                                | 4987 +++-----------
 src/base/verlon.f90                                |    2 +-
 src/base/vert1d.f90                                |  409 --
 src/base/visecv.f90                                |   53 +-
 src/base/vof.f90                                   |  358 +
 src/base/zufall.f90                                |  462 --
 src/bft/Makefile.am                                |    2 +-
 src/bft/bft_backtrace.c                            |    2 +-
 src/bft/bft_backtrace.h                            |    2 +-
 src/bft/bft_error.c                                |    2 +-
 src/bft/bft_error.h                                |    2 +-
 src/bft/bft_mem.c                                  |    2 +-
 src/bft/bft_mem.h                                  |    2 +-
 src/bft/bft_mem_usage.c                            |    2 +-
 src/bft/bft_mem_usage.h                            |    2 +-
 src/bft/bft_printf.c                               |    2 +-
 src/bft/bft_printf.h                               |    2 +-
 src/cdo/Makefile.am                                |   45 +-
 src/cdo/cs_advection_field.c                       | 1755 ++---
 src/cdo/cs_advection_field.h                       |  304 +-
 src/cdo/cs_basis_func.c                            | 2725 ++++++++
 src/cdo/cs_basis_func.h                            |  332 +
 src/cdo/cs_cdo.c                                   |   90 +-
 src/cdo/cs_cdo.h                                   |  334 +-
 src/cdo/cs_cdo_advection.c                         | 1863 ++++--
 src/cdo/cs_cdo_advection.h                         |  301 +-
 src/cdo/cs_cdo_bc.c                                |  618 +-
 src/cdo/cs_cdo_bc.h                                |  135 +-
 src/cdo/cs_cdo_connect.c                           | 1518 ++---
 src/cdo/cs_cdo_connect.h                           |  119 +-
 src/cdo/cs_cdo_diffusion.c                         | 1440 ++--
 src/cdo/cs_cdo_diffusion.h                         |  307 +-
 src/cdo/cs_cdo_local.c                             | 1367 +++-
 src/cdo/cs_cdo_local.h                             |  317 +-
 src/cdo/cs_cdo_main.c                              |  256 +-
 src/cdo/cs_cdo_main.h                              |   40 +-
 src/cdo/cs_cdo_quantities.c                        | 1205 ++--
 src/cdo/cs_cdo_quantities.h                        |  257 +-
 src/cdo/cs_cdo_scheme_geometry.c                   |  371 --
 src/cdo/cs_cdo_scheme_geometry.h                   |  275 -
 src/cdo/cs_cdo_time.c                              |  557 ++
 src/cdo/cs_cdo_time.h                              |  254 +
 src/cdo/cs_cdo_toolbox.c                           | 1108 ----
 src/cdo/cs_cdo_toolbox.h                           |  464 --
 src/cdo/cs_cdofb_scaleq.c                          | 1153 ++--
 src/cdo/cs_cdofb_scaleq.h                          |  109 +-
 src/cdo/cs_cdovb_scaleq.c                          | 2279 +++----
 src/cdo/cs_cdovb_scaleq.h                          |  153 +-
 src/cdo/cs_cdovcb_scaleq.c                         | 2213 +++----
 src/cdo/cs_cdovcb_scaleq.h                         |  170 +-
 src/cdo/cs_domain.c                                | 2135 +++---
 src/cdo/cs_domain.h                                |  398 +-
 src/cdo/cs_domain_post.c                           |  318 +
 src/cdo/cs_domain_post.h                           |  117 +
 src/cdo/cs_equation.c                              | 2781 ++++----
 src/cdo/cs_equation.h                              |  503 +-
 src/cdo/cs_equation_common.c                       | 1437 +++-
 src/cdo/cs_equation_common.h                       |  373 +-
 src/cdo/cs_equation_param.c                        |  379 +-
 src/cdo/cs_equation_param.h                        |  193 +-
 src/cdo/cs_evaluate.c                              |  935 ++-
 src/cdo/cs_evaluate.h                              |   74 +-
 src/cdo/cs_groundwater.c                           | 2197 -------
 src/cdo/cs_groundwater.h                           |  411 --
 src/cdo/cs_gwf.c                                   | 1283 ++++
 src/cdo/cs_gwf.h                                   |  318 +
 src/cdo/cs_gwf_soil.c                              | 1038 +++
 src/cdo/cs_gwf_soil.h                              |  426 ++
 src/cdo/cs_gwf_tracer.c                            |  836 +++
 src/cdo/cs_gwf_tracer.h                            |  271 +
 src/cdo/cs_hho_builder.c                           | 1427 ++++
 src/cdo/cs_hho_builder.h                           |  183 +
 src/cdo/cs_hho_scaleq.c                            |  765 +++
 src/cdo/cs_hho_scaleq.h                            |  248 +
 src/cdo/cs_hodge.c                                 | 2703 ++++----
 src/cdo/cs_hodge.h                                 |  295 +-
 src/cdo/cs_param.c                                 |  411 +-
 src/cdo/cs_param.h                                 |  268 +-
 src/cdo/cs_property.c                              | 1547 ++---
 src/cdo/cs_property.h                              |  381 +-
 src/cdo/cs_quadrature.c                            |  133 +-
 src/cdo/cs_quadrature.h                            |  194 +-
 src/cdo/cs_reco.c                                  |  612 +-
 src/cdo/cs_reco.h                                  |  249 +-
 src/cdo/cs_scheme_geometry.c                       |  617 ++
 src/cdo/cs_scheme_geometry.h                       |  224 +
 src/cdo/cs_sdm.c                                   | 1543 +++++
 src/cdo/cs_sdm.h                                   |  898 +++
 src/cdo/cs_sla.c                                   |  461 +-
 src/cdo/cs_sla.h                                   |  109 +-
 src/cdo/cs_source_term.c                           | 1683 ++++-
 src/cdo/cs_source_term.h                           |  451 +-
 src/cdo/cs_walldistance.c                          |  455 +-
 src/cdo/cs_walldistance.h                          |   48 +-
 src/cdo/cs_xdef.c                                  |  603 ++
 src/cdo/cs_xdef.h                                  |  276 +
 src/cdo/cs_xdef_eval.c                             | 1742 +++++
 src/cdo/cs_xdef_eval.h                             |  722 +++
 src/cfbl/Makefile.am                               |   11 +-
 src/cfbl/cfdivs.f90                                |   18 +-
 src/cfbl/cfdttv.f90                                |   30 +-
 src/cfbl/cfener.f90                                |  116 +-
 src/cfbl/cffana.f90                                |    9 +-
 src/cfbl/cfini1.f90                                |   11 +-
 src/cfbl/cfiniv.f90                                |   10 +-
 src/cfbl/cfmsfp.f90                                |  135 +-
 src/cfbl/cfmspr.f90                                |  144 +-
 src/cfbl/cfphyv.f90                                |    8 +-
 src/cfbl/cfpoin.f90                                |    2 +-
 src/cfbl/cfprop.f90                                |   27 +-
 src/cfbl/cfrusb.f90                                |   18 +-
 src/cfbl/cfvarp.f90                                |    5 +-
 src/cfbl/cfxtcl.f90                                |  396 +-
 src/cfbl/cs_cf_bindings.f90                        |    2 +-
 src/cfbl/cs_cf_thermo.c                            |   10 +-
 src/cfbl/cs_cf_thermo.h                            |    2 +-
 src/cogz/Makefile.am                               |    2 +-
 src/cogz/coincl.f90                                |   18 +-
 src/cogz/coini1.f90                                |   27 +-
 src/cogz/colecd.f90                                |    5 +-
 src/cogz/coprop.f90                                |   63 +-
 src/cogz/cothht.f90                                |    2 +-
 src/cogz/covarp.f90                                |    5 +-
 src/cogz/d3phst.f90                                |    2 +-
 src/cogz/d3pini.f90                                |    2 +-
 src/cogz/d3pint.f90                                |   22 +-
 src/cogz/d3pphy.f90                                |    4 +-
 src/cogz/d3ptcl.f90                                |  374 +-
 src/cogz/d3pver.f90                                |    2 +-
 src/cogz/ebuini.f90                                |    2 +-
 src/cogz/ebuphy.f90                                |   18 +-
 src/cogz/ebutcl.f90                                |  128 +-
 src/cogz/ebutss.f90                                |    9 +-
 src/cogz/ebuver.f90                                |    2 +-
 src/cogz/gauss.f90                                 |    4 +-
 src/cogz/lwcgfu.f90                                |    2 +-
 src/cogz/lwcini.f90                                |    2 +-
 src/cogz/lwcphy.f90                                |    2 +-
 src/cogz/lwctcl.f90                                |  121 +-
 src/cogz/lwctss.f90                                |   17 +-
 src/cogz/lwcurl.f90                                |    2 +-
 src/cogz/lwcver.f90                                |    2 +-
 src/cogz/pdflwc.f90                                |   28 +-
 src/cogz/pdfpp3.f90                                |   28 +-
 src/cogz/pdfpp4.f90                                |   34 +-
 src/cogz/sootsc.f90                                |   17 +-
 src/cogz/yg2xye.f90                                |    2 +-
 src/comb/Makefile.am                               |    2 +-
 src/comb/cpincl.f90                                |    2 +-
 src/comb/cplin1.f90                                |   27 +-
 src/comb/cplini.f90                                |    2 +-
 src/comb/cplph1.f90                                |   22 +-
 src/comb/cplphy.f90                                |    4 +-
 src/comb/cplpro.f90                                |   31 +-
 src/comb/cpltcl.f90                                |   67 +-
 src/comb/cpltss.f90                                |   15 +-
 src/comb/cpltsv.f90                                |   23 +-
 src/comb/cplvar.f90                                |    4 +-
 src/comb/cplver.f90                                |    2 +-
 src/comb/cplym1.f90                                |    2 +-
 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                         |   58 +-
 src/comb/cs_coal_fp2st.f90                         |   34 +-
 src/comb/cs_coal_htconvers1.f90                    |    2 +-
 src/comb/cs_coal_htconvers2.f90                    |    2 +-
 src/comb/cs_coal_incl.f90                          |    2 +-
 src/comb/cs_coal_masstransfer.f90                  |   70 +-
 src/comb/cs_coal_noxst.f90                         |   22 +-
 src/comb/cs_coal_param.f90                         |   57 +-
 src/comb/cs_coal_physprop.f90                      |   18 +-
 src/comb/cs_coal_physprop1.f90                     |   74 +-
 src/comb/cs_coal_physprop2.f90                     |    8 +-
 src/comb/cs_coal_prop.f90                          |  112 +-
 src/comb/cs_coal_radst.f90                         |    4 +-
 src/comb/cs_coal_readata.f90                       |    2 +-
 src/comb/cs_coal_scast.f90                         |  211 +-
 src/comb/cs_coal_thfieldconv1.f90                  |   26 +-
 src/comb/cs_coal_thfieldconv2.f90                  |   10 +-
 src/comb/cs_coal_varini.f90                        |    2 +-
 src/comb/cs_coal_varpos.f90                        |    4 +-
 src/comb/cs_coal_verify.f90                        |    2 +-
 src/comb/cs_fuel_bcond.f90                         |   61 +-
 src/comb/cs_fuel_fp2st.f90                         |   35 +-
 src/comb/cs_fuel_htconvers1.f90                    |    2 +-
 src/comb/cs_fuel_htconvers2.f90                    |    2 +-
 src/comb/cs_fuel_incl.f90                          |    2 +-
 src/comb/cs_fuel_masstransfer.f90                  |   40 +-
 src/comb/cs_fuel_noxst.f90                         |   16 +-
 src/comb/cs_fuel_param.f90                         |   27 +-
 src/comb/cs_fuel_physprop.f90                      |   16 +-
 src/comb/cs_fuel_physprop1.f90                     |   44 +-
 src/comb/cs_fuel_physprop2.f90                     |    6 +-
 src/comb/cs_fuel_prop.f90                          |   70 +-
 src/comb/cs_fuel_radst.f90                         |    4 +-
 src/comb/cs_fuel_readata.f90                       |    2 +-
 src/comb/cs_fuel_scast.f90                         |   81 +-
 src/comb/cs_fuel_thfieldconv1.f90                  |   26 +-
 src/comb/cs_fuel_thfieldconv2.f90                  |   12 +-
 src/comb/cs_fuel_varini.f90                        |    2 +-
 src/comb/cs_fuel_varpos.f90                        |    4 +-
 src/comb/cs_fuel_verify.f90                        |    2 +-
 src/comb/cs_gascomb.f90                            |    2 +-
 .../cs_physical_properties_combustion_drift.f90    |   30 +-
 src/ctwr/Makefile.am                               |   13 +-
 src/ctwr/cs_ctwr.c                                 | 3590 ++++------
 src/ctwr/cs_ctwr.h                                 |  636 +-
 src/ctwr/cs_ctwr_air_props.c                       |  550 +-
 src/ctwr/cs_ctwr_air_props.h                       |  300 +-
 src/ctwr/cs_ctwr_bcond.f90                         |  247 +
 src/ctwr/cs_ctwr_f2c.f90                           |   94 -
 src/ctwr/cs_ctwr_halo.c                            | 1526 -----
 src/ctwr/cs_ctwr_halo.h                            |   76 -
 src/ctwr/cs_ctwr_mesh.c                            | 2189 -------
 src/ctwr/cs_ctwr_mesh.h                            |   99 -
 src/ctwr/ctincl.f90                                |  112 +-
 src/ctwr/ctini1.f90                                |   45 +-
 src/ctwr/ctiniv.f90                                |  166 +-
 src/ctwr/ctphyv.f90                                |  193 +-
 src/ctwr/cttssc.f90                                |  107 -
 src/ctwr/ctvarp.f90                                |  228 +-
 src/darc/Makefile.am                               |   19 +-
 src/darc/cs_gwf_parameters.c                       |  168 +
 src/darc/cs_gwf_parameters.h                       |   92 +
 src/darc/cs_gwf_physical_properties.c              |  173 +
 src/darc/cs_gwf_physical_properties.h              |   90 +
 src/darc/daini1.f90                                |   39 +-
 src/darc/darcy_module.f90                          |    8 +-
 src/darc/richards.f90                              |  111 +-
 src/elec/Makefile.am                               |   11 +-
 src/elec/cs_elec_model.c                           |  704 +-
 src/elec/cs_elec_model.h                           |   46 +-
 src/fvm/Makefile.am                                |   25 +-
 src/fvm/fvm_box.c                                  |    2 +-
 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                        |   23 +-
 src/fvm/fvm_convert_array.h                        |    2 +-
 src/fvm/fvm_defs.c                                 |    2 +-
 src/fvm/fvm_defs.h                                 |    2 +-
 src/fvm/fvm_group.c                                |    9 +-
 src/fvm/fvm_group.h                                |    2 +-
 src/fvm/fvm_hilbert.c                              |  597 +-
 src/fvm/fvm_hilbert.h                              |   73 +-
 src/fvm/fvm_io_num.c                               | 1082 +--
 src/fvm/fvm_io_num.h                               |   22 +-
 src/fvm/fvm_morton.c                               |  107 +-
 src/fvm/fvm_morton.h                               |   58 +-
 src/fvm/fvm_neighborhood.c                         |    2 +-
 src/fvm/fvm_neighborhood.h                         |    2 +-
 src/fvm/fvm_nodal.c                                |   34 +-
 src/fvm/fvm_nodal.h                                |   25 +-
 src/fvm/fvm_nodal_append.c                         |    2 +-
 src/fvm/fvm_nodal_append.h                         |    2 +-
 src/fvm/fvm_nodal_extract.c                        |    2 +-
 src/fvm/fvm_nodal_extract.h                        |    2 +-
 src/fvm/fvm_nodal_extrude.c                        |    2 +-
 src/fvm/fvm_nodal_extrude.h                        |    2 +-
 src/fvm/fvm_nodal_from_desc.c                      |    2 +-
 src/fvm/fvm_nodal_from_desc.h                      |    2 +-
 src/fvm/fvm_nodal_order.c                          |    2 +-
 src/fvm/fvm_nodal_order.h                          |    2 +-
 src/fvm/fvm_nodal_priv.h                           |    2 +-
 src/fvm/fvm_nodal_project.c                        |    2 +-
 src/fvm/fvm_nodal_project.h                        |    2 +-
 src/fvm/fvm_nodal_triangulate.c                    |    2 +-
 src/fvm/fvm_nodal_triangulate.h                    |    2 +-
 src/fvm/fvm_periodicity.c                          |    2 +-
 src/fvm/fvm_periodicity.h                          |    2 +-
 src/fvm/fvm_point_location.c                       |   51 +-
 src/fvm/fvm_point_location.h                       |   22 +-
 src/fvm/fvm_selector.c                             |    2 +-
 src/fvm/fvm_selector.h                             |    2 +-
 src/fvm/fvm_selector_postfix.c                     |    2 +-
 src/fvm/fvm_selector_postfix.h                     |    2 +-
 src/fvm/fvm_tesselation.c                          |  138 +-
 src/fvm/fvm_tesselation.h                          |   39 +-
 src/fvm/fvm_to_catalyst.cxx                        |   32 +-
 src/fvm/fvm_to_catalyst.h                          |    2 +-
 src/fvm/fvm_to_ccm.c                               |    2 +-
 src/fvm/fvm_to_ccm.h                               |    2 +-
 src/fvm/fvm_to_cgns.c                              |    2 +-
 src/fvm/fvm_to_cgns.h                              |    2 +-
 src/fvm/fvm_to_ensight.c                           |    2 +-
 src/fvm/fvm_to_ensight.h                           |    2 +-
 src/fvm/fvm_to_ensight_case.c                      |   44 +-
 src/fvm/fvm_to_ensight_case.h                      |    2 +-
 src/fvm/fvm_to_histogram.c                         |  836 +++
 src/fvm/fvm_to_histogram.h                         |  234 +
 src/fvm/fvm_to_med.c                               |    6 +-
 src/fvm/fvm_to_med.h                               |    2 +-
 src/fvm/fvm_to_medcoupling.cxx                     |   30 +-
 src/fvm/fvm_to_plot.c                              |    8 +-
 src/fvm/fvm_to_plot.h                              |    2 +-
 src/fvm/fvm_to_time_plot.c                         |  115 +-
 src/fvm/fvm_to_time_plot.h                         |    2 +-
 src/fvm/fvm_to_vtk_histogram.cxx                   |  202 +
 src/fvm/fvm_to_vtk_histogram.h                     |   69 +
 src/fvm/fvm_trace.c                                |    2 +-
 src/fvm/fvm_trace.h                                |    2 +-
 src/fvm/fvm_triangulate.c                          |  296 +-
 src/fvm/fvm_triangulate.h                          |    8 +-
 src/fvm/fvm_writer.c                               |  128 +-
 src/fvm/fvm_writer.h                               |    2 +-
 src/fvm/fvm_writer_helper.c                        |    6 +-
 src/fvm/fvm_writer_helper.h                        |    2 +-
 src/fvm/fvm_writer_priv.h                          |   12 +-
 src/gui/Makefile.am                                |    2 +-
 src/gui/cs_gui.c                                   | 2498 ++++---
 src/gui/cs_gui.h                                   |  141 +-
 src/gui/cs_gui_boundary_conditions.c               | 1432 ++--
 src/gui/cs_gui_boundary_conditions.h               |  154 +-
 src/gui/cs_gui_conjugate_heat_transfer.c           |    2 +-
 src/gui/cs_gui_conjugate_heat_transfer.h           |    2 +-
 src/gui/cs_gui_mesh.c                              |   25 +-
 src/gui/cs_gui_mesh.h                              |    4 +-
 src/gui/cs_gui_mobile_mesh.c                       |  583 +-
 src/gui/cs_gui_mobile_mesh.h                       |   86 +-
 src/gui/cs_gui_output.c                            |  582 +-
 src/gui/cs_gui_output.h                            |   11 +-
 src/gui/cs_gui_particles.c                         |  400 +-
 src/gui/cs_gui_particles.h                         |   10 +-
 src/gui/cs_gui_radiative_transfer.c                |  307 +-
 src/gui/cs_gui_radiative_transfer.h                |   22 +-
 src/gui/cs_gui_specific_physics.c                  |  133 +-
 src/gui/cs_gui_specific_physics.h                  |    7 +-
 src/gui/cs_gui_util.c                              |    5 +-
 src/gui/cs_gui_util.h                              |    2 +-
 src/gui/cs_gui_variables.h                         |    2 +-
 src/lagr/Makefile.am                               |    3 +-
 src/lagr/cs_lagr.c                                 | 1335 ++--
 src/lagr/cs_lagr.h                                 |  724 +--
 src/lagr/cs_lagr_adh.c                             |  171 +-
 src/lagr/cs_lagr_adh.h                             |   17 +-
 src/lagr/cs_lagr_car.c                             |  106 +-
 src/lagr/cs_lagr_car.h                             |    4 +-
 src/lagr/cs_lagr_clogging.c                        |   15 +-
 src/lagr/cs_lagr_clogging.h                        |    4 +-
 src/lagr/cs_lagr_coupling.c                        |  193 +-
 src/lagr/cs_lagr_coupling.h                        |    2 +-
 src/lagr/cs_lagr_deposition_model.c                |  228 +-
 src/lagr/cs_lagr_deposition_model.h                |  115 +-
 src/lagr/cs_lagr_dlvo.c                            |   64 +-
 src/lagr/cs_lagr_dlvo.h                            |   15 +-
 src/lagr/cs_lagr_extract.c                         |   91 +-
 src/lagr/cs_lagr_extract.h                         |    2 +-
 src/lagr/cs_lagr_geom.c                            |    2 +-
 src/lagr/cs_lagr_geom.h                            |    2 +-
 src/lagr/cs_lagr_gradients.c                       |   36 +-
 src/lagr/cs_lagr_gradients.h                       |    2 +-
 src/lagr/cs_lagr_head_losses.c                     |    3 +-
 src/lagr/cs_lagr_head_losses.h                     |    2 +-
 src/lagr/cs_lagr_injection.c                       | 2214 +++----
 src/lagr/cs_lagr_injection.h                       |    8 +-
 src/lagr/cs_lagr_lec.c                             | 2092 +++---
 src/lagr/cs_lagr_lec.h                             |   55 +-
 src/lagr/cs_lagr_log.c                             |  205 +-
 src/lagr/cs_lagr_log.h                             |    2 +-
 src/lagr/cs_lagr_new.c                             |  884 ++-
 src/lagr/cs_lagr_new.h                             |   69 +-
 src/lagr/cs_lagr_options.c                         | 2094 +-----
 src/lagr/cs_lagr_options.h                         |   11 +-
 src/lagr/cs_lagr_particle.c                        |  217 +-
 src/lagr/cs_lagr_particle.h                        |   79 +-
 src/lagr/cs_lagr_poisson.c                         |    8 +-
 src/lagr/cs_lagr_poisson.h                         |    2 +-
 src/lagr/cs_lagr_post.c                            |  286 +-
 src/lagr/cs_lagr_post.h                            |   89 +-
 src/lagr/cs_lagr_precipitation_model.c             |  114 +-
 src/lagr/cs_lagr_precipitation_model.h             |   15 +-
 src/lagr/cs_lagr_print.c                           |    2 +-
 src/lagr/cs_lagr_print.h                           |    2 +-
 src/lagr/cs_lagr_prototypes.h                      |  164 +-
 src/lagr/cs_lagr_query.c                           |    2 +-
 src/lagr/cs_lagr_query.h                           |    2 +-
 src/lagr/cs_lagr_restart.c                         |  104 +-
 src/lagr/cs_lagr_restart.h                         |    2 +-
 src/lagr/cs_lagr_resuspension.c                    |  435 +-
 src/lagr/cs_lagr_resuspension.h                    |    2 +-
 src/lagr/cs_lagr_roughness.c                       |   34 +-
 src/lagr/cs_lagr_roughness.h                       |    2 +-
 src/lagr/cs_lagr_sde.c                             | 1943 ++++--
 src/lagr/cs_lagr_sde.h                             |   36 +-
 src/lagr/cs_lagr_sde_model.c                       | 1088 ++--
 src/lagr/cs_lagr_sde_model.h                       |   15 +-
 src/lagr/cs_lagr_stat.c                            |  196 +-
 src/lagr/cs_lagr_stat.h                            |   14 +-
 src/lagr/cs_lagr_tracking.c                        | 1182 ++--
 src/lagr/cs_lagr_tracking.h                        |   52 +-
 src/lagr/lagran.f90                                |   96 +-
 src/mei/Makefile.am                                |    4 +-
 src/mei/mei_evaluate.c                             |  221 +-
 src/mei/mei_evaluate.h                             |    2 +-
 src/mei/mei_hash_table.c                           |   49 +-
 src/mei/mei_hash_table.h                           |   22 +-
 src/mei/mei_math_util.c                            |  534 --
 src/mei/mei_math_util.h                            |   89 -
 src/mei/mei_node.c                                 |   60 +-
 src/mei/mei_node.h                                 |   38 +-
 src/mei/mei_parser.y                               |    3 +-
 src/mei/mei_parser_glob.c                          |    2 +-
 src/mei/mei_parser_glob.h                          |    2 +-
 src/mei/mei_scanner.l                              |    8 +-
 src/mesh/Makefile.am                               |   18 +-
 src/mesh/cs_geom.c                                 |  401 ++
 src/mesh/cs_geom.h                                 |  122 +
 src/mesh/cs_join.c                                 |   16 +-
 src/mesh/cs_join.h                                 |    2 +-
 src/mesh/cs_join_intersect.c                       |   17 +-
 src/mesh/cs_join_intersect.h                       |    2 +-
 src/mesh/cs_join_merge.c                           |    2 +-
 src/mesh/cs_join_merge.h                           |    2 +-
 src/mesh/cs_join_mesh.c                            |    2 +-
 src/mesh/cs_join_mesh.h                            |    2 +-
 src/mesh/cs_join_perio.c                           |    2 +-
 src/mesh/cs_join_perio.h                           |    2 +-
 src/mesh/cs_join_post.c                            |    3 +-
 src/mesh/cs_join_post.h                            |    2 +-
 src/mesh/cs_join_set.c                             |   10 +-
 src/mesh/cs_join_set.h                             |    2 +-
 src/mesh/cs_join_split.c                           |    2 +-
 src/mesh/cs_join_split.h                           |    2 +-
 src/mesh/cs_join_update.c                          |  483 +-
 src/mesh/cs_join_update.h                          |    2 +-
 src/mesh/cs_join_util.c                            |    2 +-
 src/mesh/cs_join_util.h                            |    2 +-
 src/mesh/cs_mesh.c                                 |  172 +-
 src/mesh/cs_mesh.h                                 |   63 +-
 src/mesh/cs_mesh_adjacencies.c                     |  681 +-
 src/mesh/cs_mesh_adjacencies.h                     |  162 +-
 src/mesh/cs_mesh_bad_cells.c                       |  179 +-
 src/mesh/cs_mesh_bad_cells.h                       |    3 +-
 src/mesh/cs_mesh_boundary.c                        | 1843 ++++++
 src/mesh/cs_mesh_boundary.h                        |  126 +
 src/mesh/cs_mesh_builder.c                         |  202 +-
 src/mesh/cs_mesh_builder.h                         |   27 +-
 src/mesh/cs_mesh_coherency.c                       |    2 +-
 src/mesh/cs_mesh_coherency.h                       |    2 +-
 src/mesh/cs_mesh_connect.c                         |  147 +-
 src/mesh/cs_mesh_connect.h                         |   22 +-
 src/mesh/cs_mesh_extrude.c                         |   55 +-
 src/mesh/cs_mesh_extrude.h                         |   23 +-
 src/mesh/cs_mesh_from_builder.c                    |  183 +-
 src/mesh/cs_mesh_from_builder.h                    |    2 +-
 src/mesh/cs_mesh_group.c                           | 1170 ++++
 src/mesh/cs_mesh_group.h                           |  218 +
 src/mesh/cs_mesh_halo.c                            |    4 +-
 src/mesh/cs_mesh_halo.h                            |    2 +-
 src/mesh/cs_mesh_location.c                        |  212 +-
 src/mesh/cs_mesh_location.h                        |  124 +-
 src/mesh/cs_mesh_quality.c                         |  281 +-
 src/mesh/cs_mesh_quality.h                         |    2 +-
 src/mesh/cs_mesh_quantities.c                      | 1406 ++--
 src/mesh/cs_mesh_quantities.h                      |   95 +-
 src/mesh/cs_mesh_save.c                            |    4 +-
 src/mesh/cs_mesh_save.h                            |    2 +-
 src/mesh/cs_mesh_smoother.c                        |   38 +-
 src/mesh/cs_mesh_smoother.h                        |    2 +-
 src/mesh/cs_mesh_thinwall.c                        |  578 +-
 src/mesh/cs_mesh_thinwall.h                        |   18 +-
 src/mesh/cs_mesh_to_builder.c                      |   16 +-
 src/mesh/cs_mesh_to_builder.h                      |    2 +-
 src/mesh/cs_mesh_warping.c                         |   77 +-
 src/mesh/cs_mesh_warping.h                         |    2 +-
 src/mesh/cs_partition.c                            |   12 +-
 src/mesh/cs_partition.h                            |    2 +-
 src/pprt/Makefile.am                               |    5 +-
 src/pprt/cs_combustion_model.c                     |    6 +-
 src/pprt/cs_combustion_model.h                     |   10 +-
 src/pprt/cs_physical_model.c                       |    2 +-
 src/pprt/cs_physical_model.h                       |    2 +-
 src/pprt/ppcpfu.f90                                |    2 +-
 src/pprt/ppincl.f90                                |   70 +-
 src/pprt/ppini1.f90                                |   11 +-
 src/pprt/ppinii.f90                                |   12 +-
 src/pprt/ppiniv.f90                                |    8 +-
 src/pprt/ppinv2.f90                                |    2 +-
 src/pprt/pplecd.f90                                |    2 +-
 src/pprt/pppdfr.f90                                |    2 +-
 src/pprt/ppphyv.f90                                |   41 +-
 src/pprt/ppppar.f90                                |    2 +-
 src/pprt/ppprcl.f90                                |   15 +-
 src/pprt/ppprop.f90                                |   42 +-
 src/pprt/pptbht.f90                                |    2 +-
 src/pprt/ppthch.f90                                |    5 +-
 src/pprt/pptssc.f90                                |  102 +-
 src/pprt/pptsvv.f90                                |  119 +
 src/pprt/pptycl.f90                                |   39 +-
 src/pprt/ppvarp.f90                                |   36 +-
 src/rayt/Makefile.am                               |    2 +-
 src/rayt/cs_rad_transfer.c                         |  167 +-
 src/rayt/cs_rad_transfer.h                         |  186 +-
 src/rayt/cs_rad_transfer_absorption.c              |    6 +-
 src/rayt/cs_rad_transfer_absorption.h              |    2 +-
 src/rayt/cs_rad_transfer_adf_models.c              |    8 +-
 src/rayt/cs_rad_transfer_adf_models.h              |    2 +-
 src/rayt/cs_rad_transfer_bcs.c                     |  239 +-
 src/rayt/cs_rad_transfer_bcs.h                     |   12 +-
 src/rayt/cs_rad_transfer_dir.c                     |    8 +-
 src/rayt/cs_rad_transfer_dir.h                     |    2 +-
 src/rayt/cs_rad_transfer_fsck.c                    |   57 +-
 src/rayt/cs_rad_transfer_fsck.h                    |    2 +-
 src/rayt/cs_rad_transfer_modak.c                   |    2 +-
 src/rayt/cs_rad_transfer_modak.h                   |    2 +-
 src/rayt/cs_rad_transfer_options.c                 |   52 +-
 src/rayt/cs_rad_transfer_options.h                 |    2 +-
 src/rayt/cs_rad_transfer_property_fields.c         |   51 +-
 src/rayt/cs_rad_transfer_property_fields.h         |    2 +-
 src/rayt/cs_rad_transfer_pun.c                     |   48 +-
 src/rayt/cs_rad_transfer_pun.h                     |    2 +-
 src/rayt/cs_rad_transfer_restart.c                 |   18 +-
 src/rayt/cs_rad_transfer_restart.h                 |    2 +-
 src/rayt/cs_rad_transfer_solve.c                   |  306 +-
 src/rayt/cs_rad_transfer_solve.h                   |   10 +-
 src/rayt/cs_rad_transfer_source_terms.c            |   21 +-
 src/rayt/cs_rad_transfer_source_terms.h            |    6 +-
 src/rayt/cs_rad_transfer_wall_flux.c               |  421 +-
 src/rayt/cs_rad_transfer_wall_flux.h               |   18 +-
 src/rayt/radiat.f90                                |   14 +-
 src/turb/Makefile.am                               |   12 +-
 src/turb/clipke.f90                                |  107 +-
 src/turb/clipsa.f90                                |   18 +-
 src/turb/clpalp.f90                                |   33 +-
 src/turb/clprij.f90                                |  170 +-
 src/turb/clpv2f.f90                                |   73 +-
 src/turb/cs_les_filter.c                           |    2 +-
 src/turb/cs_les_filter.h                           |    2 +-
 src/turb/cs_les_inflow.c                           |   39 +-
 src/turb/cs_les_inflow.h                           |    2 +-
 src/turb/cs_turbulence_bc.c                        |   23 +-
 src/turb/cs_turbulence_bc.h                        |    2 +-
 src/turb/cs_turbulence_model.c                     |  771 ++-
 src/turb/cs_turbulence_model.h                     |   38 +-
 src/turb/divrit.f90                                |  472 +-
 src/turb/resalp.f90                                |  106 +-
 src/turb/reseps.f90                                |   98 +-
 src/turb/resrij.f90                                |   80 +-
 src/turb/resrij2.f90                               |  166 +-
 src/turb/resrit.f90                                |  307 +-
 src/turb/resssg.f90                                |   78 +-
 src/turb/resssg2.f90                               |  372 +-
 src/turb/resv2f.f90                                |  255 +-
 src/turb/rijech.f90                                |  176 +-
 src/turb/rijthe.f90                                |    9 +-
 src/turb/rijthe2.f90                               |  231 +-
 src/turb/rotcor.f90                                |   28 +-
 src/turb/tsepls.f90                                |   65 +-
 src/turb/turbke.f90                                |  447 +-
 src/turb/turbkw.f90                                |  393 +-
 src/turb/turbsa.f90                                |   76 +-
 src/turb/turent.f90                                |  189 -
 src/turb/turrij.f90                                |  164 +-
 src/turb/vandri.f90                                |    6 +-
 src/turb/visdyn.f90                                |   61 +-
 src/turb/vislmg.f90                                |    6 +-
 src/turb/vissma.f90                                |   20 +-
 src/turb/vissst.f90                                |   81 +-
 src/turb/visv2f.f90                                |    8 +-
 src/turb/viswal.f90                                |    6 +-
 src/turb/vor2cl.f90                                |    9 +-
 src/turb/vordep.f90                                |   29 +-
 src/turb/vorimp.f90                                |    2 +-
 src/turb/vorin0.f90                                |    2 +-
 src/turb/vorinc.f90                                |    2 +-
 src/turb/vorini.f90                                |   25 +-
 src/turb/vorlgv.f90                                |    6 +-
 src/turb/vorpre.f90                                |    4 +-
 src/turb/vortex.f90                                |   32 +-
 src/turb/vorver.f90                                |    2 +-
 src/turb/vorvit.f90                                |    2 +-
 src/user/Makefile.am                               |   38 +-
 src/user/cs_user_1d_wall_thermal.c                 |  124 +
 src/user/cs_user_atmospheric_model.f90             |    2 +-
 src/user/cs_user_boundary_conditions.c             |   36 +-
 src/user/cs_user_boundary_conditions.f90           |   30 +-
 src/user/cs_user_boundary_conditions_ale.f90       |    8 +-
 src/user/cs_user_boundary_mass_source_terms.f90    |    2 +-
 src/user/cs_user_cdo.c                             |   45 +-
 src/user/cs_user_cdo_extra_op.c                    |   24 +-
 src/user/cs_user_cdo_numerics.c                    |   23 +-
 src/user/cs_user_coupling.c                        |    9 +-
 src/user/cs_user_electric_scaling.c                |   10 +-
 src/user/cs_user_extra_operations.c                |   13 +-
 src/user/cs_user_extra_operations.f90              |    2 +-
 src/user/cs_user_fluid_structure_interaction.f90   |   12 +-
 src/user/cs_user_head_losses.c                     |  123 +
 src/user/cs_user_head_losses.f90                   |    6 +-
 src/user/cs_user_initialization.c                  |   25 +-
 src/user/cs_user_initialization.f90                |   10 +-
 src/user/cs_user_lagr_bcs.c                        |  442 --
 src/user/cs_user_lagr_boundary_conditions.c        |   92 +
 src/user/cs_user_lagr_model.c                      |  607 +-
 src/user/cs_user_lagr_particle.c                   |  118 +-
 src/user/cs_user_lagr_volume_conditions.c          |   90 +
 src/user/cs_user_les_inflow.f90                    |    2 +-
 src/user/cs_user_mass_source_terms.f90             |    2 +-
 src/user/cs_user_mesh.c                            |   17 +-
 src/user/cs_user_metal_structures_source_terms.f90 |    2 +-
 src/user/cs_user_modules.f90                       |    2 +-
 src/user/cs_user_parameters.c                      |   88 +-
 src/user/cs_user_parameters.f90                    |  140 +-
 src/user/cs_user_performance_tuning.c              |    8 +-
 src/user/cs_user_physical_properties.c             |   12 +-
 src/user/cs_user_physical_properties.f90           |   39 +-
 src/user/cs_user_porosity.f90                      |    2 +-
 src/user/cs_user_postprocess.c                     |   62 +-
 src/user/cs_user_postprocess_var.f90               |    3 +-
 src/user/cs_user_radiative_transfer.c              |   29 +-
 src/user/cs_user_radiative_transfer_bcs.c          |   39 +-
 src/user/cs_user_solver.c                          |    3 +-
 src/user/cs_user_source_terms.f90                  |  194 +-
 src/user/cs_user_turbomachinery.c                  |    4 +-
 src/user/cs_user_zones.c                           |   89 +
 src/user/usatch.f90                                |    2 +-
 src/user/usctdz.f90                                |    2 +-
 src/user/ushist.f90                                |   93 -
 src/user/uspt1d.f90                                |  177 -
 src/user/usthht.f90                                |    2 +-
 src/user/usvort.f90                                |    2 +-
 src/user/usvosy.f90                                |    2 +-
 src/user_examples/Makefile.am                      |   94 +-
 src/user_examples/cs_user_1d_wall_thermal.c        |  297 +
 src/user_examples/cs_user_atmospheric_model.f90    |    2 +-
 .../cs_user_boundary_conditions-advanced.f90       |   30 +-
 .../cs_user_boundary_conditions-atmospheric.f90    |   37 +-
 ...user_boundary_conditions-auto_inlet_profile.f90 |   10 +-
 .../cs_user_boundary_conditions-base.f90           |    6 +-
 .../cs_user_boundary_conditions-compressible.f90   |   61 +-
 .../cs_user_boundary_conditions-cooling_towers.f90 |    9 +-
 .../cs_user_boundary_conditions-electric_arcs.f90  |  111 +-
 ...undary_conditions-electric_arcs_ieljou_3_or_4.c |   35 +-
 .../cs_user_boundary_conditions-fuel.f90           |   22 +-
 .../cs_user_boundary_conditions-gas_3ptchem.f90    |  148 +-
 .../cs_user_boundary_conditions-gas_ebu.f90        |   13 +-
 ...user_boundary_conditions-gas_libby_williams.f90 |   14 +-
 .../cs_user_boundary_conditions-mapped_inlet.f90   |   10 +-
 ...cs_user_boundary_conditions-pulverized_coal.f90 |   14 +-
 ...ndary_conditions-pulverized_coal_lagrangian.f90 |   14 +-
 .../cs_user_boundary_conditions-richards.f90       |   10 +-
 .../cs_user_boundary_conditions_ale-base.f90       |   10 +-
 ...ser_boundary_mass_source_terms-condensation.f90 |   16 +-
 ...ndary_mass_source_terms-nzones_condensation.f90 |   10 +-
 src/user_examples/cs_user_cdo-condif.c             |  639 +-
 src/user_examples/cs_user_cdo-groundwater.c        |  422 +-
 .../cs_user_cdo_extra_op-verif-diffusion.c         |  909 +--
 src/user_examples/cs_user_cdo_numerics-examples.c  |   48 +-
 src/user_examples/cs_user_coupling-saturne.c       |   82 +-
 src/user_examples/cs_user_coupling-syrthes.c       |  140 +-
 src/user_examples/cs_user_coupling.c               |   39 +-
 src/user_examples/cs_user_electric_scaling.c       |   10 +-
 .../cs_user_extra_operations-balance_by_zone.c     |  138 +
 .../cs_user_extra_operations-energy_balance.f90    |   10 +-
 ...cs_user_extra_operations-extract_1d_profile.f90 |  213 -
 .../cs_user_extra_operations-force_temperature.f90 |    2 +-
 .../cs_user_extra_operations-global_efforts.f90    |    2 +-
 ...s_user_extra_operations-nusselt_calculation.f90 |    4 +-
 ...s_user_extra_operations-parallel_operations.f90 |    2 +-
 .../cs_user_extra_operations-richards_flux.f90     |    2 +-
 .../cs_user_extra_operations-scalar_balance.c      |    9 +-
 ...ser_extra_operations-scalar_balance_by_zone.f90 |  135 -
 .../cs_user_extra_operations-turbomachinery.c      |   10 +-
 .../cs_user_fluid_structure_interaction.f90        |    6 +-
 src/user_examples/cs_user_head_losses.c            |  198 +
 src/user_examples/cs_user_head_losses.f90          |  324 -
 .../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      |   30 +-
 .../cs_user_initialization-electric_arcs.f90       |   21 +-
 src/user_examples/cs_user_initialization-fuel.f90  |    2 +-
 .../cs_user_initialization-gas_3ptchem.f90         |    2 +-
 .../cs_user_initialization-gas_ebu.f90             |    2 +-
 .../cs_user_initialization-gas_libby_williams.f90  |    2 +-
 .../cs_user_initialization-pulverized_coal.f90     |    2 +-
 .../cs_user_initialization-richards.f90            |   37 +-
 .../cs_user_initialization-time_step.f90           |    2 +-
 ...user_initialization-unified_combustion_coal.f90 |    2 +-
 .../cs_user_lagr_boundary_conditions.c             |  321 +
 src/user_examples/cs_user_lagr_model.c             |  611 ++
 src/user_examples/cs_user_lagr_particle-coal.c     |  250 +
 src/user_examples/cs_user_lagr_particle.c          |  368 +-
 src/user_examples/cs_user_lagr_volume_conditions.c |  141 +
 src/user_examples/cs_user_les_inflow-base.f90      |   10 +-
 src/user_examples/cs_user_mass_source_terms.f90    |   22 +-
 src/user_examples/cs_user_mesh-boundary.c          |  156 +
 .../cs_user_mesh-groups_from_free_faces.c          |    4 +-
 src/user_examples/cs_user_mesh-input-save.c        |   58 +-
 src/user_examples/cs_user_mesh-joining.c           |    6 +-
 src/user_examples/cs_user_mesh-modify.c            |  108 +-
 src/user_examples/cs_user_mesh-periodicity.c       |  276 +-
 src/user_examples/cs_user_mesh-quality.c           |   16 +-
 src/user_examples/cs_user_mesh-thinwall.c          |  135 -
 ..._metal_structures_source_terms-condensation.f90 |    6 +-
 src/user_examples/cs_user_modules-user-arrays.f90  |    2 +-
 src/user_examples/cs_user_parameters-base.c        |  190 +-
 .../cs_user_parameters-cavitation.f90              |  108 +-
 src/user_examples/cs_user_parameters-ctwr.c        |  159 +
 src/user_examples/cs_user_parameters-fans.c        |   21 +-
 .../cs_user_parameters-linear_solvers.c            |  394 +-
 src/user_examples/cs_user_parameters-output.f90    |  156 +-
 src/user_examples/cs_user_parameters-richards.f90  |  154 +-
 src/user_examples/cs_user_parameters-rotation.f90  |   33 +-
 .../cs_user_parameters-time_moments.c              |   76 +-
 src/user_examples/cs_user_parameters.f90           |  403 +-
 .../cs_user_performance_tuning-matrix.c            |    8 +-
 .../cs_user_performance_tuning-numbering.c         |    8 +-
 .../cs_user_performance_tuning-parallel-io.c       |    8 +-
 .../cs_user_performance_tuning-partition.c         |  127 +-
 .../cs_user_physical_properties-coal_drift.f90     |   30 +-
 ..._user_physical_properties-compressible_flow.f90 |   28 +-
 .../cs_user_physical_properties-richards_sat.f90   |   32 +-
 .../cs_user_physical_properties-richards_unsat.f90 |   66 +-
 .../cs_user_physical_properties-scalar_drift.f90   |   11 +-
 src/user_examples/cs_user_porosity.f90             |    2 +-
 src/user_examples/cs_user_postprocess-profiles.c   |  610 ++
 src/user_examples/cs_user_postprocess-sfc.c        |  128 +-
 src/user_examples/cs_user_postprocess.c            |  229 +-
 src/user_examples/cs_user_postprocess_var.f90      |   43 +-
 src/user_examples/cs_user_radiative_transfer.c     |  113 +-
 src/user_examples/cs_user_radiative_transfer_bcs.c |  195 +-
 src/user_examples/cs_user_solver-heat-equation.c   |    8 +-
 .../cs_user_source_terms-richards_decay.f90        |   70 +-
 .../cs_user_source_terms-scalar_in_a_channel.f90   |    9 +-
 src/user_examples/cs_user_source_terms.f90         |   40 +-
 src/user_examples/cs_user_turbomachinery.c         |   68 +-
 src/user_examples/cs_user_zones.c                  |  134 +
 src/user_examples/usatch_4spe5reac.f90             |    2 +-
 src/user_examples/usctdz.f90                       |  108 -
 src/user_examples/ushist.f90                       |  353 -
 src/user_examples/uspt1d.f90                       |  324 -
 src/user_examples/usthht.f90                       |    2 +-
 src/user_examples/usvort.f90                       |    2 +-
 src/user_examples/usvosy.f90                       |    8 +-
 tests/Makefile.am                                  |   71 +-
 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                               |   34 +-
 tests/cs_check_cdo.c                               | 2078 ++++++
 tests/cs_core_test.c                               |    2 +-
 tests/cs_file_test.c                               |    2 +-
 tests/cs_interface_test.c                          |    6 +-
 tests/cs_map_test.c                                |    4 +-
 tests/cs_matrix_test.c                             |  843 +++
 tests/cs_moment_test.c                             |    2 +-
 tests/cs_random_test.c                             |  337 +
 tests/cs_rank_neighbors_test.c                     |   14 +-
 tests/cs_sizes_test.c                              |    2 +-
 tests/cs_tree_test.c                               |  106 +
 tests/fvm_selector_postfix_test.c                  |    4 +-
 tests/fvm_selector_test.c                          |    4 +-
 tests/graphics/matrix_partition_1.fig              |   45 +
 tests/graphics/matrix_partition_2.fig              |   96 +
 tests/graphics/matrix_partition_3.fig              |  132 +
 tests/graphics/matrix_partition_4.fig              |  168 +
 tests/mei_test_main.c                              |    2 +-
 tests/unittests.py                                 |    2 +-
 1877 files changed, 195455 insertions(+), 107827 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