* 23/04/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Release Code_Saturne 2.1.7.

* 12/04/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix GUI bug preventing setting negative internal structure displacement values.
  modified files:
    gui/Pages/FluidStructureInteractionView.py

* 10/04/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix for Sun Grid Engine Environment.
  modified files:
    bin/cs_exec_environment.py

* 02/04/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Fixes for compilation with IBM XL compiler.
  modified files:
    src/alge/cs_matrix.c

* 02/04/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix array index bug for radiative transfer using GUI.
  modified files:
    src/gui/cs_gui_radiative_transfer.c

* 26/03/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Release Code_Saturne 2.1.6.

* 21/03/2012 - Dorothée Senechal <dorothee.senechal@edf.fr>
  Fixes for coal and fuel combustion models.

* 05/03/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Update external library versions and comments in the installer.
  modified files:
    extras/installer/install_saturne.py
    extras/installer/setup

* 02/03/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Test for environment modules in subshell to preserve environment variables.
  modified file:
    m4/cs_modules.m4

* 02/03/2012 - Cyril Baudry <cyril.baudry@edf.fr>
  Fix meteo boundary conditions setup with GUI.
  modified file:
    gui/Pages/BoundaryConditionsMeteoView.py

* 27/02/2012 - Martin Ferrand <martin.ferrand@edf.fr>
  Fix vorticity calculation in Spalart-Allmaras model.
  modified file:
    src/turb/turbsa.f90

* 23/02/2012 - David Monfort <david.monfort@edf.fr>
  Release Code_Saturne 2.1.5.
  modified files:
    configure.ac
    extras/installer/install_saturne.py

* 23/02/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix the domain partitioning script in some cases.
  modified file:
    bin/cs_case_domain.py

* 23/02/2012 - Martin Ferrand <martin.ferrand@edf.fr>
  Fixes for the velocity-components coupling algorithm.
  modified files:
    src/base/condli.f90
    src/base/tridim.f90

* 23/02/2012 - Alexande Douce <alexandre.douce@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Miscellaneous fixes and cleaning for the GUI.
  modified files:
    gui/Base/XMLinitialize.py
    gui/Pages/OutputControlModel.py
    gui/Pages/OutputControlView.py
    gui/Pages/SolutionDomainModel.py
    gui/Pages/SolutionVerifView.py
    src/base/iniusi.f90
    src/gui/cs_gui_output.c

* 23/02/2012 - Alexande Douce <alexandre.douce@edf.fr>
  Fixes and improvement for the autoVnV tool.
  modified files:
    bin/autovnv/Parser.py
    bin/autovnv/Study.py
    bin/autovnv/TexMaker.py
    bin/cs_autovnv.py
    doc/autovnv/autovnv.tex

* 23/02/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix output format and input file path bugs in GUI mesh checking function.
  modified files:
    gui/Pages/SolutionVerifView.py

* 22/02/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix reading of frozen field option using GUI.
  modified files:
    src/gui/cs_gui.c

* 20/02/2012 - David Monfort <david.monfort@edf.fr>
  Disable shared libraries for Darwin hosts.
  modified file:
    configure.ac

* 16/02/2012 - Cyril Baudry <cyril.baudry@edf.fr>
  Fix monitoring points frequency management in the graphical interface.
  modified file:
    gui/Pages/OutputControlModel.py
    gui/Pages/OutputControlView.py

* 16/02/2012 - Alexande Douce <alexandre.douce@edf.fr>
  Some fixes for the autovnv tool.
  modified files:
    bin/autovnv/Parser.py
    bin/autovnv/Study.py

* 16/02/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix missing handling of periodicity for mesh check using the GUI.
  modified files:
    gui/Pages/SolutionVerifView.py

* 16/02/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix rename of postprocessing output from "results" to "quality" for
  mesh check using the GUI.
  modified files:
    gui/Pages/SolutionVerifView.py

* 26/01/2012 - David Monfort <david.monfort@edf.fr>
  Fix missing memory allocation for some work arrays in the compressible
  module.
  modified routine:
     src/cfbl/cfcdts.f90

* 26/01/2012 - Mathieu Guingo <mathieu.guingo@edf.fr>
  Fix a memory leak in the graphical interface (Lagrangian setup).
  modified routine:
    src/gui/cs_gui_particles.c

* 24/01/2012 - David Monfort <david.monfort@edf.fr>
  Remove the multigrid algorithm by default for electric variables.
  modified routine:
    src/elec/elini1.f90

* 24/01/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a double-periodicity issue (sequential fix ATM).
  modified routine:
    src/mesh/cs_mesh.c

* 24/01/2012 - David Monfort <david.monfort@edf.fr>
  Minor fixes for the time monitoring outputs.
  modified routines:
    src/base/cs_time_plot.c
    src/base/strhis.f90
    src/lagr/laghis.f90

* 24/01/2012 - David Monfort <david.monfort@edf.fr>
  Fixes for the BL v2-k model. Patch provided by Flavien Billard.
  modified routines:
    src/base/condli.f90
    src/base/lecamp.f90
    src/turb/visv2f.f90

* 13/01/2012 - David Monfort <david.monfort@edf.fr>
  Release of Code_Saturne 2.1.4.

* 13/01/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  GUI must load environment modules to avoid issues with subprocesses.
  modified files:
    bin/cs_gui.py

* 13/01/2012 - Yvan Fournier <yvan.fournier@edf.fr>
  Make detection of initial run directory more robust.
  modified files:
    bin/cs_run.py
    extras/batch/batch.CCC
    extras/batch/batch.LOADL
    extras/batch/batch.LOADL_BG
    extras/batch/batch.LSF
    extras/batch/batch.PBS
    extras/batch/batch.SGE
    extras/batch/batch.SLURM

* 12/01/2012 - David Monfort <david.monfort@edf.fr>
  Fix code/code coupling definition examples.
  modified routine:
    users/base/cs_user_saturne_coupling.c

* 12/01/2012 - David Monfort <david.monfort@edf.fr>
  Add a variable related to the Fortran modules directory so as to enable
  NEPTUNE_CFD to compile Code_Saturne Fortran files.
  modified routine:
    bin/cs_compile.py
    bin/cs_package.py.in

* 04/01/2012 - David Monfort <david.monfort@edf.fr>
  Fix the setup of radiative transfert modelling in the graphical interface.
  modified routine:
    gui/Pages/ThermalRadiationModel.py

* 30/12/2011 - David Monfort <david.monfort@edf.fr>
  Release of Code_Saturne 2.1.3.

* 28/12/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Fix for the Rij-epsilon SSG model (wrong velocity gradient calculation).
  modified routines:
    src/turb/reseps.f90
    src/turb/resssg.f90
    src/turb/turrij.f90
    users/base/ustsri.f90

* 28/12/2011 - David Monfort <david.monfort@edf.fr>
  Release of Code_Saturne 2.1.2.

* 28/12/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Upgrade SALOME requirement. Code_Saturne can now correctly detect both
  SALOME 6.3 and 6.4 versions.
  modified files:
    bin/cs_config.py.in
    bin/cs_salome.py
    bin/runcase_aster.in
    m4/cs_salome.m4
    Makefile.am

* 22/12/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Ensure user shell (if Bourne shell compatible) is used for subprocesses.
  This should avoid subtle bugs on some systems due to environments not being
  complete, both for user source code compilation and when launching Salome.
  modified files:
    bin/cs_case.py
    bin/cs_exec_environment.py

* 13/12/2011 - David Monfort <david.monfort@edf.fr>
  Release of Code_Saturne 2.1.1.

* 13/12/2011 - Ralf Becker <ralf.becker@dlr.de>
  Fixe and improvements in the Libby-Williams models for the enthalpy
  calculation.
  modified files:
    src/cogz/lwcphy.f90
    src/cogz/pdflwc.f90
    src/cogz/pdfpp3.f90
    src/cogz/pdfpp4.f90

* 12/12/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add missing initialization in warped face split parallel synchronization.
  modified routine:
    src/mesh/cs_mesh_warping.c

* 12/12/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add missing array size update when cleaning interior faces with periodicity.
  modified routine:
    src/mesh/cs_join_perio.c

* 12/12/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix: update ghost cells -> vertices connectivity when removing isolated faces.
  modified routine:
    src/mesh/cs_mesh.c

* 29/11/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix for periodicity of rotation.
  modified routine:
    src/base/cs_matrix.c

* 24/11/2011 - David Monfort <david.monfort@edf.fr>
  Fix a memory deallocation issue in fluid/structure interaction.
  modified routine:
    src/base/tridim.f90

* 17/11/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Fixes for ALE method with parallelism or periodicity.
  modified files:
    src/base/cs_ale.c
    src/base/iniva0.f90

* 14/11/2011 - David Monfort <david.monfort@edf.fr>
  Fix detection of coupled nodes in case of Code_Aster coupling.
  modified routine:
    src/base/strini.f90

* 14/11/2011 - David Monfort <david.monfort@edf.fr>
  Remove documentation compilation from the Python installer.
  modified files:
    extras/installer/install_saturne.py
    extras/installer/README.txt

* 14/11/2011 - David Monfort <david.monfort@edf.fr>
  Add a SALOMERUN variable to configure stage to define SALOME main script.
  modified files:
    bin/cs_config.py.in
    bin/cs_salome.py
    m4/cs_salome.m4
    Makefile.am

* 09/11/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add initialization of allocation return status in example to avoid
  issues with gcc 4.6.
  modified file:
    users/base/user_modules.f90

* 08/11/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Fix XML reader for writer output freqency.
  modified routine:
    src/gui/cs_gui_output.c

* 08/11/2011 - David Monfort <david.monfort@edf.fr>
  Add a missing call to uinpst to handle MEI function for writers output.
  modified routine:
    src/base/caltri.f90

* 03/11/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix linked libraries order for static link of MEI syntax check.
  modified file:
    src/apps/Makefile.am

* 02/11/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix CFDSTUDY module launch when VISU module is not available.
  modified file:
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_ActionsHandler.py

* 27/10/2011 - David Monfort <david.monfort@edf.fr>
  Upate Code_Aster coupling preliminary features.
  removed files:
    salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER.exe
    salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.exe
  modified files:
    bin/cs_create.py
    bin/runcase_aster.in
    config/salome_module.mk
    salome/fsi_coupling/src/FSI_ASTER/Makefile.am
    salome/fsi_coupling/src/FSI_SATURNE/Makefile.am

* 27/10/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Update CFDSTUDY features according to recent changes in Code_Saturne
  studies framework.
  removed files:
    salome/cfd_study/resources/FolderLinked.png
    salome/cfd_study/resources/FolderVirtual.png
    salome/cfd_study/resources/Link.png
    salome/cfd_study/src/CFDSTUDYGUI/DefineLinkDialog.ui
  modified files:
    salome/cfd_study/resources/Makefile.am
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_ActionsHandler.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DataModel.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DialogCollector.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_ProcessMgr.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDY_images.ts
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDY_msg_en.ts
    salome/cfd_study/src/CFDSTUDYGUI/Makefile.am

* 20/10/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Fix Spalart-Allmaras calculations restart.
  modified routines:
    src/base/lecamp.f90
    src/base/lecamx.f90

* 19/10/2011 - David Monfort <david.monfort@edf.fr>
  Release of Code_Saturne 2.1.0.

* 18/10/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add missing comma between domain blocks in runcase_coupling.
  modified file:
    bin/cs_create.py

* 18/10/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Also remove threaded-version of BLAS library detection for ESSL, as recent
  tests on blue Gene/P show it is not required (though linking with thread-safe
  compiler options is required even for the non-threaded version due to
  ESSL dependencies).
  modified file:
    m4/cs_blas.m4

* 06/10/2011 - David Monfort <david.monfort@edf.fr>
  Remove threaded-version of BLAS library detection for MKL and Atlas since
  MKL threaded version (with Intel 11.1 compilers) proved to be 150 times slower
  than without BLAS or with non-threaded BLAS. Also apply this change to Atlas
  library but keep threaded version for BlueGene systems as it seems to be required.
  modified file:
    m4/cs_blas.m4

* 06/10/2011 - David Monfort <david.monfort@edf.fr>
  Fix an uninitialized variable in the new combustion module.
  modified routine:
    src/comb/cs_gascomb.f90

* 21/09/2011 - David Monfort <david.monfort@edf.fr>
  Fix the allocation of a work array for imrgra=4.
  modified routine:
    src/base/pointe.f90

* 19/09/2011 - Alexandre Douce <alexandre.douce@edf.fr>
  Update autovnv documentation and fix a minor issue.
  modified files:
    bin/autovnv/Drawing.py
    doc/autovnv/autovnv.tex

* 15/09/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Fix some Lagrangian modelling pages in the graphical interface.
  modified files:
    gui/Pages/LagrangianOutputModel.py
    gui/Pages/LagrangianOutputView.py

* 15/09/2011 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix a couple of issues in the autovnv scripts and the script output.
  modified scripts:
    bin/autovnv/Drawing.py
    bin/autovnv/Parser.py
    bin/autovnv/Study.py
    bin/cs_case.py

* 09/09/2011 - David Monfort <david.monfort@edf.fr>
  Bump version number to 2.1-rc3.

* 09/09/2011 - Mathieu Guingo <mathieu.guingo@edf.fr>
  Fix a number of bugs in the Lagrangian module.
  Thanks to Ralf Becker for discovering the issues and fixing them.

* 09/09/2011 - David Monfort <david.monfort@edf.fr>
  Always use English localization in the GUI.

* 07/09/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix mesh file path handling in run script.
  modified files:
    bin/cs_xml_reader.py

* 07/09/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix for error and default writer initialization option.
  modified files:
    src/base/cs_post.c

* 23/08/2011 - David Monfort <david.monfort@edf.fr>
  Fix a bug in the autovnv process and improve associated documentation.
  modified files:
    bin/autovnv/Study.py
    doc/autovnv/autovnv.tex

* 19/08/2011 - David Monfort <david.monfort@edf.fr>
  Fix minor issue in the script XML reader (provided by Mélanie
  Aebischer).
  modified script:
    bin/cs_xml_reader.py

* 19/08/2011 - David Monfort <david.monfort@edf.fr>
  Update keywords documentation.
  modified file:
    doc/user/saturne2.tex

* 16/08/2011 - David Monfort <david.monfort@edf.fr>
  Fix off_t definition on 32bit systems.
  modified routine:
    src/apps/cs_io_dump.c

* 25/07/2011 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Miscelleaneous corrections in comments and code indentation.
  modified files:
    bin/runcase_coupling.in
    libple/src/ple_coupling.h
    src/base/cs_tpar1d.c
    src/base/modini.f90
    src/base/tridim.f90
    users/base/usini1.f90
    users/base/usphyv.f90
    users/base/usproj.f90
    users/base/ustssc.f90

* 25/07/2011 - David Monfort <david.monfort@edf.fr>
  Improve build system to re-enable make dist target.
  removed directory:
    gui/doc
  modified scripts:
    configure.ac
    doc/autovnv/Makefile.am
    doc/developper/Makefile.am
    doc/doxygen/Makefile.am
    doc/install/Makefile.am
    doc/Makefile.am
    doc/salome/Makefile.am
    doc/user/Makefile.am
    libple/Makefile.am
    libple/sbin/bootstrap
    Makefile.am
    salome/cfd_study/resources/Makefile.am
    salome/cfd_study/src/CFDSTUDYGUI/Makefile.am
    salome/fsi_coupling/src/FSI_ASTER/Makefile.am
    salome/fsi_coupling/src/FSI_SATURNE/Makefile.am
    sbin/bootstrap

* 22/07/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Fix minor issues in the post-processing pages.
  modified routines:
    gui/Pages/LocalizationForm.ui
    gui/Pages/OutputControlModel.py
    gui/Pages/OutputControlView.py

* 21/07/2011 - David Monfort <david.monfort@edf.fr>
  Remove (very) incomplete OpenMP support, which will be available in
  future versions, but is not usable yet in the 2.1 release series.
  modified scripts:
    configure.ac
    m4/cs_blas.m4
  modified routines:
    src/alge/cs_matrix.c
    src/apps/cs_solver.c

* 21/07/2011 - David Monfort <david.monfort@edf.fr>
  Use a standard "make html" target to generate Doxygen documentation.
  modified file:
    doc/doxygen/Doxyfile

* 20/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Allow reading of CGNS files with BC's referring non-existant edges, as a
  workaround for a bug in ICEM CFD 13 CGNS export.
  modified files:
    preprocessor/pre-post/ecs_pre_cgns.c

* 19/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add --with-modules configure option to allow override of automatic detection.
  modified files:
    config/cs_modules.m4
    doc/install/install.tex

* 19/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Make parsing of syrthes.env files more robust.
  modified files:
    bin/runcase_syrthes

* 18/07/2011 - David Monfort <david.monfort@edf.fr>
  Fix a SYRTHES 3 coupling bug with MPI pset initialization (BGP).
  modified script:
    bin/cs_case_coupling.c

* 18/07/2011 - David Monfort <david.monfort@edf.fr>
  Fix a XML reader bug when using iturb value (thanks to Charles Moulinec).
  modified routine:
    src/base/cs_gui.c

* 18/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix bug when reading the variance of volumetric statistics from a restart file.
  Thanks to Ralf Becker for this patch.
  modified files:
    src/lagr/laglec.f90

* 15/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Allow using absolute file name for batch template configuration option.
  modified files:
    bin/cs_create.py

* 15/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor improvements to system information in log file,
  with additional info for Blue Gene/P.
  modified files:
    config/cs_auto_flags.sh
    po/fr.po
    src/base/cs_base.c
    src/bft/bft_sys_info.c
    src/bft/bft_sys_info.h

* 15/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  The MPMD configfile for Blue Gene/P does not accept comments.
  modified file:
    bin/cs_case.py

* 15/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix incorrect injfac array size. Thanks to Ralf Becker for this patch.
  modified file:
    users/lagr/uslain.f90

* 13/07/2011 - Jacques Fontaine <jacques-j.fontaine@edf.fr>
  Fix missing multiplier bug in theta scheme.
  modified files:
    src/alge/bilsc4.f90

* 13/07/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Fix array allocation handling when not using ipucou or ncpdct options.
  modified files:
    src/base/navstv.f90

* 12/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Various fixes to coupling with SYRTHES 3 to enable coupling on Blue Gene/P.
  This includes adding an optional pset_size argument for the SYRTHES 3 domains
  in the coupling script to allow starting SYRTHES on a whole processor set,
  as required by mpiexec on this machine.
  modified files:
    bin/cs_case.py
    bin/cs_case_coupling.py
    bin/cs_case_domain.py
    bin/runcase_coupling.in
    libsyrcs/syr_cs.c
    libsyrcs/syr_defs.h
    libsyrcs/syr_defs.c

* 08/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix dialog filter for mesh_input selection.
  modified files:
    gui/Pages/SolutionDomainView.py

* 08/07/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Fix writing the mesh viscosity array for checkpoints.
  modified routine:
    src/base/ecrava.f90

* 08/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove asterisk from default partition name selection in GUI when using SLURM.
  modified files:
    gui/Pages/BatchRunningView.py

* 07/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix missing initialization of FVM writer when cs_post_get_writer() is called
  before standard meshes are output by cs_post_init_meshes().
  modified files:
    src/base/cs_post.c

* 06/07/2011 - Pascal Nicolas <pascal.nicolas@incka.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Update user documentation, including addition of GUI screenshots.
  added files:
    doc/user/graphics/gui_ale_external.png
    doc/user/graphics/gui_ale_internal.png
    doc/user/graphics/gui_ale_mei.png
    doc/user/graphics/gui_atmo_read.png
    doc/user/graphics/gui_bc_parameters.png
    doc/user/graphics/gui_bc_regions.png
    doc/user/graphics/gui_case_dir.png
    doc/user/graphics/gui_coal_bc.png
    doc/user/graphics/gui_coal_classes.png
    doc/user/graphics/gui_coal_coke.png
    doc/user/graphics/gui_coal_composition.png
    doc/user/graphics/gui_coal_oxydant.png
    doc/user/graphics/gui_coal_reaction.png
    doc/user/graphics/gui_coal_solution_control.png
    doc/user/graphics/gui_coal_time_average.png
    doc/user/graphics/gui_density_law.png
    doc/user/graphics/gui_fluid_props.png
    doc/user/graphics/gui_global_res_parameters.png
    doc/user/graphics/gui_gravity_hyd_pressure.png
    doc/user/graphics/gui_head_loss_coeffs.png
    doc/user/graphics/gui_head_loss_regions.png
    doc/user/graphics/gui_lagr_bc.png
    doc/user/graphics/gui_lagr_global_advanced.png
    doc/user/graphics/gui_lagr_global_settings_coal.png
    doc/user/graphics/gui_lagr_global_settings.png
    doc/user/graphics/gui_lagr_output.png
    doc/user/graphics/gui_lagr_statistics.png
    doc/user/graphics/gui_mesh_join.png
    doc/user/graphics/gui_mesh_periodicity.png
    doc/user/graphics/gui_mobile_mesh.png
    doc/user/graphics/gui_numerical_parameters.png
    doc/user/graphics/gui_output_1d_profiles.png
    doc/user/graphics/gui_output_log.png
    doc/user/graphics/gui_output_meshes.png
    doc/user/graphics/gui_output_writers.png
    doc/user/graphics/gui_phys_prop_ref_pressure.png
    doc/user/graphics/gui_prepare_execution.png
    doc/user/graphics/gui_rad_transf_do_advanced.png
    doc/user/graphics/gui_rad_transf_do_params.png
    doc/user/graphics/gui_rad_transf_models.png
    doc/user/graphics/gui_rad_transf_p1_advanced.png
    doc/user/graphics/gui_rad_transf_p1_params.png
    doc/user/graphics/gui_rad_transf_post_output.png
    doc/user/graphics/gui_rad_transf_wall_model.png
    doc/user/graphics/gui_rad_transf_wall_params.png
    doc/user/graphics/gui_syrthes_coupling.png
    doc/user/graphics/gui_thermal_scalar.png
    doc/user/graphics/gui_thermo_phys_models.png
    doc/user/graphics/gui_time_averages.png
    doc/user/graphics/gui_time_step.png
    doc/user/graphics/gui_turbulence_models.png
    doc/user/graphics/gui_user_scal_def_init.png
    doc/user/graphics/gui_user_scal_phys_props.png
    doc/user/graphics/gui_volume_regions.png
  modified files:
    doc/user/graphics/Makefile.am
    doc/user/saturne1.tex

* 06/07/2011 - David Monfort <david.monfort@edf.fr>
  Set the relaxation coefficient to the classical value of 0.7 instead of
  0.9 for the steady algorithm.
  modified file:
    gui/Pages/SteadyManagementModel.py
    src/base/iniini.f90

* 06/07/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Use the vector gradient API to calculate 2.Oij.Oij
  modified routine:
    src/turb/turbsa.f90

* 04/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Several minor fixes and improvements in handling of postprocessing output
  by the GUI (adds minor changes to XML format).
  modified files:
    gui/Base/BrowserView.py
    gui/Pages/OutputControlForm.ui
    gui/Pages/OutputControlModel.py
    gui/Pages/OutputControlView.py
    src/base/cs_post.c
    src/gui/cs_gui_output.c

* 04/07/2011 - David Monfort <david.monfort@edf.fr>
  Make the thermochemistry file name coherent with the scripts.
  modified routines:
    src/base/entsor.f90
    src/base/iniini.f90

* 04/07/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix bugs in non-symmetric multigrid solver due to missing interleave updates.
  modified files:
    src/base/cs_grid.c

* 30/06/2011 - David Monfort <david.monfort@edf.fr>
  New version 2.1 release candidate.

* 30/06/2011 - Mélanie Aebischer <melanie.aebischer@c-s.fr>
  Correct XML generation with coal and gas modelling (density must be
  variable and not user-law).
  modified routine:
    gui/Pages/FluidCharacteristicView.py

* 29/06/2011 - Flavien Billard <flavien.billard@manchester.ac.uk>
  New turbulence model in the framework of the v2-f models.
  This is a "blended" v2f (iturb = 51).
  added routines:
    src/turb/tsepls.f90
    src/turb/visv2f.f90
  modified script:
    src/turb/Makefile.am
  modified routines:
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/condli.f90
    src/base/covofi.f90
    src/base/cscini.f90
    src/base/cstphy.f90
    src/base/ecrava.f90
    src/base/ecrlis.f90
    src/base/impini.f90
    src/base/iniini.f90
    src/base/initi2.f90
    src/base/iniusi.f90
    src/base/iniva0.f90
    src/base/inivar.f90
    src/base/lecamp.f90
    src/base/lecamx.f90
    src/base/memtri.f90
    src/base/modini.f90
    src/base/numvar.f90
    src/base/phyvar.f90
    src/base/preduv.f90
    src/base/predvv.f90
    src/base/stdtcl.f90
    src/base/tridim.f90
    src/base/typecl.f90
    src/base/varpos.f90
    src/base/vericl.f90
    src/base/verini.f90
    src/gui/cs_gui.c
    src/gui/cs_gui.h
    src/turb/clpv2f.f90
    src/turb/resv2f.f90
    src/turb/turbke.f90
    users/base/usini1.f90

* 29/06/2011 - Mélanie Aebischer <melanie.aebischer@c-s.fr>
  Add the possibility for the user to define advanced post-processing,
  writers and meshes, from the graphical user interface.
  added routines:
    src/gui/cs_gui_output.c
    src/gui/cs_gui_output.h
  modified routines:
    src/gui/Makefile.am
  modified script:
    gui/Base/XMLinitialize.py
    gui/Pages/MobileMeshModel.py
    gui/Pages/OutputControlForm.ui
    gui/Pages/OutputControlModel.py
    gui/Pages/OutputControlView.py
    gui/Pages/OutputSurfacicVariablesView.py
    gui/Pages/OutputVolumicVariablesView.py
    gui/Pages/SolutionVerifView.py
    gui/Pages/ThermalRadiationView.py
    src/apps/cs_solver.c
    src/gui/cs_gui.c
    src/gui/cs_gui.h

* 29/06/2011 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix an issue in case of multi-processors coupling with SYRTHES.
  modified routine:
    src/fvm/fvm_nodal.c

* 29/06/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Fix calls to grdvec due to a recent arguments re-ordering.
  modified routine:
    src/alge/bilsc4.f90
    src/alge/visecv.f90

* 29/06/2011 - David Monfort <david.monfort@edf.fr>
  Fix the SYRTHES module import (broken due to the recent package
  structure changes).
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_create.py

* 29/06/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Fix vectorial gradient calculation and optimize some loops.
  modified routine:
    src/alge/gradrv.f90

* 29/06/2011 - David Monfort <david.monfort@edf.fr>
  Improve HDF5 auto-detection with MPI support.
  modified script:
    m4/cs_mpi.m4

* 29/06/2011 - David Monfort <david.monfort@edf.fr>
  Improve MPI auto-detection on Fedora (and possibly RedHat and CentOS)
  where MPI environment is defined by the module command.
  modified script:
    m4/cs_mpi.m4

* 28/06/2011 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix multi-coupling runcase.
  modified script:
    bin/cs_create.py

* 28/06/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Add missing call to the new gradient API (a.k.a. grdvec) to compute
  the gradient of a vector.
  modified routines:
    src/alge/grdvec.f90
    src/base/condli.f90
    src/turb/turbke.f90
    src/turb/visdyn.f90
    src/turb/vislmg.f90
    src/turb/vissma.f90
    src/turb/vissst.f90
    src/turb/viswal.f90

* 28/06/2011 - David Monfort <david.monfort@edf.fr>
  Improved tests for the definition of flux-based boundary conditions.
  modified routines:
    src/base/clsyvt.f90
    src/base/condli.f90

* 28/06/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Add a prototype of solving the velocity components in a coupled way.
  It can be tested by setting the ivelco variable to 1 but is not yet
  compatible with every feature (use with caution...).
  added routines:
    src/base/catsmv.f90
    src/base/navstv.f90
    src/base/predvv.f90
    src/base/resopv.f90
    src/base/tspdcv.f90
    src/base/visecv.f90
    users/base/ustsnv.f90
  modified routine:
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clsyvt.f90
    src/base/condli.f90
    src/base/iniini.f90
    src/base/iniva0.f90
    src/base/phyvar.f90
    src/base/optcal.f90
    src/base/pointe.f90
    src/base/tridim.f90
  modified script:
    src/base/Makefile.am

* 28/06/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Correct gradient interleaving for the new grdvec API in the case
  where the data must to translated from non-interleaved to interleaved.
  modified routines:
    src/base/grdvec.f90

* 28/06/2011 - David Monfort <david.monfort@edf.fr>
  Fix a compilation failure with GCC 4.1.2.
  modified routine:
    src/turb/turrij.f90

* 28/06/2011 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
               Julien Berland <julien-j.berland@edf.fr>
  Several improvements and fixes related to FSI coupling.
  modified files:
    bin/runcase_aster.in
    extras/salome/fsi_yacsgen.py
    extras/salome/fsi_yacs_scheme.xml
    m4/cs_omniorb.m4
    salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER.exe
    salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx
    salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.exe

* 28/06/2011 - David Monfort <david.monfort@edf.fr>
  Correct gradient interleaving for the new grdvni API.
  modified routines:
    src/base/condli.f90
    src/turb/turbke.f90
    src/turb/visdyn.f90
    src/turb/vislmg.f90
    src/turb/vissst.f90
    src/turb/viswal.f90

* 28/06/2011 - David Monfort <david.monfort@edf.fr>
  Fix call to the new cs_matrix_set_coefficient API.
  modified routine:
    src/alge/cs_benchmark.c

* 28/06/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Fix variable pointer introduced in previous commit.
  modified routine:
    src/alge/condli.f90

* 27/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Ensure "code_saturne config" produces correct output for PLE.
  modified files:
    Makefile.am
    bin/cs_package.py.in

* 27/06/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Add a framework to solve vectorial equations (e.g. the velocity
  components). This framework is provided as is and not used at the
  moment.
  added routine:
    src/alge/bilsc4.f90
    src/alge/gradrv.f90
    src/alge/grdvec.f90
    src/alge/inimav.f90
    src/alge/itrgrv.f90
    src/alge/itrmav.f90
    src/alge/matrxv.f90
    src/alge/projtv.f90
    src/alge/viortv.f90
    src/base/coditv.f90
  modified script:
    src/alge/Makefile.am
  modified routines:
    src/alge/cs_gradient.c
    src/alge/cs_gradient.h
    src/alge/invers.f90
    src/base/cs_prototypes.h
    src/base/Makefile.am
    src/base/pointe.f90

* 27/06/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Add a wrapper so as to compute the gradient of a vector.
  It calls Three times the standard gradient API, and used in some
  but not all relevant places at the moment.
  added routine:
    src/alge/grdvni.f90
  modified script:
    src/alge/Makefile.am
  modified routines:
    src/base/condli.f90
    src/turb/turbke.f90
    src/turb/visdyn.f90
    src/turb/vislmg.f90
    src/turb/vissma.f90
    src/turb/vissst.f90
    src/turb/viswal.f90

* 27/06/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Prepare periodicity sync for interleaved vectors and tensors.
  modified routines:
    src/base/cs_perio.c
    src/base/cs_perio.h
    src/mesh/cs_mesh.c
    src/mesh/cs_mesh.h

* 27/06/2011 - Jacques Fontaine <jacques-j.fontaine@edf.fr>
  Prepare linear equations solving with block-matrices.
  modified routines:
    src/alge/cs_sles.c
    src/alge/cs_sles.h
    src/alge/invers.f90
    src/base/calhyd.f90
    src/base/codits.f90
    src/base/distpr.f90
    src/base/resolp.f90
    src/cfbl/cfcdts.f90

* 27/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix linking with user subroutines and static MPI libraries.
  modified files:
    Makefile.am
    bin/cs_compile.py
    bin/cs_package.py.in

* 27/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve robustness of MPI detection tests.
  modified files:
    libple/m4/ple_mpi.m4
    m4/ple_mpi.m4

* 24/06/2011 - Jérôme Bonelle <jerome.bonelle@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Synchronize time steps with SYRTHES 4 using PLE mechanism.
  modified files:
    src/base/caltri.f90
    src/base/cs_coupling.c
    src/base/cs_coupling.h
    src/base/cs_syr4_coupling.c
    src/base/cs_syr4_coupling.h
    src/base/cs_syr_coupling.c
    src/base/cs_syr_coupling.h

* 24/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Update MPI detection macros to include MPICH2,
  discarding autodetection of LAM-MPI and MPICH1.
  modified files:
    m4/cs_mpi.m4

* 24/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix link order of libraries for cs_partition, to avoid
  link error when MPI uses static libraries only.
  This also requires a fix in the
  modified files:
    src/apps/Makefile.am

* 24/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Update 2nd part of the user documenatation (remove references to iphas).
  modified files:
    doc/user/saturne2.tex

* 22/06/2011 - Jacques Fontaine <jacques-j.fontaine@edf.fr>
  Extradiagonal values assignment bug fix and Various cleanups in matrix operations.
  modified files:
    src/alge/cs_matrix.c
    src/base/cs_perio.c
    src/base/cs_perio.h

* 24/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix output of variables on projected mesh (for 2D SYRTHES coupling).
  modified files:
    src/base/cs_post.c

* 22/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove legacy (fvm_gather_* based) EnSight writer.
  modified files:
    src/fvm/Makefile.am
    src/fvm/fvm_writer.c
  removed files:
    src/fvm/fvm_to_ensight_v1.c
    src/fvm/fvm_to_ensight_v1.h

* 22/06/2011 - Jacques Fontaine <jacques-j.fontaine@edf.fr>
  Prepare matrices and linear solvers for interleaved velocity vectors.
  Matrix diagonals are dense blocks in this case, extradiagonals are scalars.
  This also requires adapting cs_perio_sync_var_vect() to interleaved
  vectors, renaming the non-interleaved version cs_perio_sync_var_vect_ni().
  modified files:
    src/alge/cs_benchmark.c
    src/alge/cs_gradient.c
    src/alge/cs_matrix.c
    src/alge/cs_matrix.h
    src/alge/cs_multigrid.c
    src/alge/cs_sles.c
    src/alge/cs_sles.h
    src/base/cs_perio.c
    src/base/cs_perio.h
    src/mesh/cs_mesh.c
    src/mesh/cs_mesh_coherency.c

* 21/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix incorrect test which prevented variable output on default meshes.
  modified files:
    src/base/cs_post.c

* 21/06/2011 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  SYRTHES 4 coupling synchronization fixes.
    src/base/caltri.f90
    src/base/cs_coupling.c

* 21/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix uninitialized value bug for EnSight output of meshes with no connectivity.
  modified files:
    src/fvm/fvm_to_ensight.c

* 21/06/2011 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Several fixes for SYRTHES coupling.
  modified files:
    bin/cs_case_coupling.py
    bin/cs_case_domain.py
    bin/cs_create.py
    bin/runcase_coupling.in

* 20/06/2011 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix extraction of matrix diagonal in CSR mode.
  modified file:
    src/alge/cs_matrix.c

* 20/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add timing information for MEI evaluations and FVM selectors.
  modified files:
    src/apps/cs_solver.c
    src/fvm/fvm_selector.c
    src/fvm/fvm_selector.h
    src/gui/cs_gui_boundary_conditions.c
    src/gui/cs_gui.c
    src/gui/cs_gui.h
    src/gui/cs_gui_mobile_mesh.c
    src/gui/cs_gui_util.c
    src/gui/cs_gui_util.h
    src/mesh/cs_mesh.c
    src/mesh/cs_mesh.h

* 20/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add installation documentation.
  modified files:
     doc/Makefile.am
     doc/install/install.tex
     doc/style/csmacros.sty

* 17/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a libtool rpath option to handle BLAS libraries.
  modified files:
     m4/cs_blas.m4
     src/apps/Makefile.am

* 17/06/2010 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
               Pierre Plion <pierre.plion@edf.fr>
               Sandro Dal-Secco <sandro.dal-secco@edf.fr>
               Marcus Charwath <marcus.charwath@edf.fr>
               Dorothée Sénéchal <dorothee.senechal@edf.fr>
  Add an experimental combustion model for coal and heavy fuel oil
  with a unified gas-combustion modelling.
  In addition, this new modelling replaces the previous fuel modelling.
  added files:
    src/comb
    src/comb/cs_coal_bcond.f90
    src/comb/cs_coal_fp2st.f90
    src/comb/cs_coal_htconvers1.f90
    src/comb/cs_coal_htconvers2.f90
    src/comb/cs_coal_incl.f90
    src/comb/cs_coal_masstransfer.f90
    src/comb/cs_coal_noxst.f90
    src/comb/cs_coal_param.f90
    src/comb/cs_coal_physprop1.f90
    src/comb/cs_coal_physprop2.f90
    src/comb/cs_coal_physprop.f90
    src/comb/cs_coal_prop.f90
    src/comb/cs_coal_radst.f90
    src/comb/cs_coal_readata.f90
    src/comb/cs_coal_scast.f90
    src/comb/cs_coal_thfieldconv1.f90
    src/comb/cs_coal_thfieldconv2.f90
    src/comb/cs_coal_varini.f90
    src/comb/cs_coal_varpos.f90
    src/comb/cs_coal_verify.f90
    src/comb/cs_fuel_bcond.f90
    src/comb/cs_fuel_fp2st.f90
    src/comb/cs_fuel_htconvers1.f90
    src/comb/cs_fuel_htconvers2.f90
    src/comb/cs_fuel_incl.f90
    src/comb/cs_fuel_masstransfer.f90
    src/comb/cs_fuel_noxst.f90
    src/comb/cs_fuel_param.f90
    src/comb/cs_fuel_physprop1.f90
    src/comb/cs_fuel_physprop2.f90
    src/comb/cs_fuel_physprop.f90
    src/comb/cs_fuel_prop.f90
    src/comb/cs_fuel_radst.f90
    src/comb/cs_fuel_readata.f90
    src/comb/cs_fuel_scast.f90
    src/comb/cs_fuel_thfieldconv1.f90
    src/comb/cs_fuel_thfieldconv2.f90
    src/comb/cs_fuel_varini.f90
    src/comb/cs_fuel_varpos.f90
    src/comb/cs_fuel_verify.f90
    src/comb/cs_gascomb.f90
    src/comb/Makefile.am
    users/comb
    users/comb/user_coal_ini1.f90
    users/comb/user_coal_iniv.f90
    users/comb/user_fuel_bcond.f90
    users/comb/user_fuel_ini1.f90
    users/comb/user_fuel_iniv.f90
  removed files:
    src/fuel
    src/fuel/fucym1.f90
    src/fuel/fucyno.f90
    src/fuel/fuflux.f90
    src/fuel/fuincl.f90
    src/fuel/fuini1.f90
    src/fuel/fuiniv.f90
    src/fuel/fulecd.f90
    src/fuel/fupdfr.f90
    src/fuel/fuphy1.f90
    src/fuel/fuphy2.f90
    src/fuel/fuphyv.f90
    src/fuel/fuprop.f90
    src/fuel/fuptcl.f90
    src/fuel/furays.f90
    src/fuel/futeh1.f90
    src/fuel/futeh2.f90
    src/fuel/futhp1.f90
    src/fuel/futhp2.f90
    src/fuel/futssc.f90
    src/fuel/futsvc.f90
    src/fuel/futsvi.f90
    src/fuel/fuvarp.f90
    src/fuel/fuveri.f90
    src/fuel/Makefile.am
    users/fuel
    users/fuel/usfucl.f90
    users/fuel/usfui1.f90
    users/fuel/usfuiv.f90
  modified files:
    configure.ac
    src/apps/Makefile.am
    src/base/covofi.f90
    src/base/ecrava.f90
    src/base/lecamx.f90
    src/base/Makefile.am
    src/base/scalai.f90
    src/base/tridim.f90
    src/cogz/d3phst.f90
    src/cogz/d3pint.f90
    src/cplv/cpincl.f90
    src/lagr/lagesd.f90
    src/lagr/lagich.f90
    src/Makefile.am
    src/pprt/Makefile.am
    src/pprt/ppcabs.f90
    src/pprt/ppclim.f90
    src/pprt/ppcpfu.f90
    src/pprt/ppcsca.f90
    src/pprt/ppincl.f90
    src/pprt/ppini1.f90
    src/pprt/ppinii.f90
    src/pprt/ppiniv.f90
    src/pprt/pplecd.f90
    src/pprt/pppdfr.f90
    src/pprt/ppphyv.f90
    src/pprt/ppprcl.f90
    src/pprt/ppprop.f90
    src/pprt/ppray4.f90
    src/pprt/pptssc.f90
    src/pprt/pptycl.f90
    src/pprt/ppvarp.f90
    src/rayt/Makefile.am
    src/rayt/raydom.f90
    src/rayt/rayopt.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/lagr/uslatp.f90
    users/pprt/usppmo.f90

* 17/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Update METIS support for METIS 5.0rc1.
  modified file:
    src/apps/cs_partition.c

* 16/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Use sparse MKL when available for additional matrix operations.
  modified file:
    src/alge/cs_matrix.c

* 17/06/2011 - Jacques Fontaine <jacques-j.fontaine@edf.fr>
  Add thin wall insertion.
  added files:
    src/mesh/cs_mesh_thinwall.c
    src/mesh/cs_mesh_thinwall.h
    users/base/cs_user_mesh_thinwall.c
  modified files:
    src/apps/cs_solver.c
    src/base/Makefile.am
    src/base/cs_prototypes.h
    src/mesh/Makefile.am
    src/mesh/cs_mesh_quantities.c
    src/mesh/cs_mesh_quantities.h

* 16/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix restart path update bug.
  modified file:
    gui/Pages/StartRestartView.py

* 16/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove partition.sh from execution directory when purging.
  modified script:
    bin/cs_case_domain.py

* 16/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix detection of MED 2.3 when only libmedC is present.
  modified script:
    m4/cs_med.m4

* 15/06/2011 - David Monfort <david.monfort@edf.fr>
  Add the ParaVis module when launching SALOME from code_saturne script.
  modified script:
    bin/cs_salome.py

* 15/06/2011 - David Monfort <david.monfort@edf.fr>
  Fixes and improvements related to the port to SALOME 6.3.0.
  modified files:
    config/salome_module.mk
    salome/cfd_study/idl/CFDSTUDY_Gen.idl
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_Commons.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_SolverGUI.py
    sbin/rmb

* 15/06/2011 - David Monfort <david.monfort@edf.fr>
  Upgrade Code_Aster/Code_Saturne coupling module to SALOME 6.3.0.
  modified routines:
    extras/salome/fsi_yacsgen.py
    salome/fsi_coupling/idl/Makefile.am
    salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx
    salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx

* 15/06/2011 - David Monfort <david.monfort@edf.fr>
  Fix buggy static compilation with PLE introduced with the relocatable
  feature.
  modified script:
    src/apps/Makefile.am

* 15/06/2011 - David Monfort <david.monfort@edf.fr>
  Fix a couple of mispelling intoduced when adding the interleaved matrices.
  modified routine:
    src/alge/cs_matrix.c

* 14/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Free memory allocated under caltri in caltri, to avoid issues in
  benchmark or preprocessing mode.
  modified files:
    src/base/caltri.f90
    src/base/memfin.f90

* 14/06/2011 - David Monfort <david.monfort@edf.fr>
  Minor memory allocation improvements.
  modified routines:
    src/pprt/ppcabs.f90
    src/rayt/raydom.f90
    src/turb/reseps.f90
    src/turb/resssg.f90
    src/turb/resv2f.f90

* 14/06/2011 - Karim Osman <karim.osman@postgrad.manchester.ac.uk>
  Implement the correct behaviour to handle thermal wall-function in
  the framework of the scalable wall-functions.
  modified routine:
    src/base/clptur.f90

* 14/06/2011 - Alexandre Douce <alexandre.douce@edf.fr>
  First implementation of a V&V automatization tool.
  added scripts:
    bin/autovnv
    bin/autovnv/Command.py
    bin/autovnv/Drawing.py
    bin/autovnv/__init__.py
    bin/autovnv/Parser.py
    bin/autovnv/Study.py
    bin/autovnv/TexMaker.py
    bin/cs_autovnv.py
  modified scripts:
    bin/cs_package.py.in
    bin/cs_script.py
    bin/__init__.py
    extras/bash_completion/code_saturne
    Makefile.am

* 14/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Use SCOTCH instead of METIS by default when partitioning.
  modified files:
    po/fr.po
    src/apps/cs_partition.c

* 14/06/2011 - Jacques Fontaine <jacques-j.fontaine@edf.fr>
  Non-symmetric matrix coefficients are now interleaved.
  (the Fortran API still allows non-interleaved matrixes as an option).
  modified files:
    src/alge/crstgr.f90
    src/alge/cs_benchmark.c
    src/alge/cs_matrix.c
    src/alge/cs_matrix.h
    src/alge/cs_sles.c
    src/alge/cs_sles.h
    src/alge/invers.f90

* 14/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix for double interpolation in symmetric case for multigrid.
  modified files:
    src/alge/crstgr.f90

* 10/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Upgrade post-processing management API for better mapping with the
  GUI, and for better clarity of user options. All related settings
  are now local to cs_post.c, and are removed from entsor.f90.
  added file:
    users/base/cs_user_postprocess.c
  removed files:
    src/base/inipst.f90
    users/base/usdpst.f90
    users/base/usnpst.f90
  modified files:
    po/fr.po
    src/apps/cs_solver.c
    src/base/Makefile.am
    src/base/caltri.f90
    src/base/cregeo.f90
    src/base/cs_boundary_conditions.c
    src/base/cs_post.c
    src/base/cs_post_f2c.f90
    src/base/cs_post.h
    src/base/cs_prototypes.h
    src/base/cs_syr3_coupling.c
    src/base/cs_syr4_coupling.c
    src/base/entsor.f90
    src/base/impini.f90
    src/base/iniini.f90
    src/base/iniusi.f90
    src/base/modini.f90
    src/base/testel.f90
    src/base/verini.f90
    src/ctwr/cs_ctwr.c
    src/gui/cs_gui.c
    src/gui/cs_gui.h
    src/mesh/cs_join_post.c
    src/rayt/rayopt.f90
    users/base/cs_user_solver.c
    users/base/usini1.f90

* 10/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove synchronization of postprocessing with Code_Aster.
  modified files:
    src/gui/cs_gui_mobile_mesh.c
    src/gui/cs_gui_mobile_mesh.h
    src/base/alaste.f90
    src/base/cs_ast_coupling.c
    src/base/cs_ast_coupling.h
    src/base/strini.f90

* 10/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve introspection of writers and formats.
  modified files:
    src/fvm/fvm_to_cgns.c
    src/fvm/fvm_to_cgns.h
    src/fvm/fvm_to_med.c
    src/fvm/fvm_to_med.h
    src/fvm/fvm_writer.c
    src/fvm/fvm_writer.h
    src/fvm/fvm_writer_priv.h

* 09/06/2011 - David Monfort <david.monfort@edf.fr>
  Add information on the relocatable feature in the Python script.
  modified scripts:
    bin/cs_config.py.in
    configure.ac

* 09/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix parallel synchronization bug when using multigrid merging.
  modified file:
    src/alge/cs_slec.c

* 09/06/2011 - Jacques Fontaine <jacques-j.fontaine@edf.fr>
  Only free memory when the temporary was actually allocated.
  modified routine:
    src/base/ecrlis.f90

* 08/06/2011 - David Monfort <david.monfort@edf.fr>
  Add a relocatable option to the configure script to handle relocatable
  installation (of executables). It is based on the $ORIGIN variable for
  RPATHs that should be understood by at least GNU and SOLARIS linkers.
  modified scripts:
    configure.ac
    preprocessor/appli/Makefile.am
    src/apps/Makefile.am

* 07/06/2011 - David Monfort <david.monfort@edf.fr>
  Remove useless module calls.
  modified routines:
    src/rayt/raydom.f90
    src/turb/reseps.f90
    src/turb/resrij.f90
    src/turb/resssg.f90
    src/turb/turbke.f90
    src/turb/turbkw.f90
    src/turb/turbsa.f90
    src/turb/turrij.f90

* 07/06/2011 - David Monfort <david.monfort@edf.fr>
  Split the base directory into 4 directories with 3 new ones dedicated
  to the mesh handling, the turbulence modelling, and the Finite Volume
  schemes and resolution.
  modified scripts:
    configure.ac
    src/apps/Makefile.am
    src/base/Makefile.am
    src/ctwr/Makefile.am
    src/gui/Makefile.am
    src/lagr/Makefile.am
    src/Makefile.am

* 07/06/2011 - David Monfort <david.monfort@edf.fr>
  At last, remove the allocation of main arrays in the C part and the
  corresponding user interface (both graphical and Fortran).
  The only remaining bits of the macro arrays are the ones related to
  the post-processing management (aka ipp2ra): rtp, rtpa, propce, dt and
  tpucou.
  removed files:
    gui/Pages/MemoryAllocationForm.ui
    gui/Pages/MemoryAllocationModel.py
    gui/Pages/MemoryAllocationView.py
    src/base/memini.f90
    gui/Base/BrowserView.py
    gui/Base/Toolbox.py
  modified files:
    gui/Pages/Makefile.am
    po/fr.po
    src/apps/cs_solver.c
    src/base/caltri.f90
    src/base/cs_base.c
    src/base/cs_base.h
    src/base/cs_prototypes.h
    src/base/Makefile.am
    src/base/memtri.f90
    src/gui/cs_gui.c
    src/gui/cs_gui.h
    users/base/usini1.f90

* 07/06/2011 - David Monfort <david.monfort@edf.fr>
  Remove IA and RA main arrays from most of the subroutines as all the
  memory is now dynamically allocated.
  modified routines:
    src/atmo/atiniv.f90
    src/atmo/atmcls.f90
    src/atmo/atphyv.f90
    src/atmo/atprke.f90
    src/atmo/attycl.f90
    src/atmo/intprf.f90
    src/base/alelap.f90
    src/base/alemaj.f90
    src/base/altycl.f90
    src/base/bilsc2.f90
    src/base/calhyd.f90
    src/base/calmom.f90
    src/base/caltri.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clsyvt.f90
    src/base/codits.f90
    src/base/condli.f90
    src/base/cou1di.f90
    src/base/cou1do.f90
    src/base/covofi.f90
    src/base/cregeo.f90
    src/base/csc2cl.f90
    src/base/csc2ts.f90
    src/base/csccel.f90
    src/base/cscfbr.f90
    src/base/cscini.f90
    src/base/cscloc.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/cs_post.c
    src/base/cs_post.h
    src/base/cs_prototypes.h
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/divrij.f90
    src/base/dttvar.f90
    src/base/dvvpst.f90
    src/base/ecrava.f90
    src/base/ecrhis.f90
    src/base/ecrlis.f90
    src/base/gradrc.f90
    src/base/grdcel.f90
    src/base/grdpot.f90
    src/base/inimas.f90
    src/base/initi2.f90
    src/base/iniva0.f90
    src/base/inivar.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/lecamo.f90
    src/base/lecamp.f90
    src/base/lecamx.f90
    src/base/matrdt.f90
    src/base/memtri.f90
    src/base/mmtycl.f90
    src/base/navsto.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/phyvar.f90
    src/base/precli.f90
    src/base/preduv.f90
    src/base/prmoy0.f90
    src/base/projts.f90
    src/base/recvmc.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/rijech.f90
    src/base/rijthe.f90
    src/base/scalai.f90
    src/base/schtmp.f90
    src/base/stdtcl.f90
    src/base/strdep.f90
    src/base/strini.f90
    src/base/strpre.f90
    src/base/testel.f90
    src/base/tridim.f90
    src/base/tsepdc.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/vandri.f90
    src/base/vectds.f90
    src/base/vericl.f90
    src/base/vert1d.f90
    src/base/viscfa.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/visort.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/base/vor2cl.f90
    src/base/vorpre.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfbsc3.f90
    src/cfbl/cfcdts.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfdttv.f90
    src/cfbl/cfener.f90
    src/cfbl/cfiniv.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfmsvs.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfrusb.f90
    src/cfbl/cfxtcl.f90
    src/cogz/d3pini.f90
    src/cogz/d3pphy.f90
    src/cogz/d3ptcl.f90
    src/cogz/ebuini.f90
    src/cogz/ebuphy.f90
    src/cogz/ebutcl.f90
    src/cogz/ebutss.f90
    src/cogz/lwcgfu.f90
    src/cogz/lwcini.f90
    src/cogz/lwcphy.f90
    src/cogz/lwctcl.f90
    src/cogz/lwctss.f90
    src/cplv/cpflux.f90
    src/cplv/cpiniv.f90
    src/cplv/cplini.f90
    src/cplv/cplph1.f90
    src/cplv/cplphy.f90
    src/cplv/cpltcl.f90
    src/cplv/cpltss.f90
    src/cplv/cpltsv.f90
    src/cplv/cpphy1.f90
    src/cplv/cpphyv.f90
    src/cplv/cpptcl.f90
    src/cplv/cptssc.f90
    src/cplv/cptsvc.f90
    src/ctwr/ctiniv.f90
    src/ctwr/ctphyv.f90
    src/ctwr/cttssc.f90
    src/elec/elflux.f90
    src/elec/eliniv.f90
    src/elec/elphyv.f90
    src/elec/eltssc.f90
    src/fuel/fuflux.f90
    src/fuel/fuiniv.f90
    src/fuel/fuphy1.f90
    src/fuel/fuphyv.f90
    src/fuel/fuptcl.f90
    src/fuel/futssc.f90
    src/fuel/futsvc.f90
    src/lagr/diverv.f90
    src/lagr/enslag.f90
    src/lagr/lagaff.f90
    src/lagr/lagcar.f90
    src/lagr/lagcel.f90
    src/lagr/lagcli.f90
    src/lagr/lagcou.f90
    src/lagr/lagdeb.f90
    src/lagr/lagdep.f90
    src/lagr/lageli.f90
    src/lagr/lagent.f90
    src/lagr/lageqp.f90
    src/lagr/lages1.f90
    src/lagr/lages2.f90
    src/lagr/lagesd.f90
    src/lagr/lagesp.f90
    src/lagr/lagfch.f90
    src/lagr/laggeo.f90
    src/lagr/laggra.f90
    src/lagr/lagich.f90
    src/lagr/lagidp.f90
    src/lagr/lagimp.f90
    src/lagr/lagini.f90
    src/lagr/lagipn.f90
    src/lagr/lagitf.f90
    src/lagr/lagitp.f90
    src/lagr/laglec.f90
    src/lagr/laglis.f90
    src/lagr/lagnew.f90
    src/lagr/lagnpr.f90
    src/lagr/lagnwc.f90
    src/lagr/lagout.f90
    src/lagr/lagphy.f90
    src/lagr/lagpoi.f90
    src/lagr/lagrus.f90
    src/lagr/lagsta.f90
    src/lagr/lagswe.f90
    src/lagr/lagune.f90
    src/pprt/ppcabs.f90
    src/pprt/ppclim.f90
    src/pprt/ppiniv.f90
    src/pprt/ppinv2.f90
    src/pprt/ppphyv.f90
    src/pprt/ppprcl.f90
    src/pprt/ppray4.f90
    src/pprt/pptssc.f90
    src/pprt/pptycl.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    src/rayt/raylec.f90
    src/rayt/rayout.f90
    src/rayt/raypar.f90
    src/rayt/raypun.f90
    src/rayt/raysol.f90
    users/atmo/usatcl.f90
    users/atmo/usativ.f90
    users/base/usalcl.f90
    users/base/usaste.f90
    users/base/usclim.f90
    users/base/usdpst.f90
    users/base/ushist.f90
    users/base/usiniv.f90
    users/base/uskpdc.f90
    users/base/usmpst.f90
    users/base/usnpst.f90
    users/base/usphyv.f90
    users/base/usproj.f90
    users/base/uspt1d.f90
    users/base/ussmag.f90
    users/base/usstru.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsma.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssa.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/base/usvima.f90
    users/base/usvist.f90
    users/base/usvort.f90
    users/base/usvpst.f90
    users/cfbl/uscfcl.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfxi.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/ctwr/usctdz.f90
    users/ctwr/usctiv.f90
    users/elec/uselcl.f90
    users/elec/uselen.f90
    users/elec/useli1.f90
    users/elec/useliv.f90
    users/elec/uselph.f90
    users/elec/uselrc.f90
    users/elec/usetcl.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90
    users/lagr/uslabo.f90
    users/lagr/usladp.f90
    users/lagr/uslaed.f90
    users/lagr/uslaen.f90
    users/lagr/uslafe.f90
    users/lagr/uslag2.f90
    users/lagr/uslain.f90
    users/lagr/uslapr.f90
    users/lagr/uslaru.f90
    users/lagr/uslast.f90
    users/lagr/uslatc.f90
    users/lagr/uslatp.f90
    users/rayt/usray2.f90
    users/rayt/usray3.f90
    users/rayt/usray4.f90
    users/rayt/usray5.f90

* 06/06/2011 - David Monfort <david.monfort@edf.fr>
  Translate the remaining specific module (vortex method) into dynamic
  allocation.
  removed routines:
    src/base/memvor.f90
  modified script:
    src/base/Makefile.am
  modified routines:
    src/base/caltri.f90
    src/base/memfin.f90
    src/base/tridim.f90
    src/base/vor2cl.f90
    src/base/vordep.f90
    src/base/vorin0.f90
    src/base/vorinc.f90
    src/base/vorini.f90
    src/base/vorlgv.f90
    src/base/vorpre.f90
    src/base/vortex.f90
    src/base/vorver.f90
    src/base/vorvit.f90
    users/base/usvort.f90

* 06/06/2011 - David Monfort <david.monfort@edf.fr>
  Translate memory management of specific modules (head loss, mass source
  terms, 1d thermal wall) into dynamic allocation.
  Also add "zone" arrays for future use (especially in conjunction with GUI).
  removed routines:
    src/base/mempdc.f90
    src/base/memt1d.f90
    src/base/memtsm.f90
  modified script:
    src/base/Makefile.am
  modified routines:
    src/base/caltri.f90
    src/base/cou1di.f90
    src/base/cou1do.f90
    src/base/iniini.f90
    src/base/memfin.f90
    src/base/navsto.f90
    src/base/phyvar.f90
    src/base/pointe.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/scalai.f90
    src/base/tridim.f90
    src/base/turbkw.f90
    src/base/vissec.f90
    src/base/vissst.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfqdmv.f90
    src/pprt/pptssc.f90
    users/base/uskpdc.f90
    users/base/usproj.f90
    users/base/uspt1d.f90
    users/base/ustske.f90
    users/base/ustsma.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssa.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/base/usvist.f90

* 06/06/2011 - David Monfort <david.monfort@edf.fr>
  Yet another dynamic memory allocation changeset...
  This focuses on remaining specific physics memory management, local
  arrays allocated in ia/ra, and pointers defined in memtri.
  It also completely removes the main integer array in standard cases.
  removed routines:
    src/lagr/memla1.f90
    src/lagr/memla2.f90
  modified scripts:
    src/lagr/Makefile.am
    src/Makefile.am
  modified routines:
    src/base/albase.f90
    src/base/alemaj.f90
    src/base/calmom.f90
    src/base/caltri.f90
    src/base/condli.f90
    src/base/cscpfb.f90
    src/base/dvvpst.f90
    src/base/ecrava.f90
    src/base/ecrlis.f90
    src/base/iniva0.f90
    src/base/lecamx.f90
    src/base/memfin.f90
    src/base/memtri.f90
    src/base/navsto.f90
    src/base/precli.f90
    src/base/recvmc.f90
    src/base/strdep.f90
    src/base/strini.f90
    src/base/strpre.f90
    src/base/tridim.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfcdts.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfmsvs.f90
    src/cfbl/cfpoin.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfrusb.f90
    src/cfbl/cfxtcl.f90
    src/cplv/cpltsv.f90
    src/cplv/cptsvc.f90
    src/fuel/futsvc.f90
    src/lagr/enswaf.f90
    src/lagr/lageqp.f90
    src/lagr/lagesp.f90
    src/lagr/lagfch.f90
    src/lagr/lagich.f90
    src/lagr/lagini.f90
    src/lagr/laglis.f90
    src/lagr/lagout.f90
    src/lagr/lagphy.f90
    src/lagr/lagpoi.f90
    src/lagr/lagune.f90
    src/pprt/ppprcl.f90

* 06/06/2011 - David Monfort <david.monfort@edf.fr>
  Fix a couple of issues in previous commit.
  modified routines:
    src/base/memtri.f90
    src/base/tridim.f90
    src/lagr/lagune.f90

* 01/06/2011 - David Monfort <david.monfort@edf.fr>
  Ye another dynamic memory allocation changeset...
  This one fixes the calculation of Sij.Sij and div(u) for the
  k-omega model, but it (temporarily) breaks the head-loss treatment.
  removed routines:
    src/atmo/mematm.f90
    src/base/memcli.f90
    src/pprt/memppt.f90
    src/rayt/memra1.f90
  modified scripts:
    src/Makefile.am
    src/atmo/Makefile.am
    src/base/Makefile.am
    src/rayt/Makefile.am
    src/pprt/Makefile.am
  modified routines:
    src/atmo/atincl.f90
    src/atmo/atini1.f90
    src/atmo/atiniv.f90
    src/atmo/atlecm.f90
    src/atmo/atphyv.f90
    src/base/altycl.f90
    src/base/bilsc2.f90
    src/base/caltri.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clsyvt.f90
    src/base/condli.f90
    src/base/cregeo.f90
    src/base/csc2cl.f90
    src/base/cscfbr.f90
    src/base/cscini.f90
    src/base/cstphy.f90
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/divrij.f90
    src/base/dvvpst.f90
    src/base/ecrava.f90
    src/base/grdcel.f90
    src/base/grdpot.f90
    src/base/iniini.f90
    src/base/inimas.f90
    src/base/iniva0.f90
    src/base/lecamx.f90
    src/base/memfin.f90
    src/base/mempdc.f90
    src/base/memtri.f90
    src/base/mmtycl.f90
    src/base/navsto.f90
    src/base/phyvar.f90
    src/base/pointe.f90
    src/base/precli.f90
    src/base/preduv.f90
    src/base/resolp.f90
    src/base/rijech.f90
    src/base/strdep.f90
    src/base/strini.f90
    src/base/strpre.f90
    src/base/testel.f90
    src/base/tridim.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/typecl.f90
    src/base/vandri.f90
    src/base/vissec.f90
    src/base/vissst.f90
    src/base/vor2cl.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfxtcl.f90
    src/cogz/d3pphy.f90
    src/lagr/lagcel.f90
    src/lagr/lagdep.f90
    src/lagr/lagent.f90
    src/lagr/lageqp.f90
    src/lagr/lagnwc.f90
    src/lagr/lagune.f90
    src/pprt/ppcabs.f90
    src/pprt/ppincl.f90
    src/pprt/ppphyv.f90
    src/pprt/ppprcl.f90
    src/pprt/ppray4.f90
    src/pprt/pptssc.f90
    src/pprt/pptycl.f90
    src/rayt/radiat.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    src/rayt/raypar.f90
    src/rayt/raypun.f90
    src/rayt/raysol.f90
    users/atmo/usatcl.f90
    users/base/usalcl.f90
    users/base/usaste.f90
    users/base/usclim.f90
    users/base/usproj.f90
    users/base/usstru.f90
    users/base/ustskw.f90
    users/cfbl/uscfcl.f90
    users/cogz/usd3pc.f90
    users/cogz/usebuc.f90
    users/cogz/uslwcc.f90
    users/cplv/uscpcl.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/fuel/usfucl.f90
    users/lagr/uslabo.f90
    users/lagr/uslaru.f90
    users/rayt/usray2.f90
    users/rayt/usray3.f90
    users/rayt/usray4.f90
    users/rayt/usray5.f90

* 01/06/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove obsolete input file for YACSGEN.
  removed file:
    extras/cs_component.py

* 31/05/2011 - Bertrand Carissimo <bertrand.carissimo@edf.fr>
  Minor fixes for atmospheric modelling.
  modified routines:
    src/atmo/atlecm.f90

* 31/05/2011 - David Monfort <david.monfort@edf.fr>
  Use proper association of Fortran pointers to account for source terms.
  modified routine:
    src/base/turrij.f90

* 31/05/2011 - David Monfort <david.monfort@edf.fr>
  Use the "executable" mode of YACS instead of the "loader" one
  for both Code_Saturne and Code_Aster.
  added files:
    salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER_component.py
    salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER.exe
    salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER_module.py.in
    salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.exe
  removed files:
    salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER.py.in
  modified files:
    bin/runcase_aster.in
    extras/salome/fsi_yacsgen.py
    extras/salome/fsi_yacs_scheme.xml
    salome/fsi_coupling/idl/FSI.idl
    salome/fsi_coupling/resources/FSICatalog.xml
    salome/fsi_coupling/src/FSI_ASTER/Makefile.am
    salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx
    salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx
    salome/fsi_coupling/src/FSI_SATURNE/Makefile.am

* 31/05/2011 - David Monfort <david.monfort@edf.fr>
  Minor corrections in the definition of the boolean type.
  modified routines:
    src/base/cs_base.h
    src/bft/bft_config_defs.h
    src/fvm/fvm_config_defs.h

* 31/05/2011 - David Monfort <david.monfort@edf.fr>
  Move Code_Saturne headers in a pkginclude directory and executables
  in a pkglibexec directory. Remove relevant manpages.
  removed files:
    doc/manpages/cs_check_syntax.1
    doc/manpages/cs_io_dump.1
    doc/manpages/cs_partition.1
    doc/manpages/cs_preprocess.1
    doc/manpages/cs_solver.1
  modified scripts:
    bin/cs_compile.py
    bin/cs_config.py.in
    bin/cs_package.py.in
    extras/bash_completion/code_saturne
    Makefile.am
    preprocessor/appli/Makefile.am
    preprocessor/tools/Makefile.am
    src/apps/Makefile.am
    src/atmo/Makefile.am
    src/base/Makefile.am
    src/bft/Makefile.am
    src/cfbl/Makefile.am
    src/cogz/Makefile.am
    src/cplv/Makefile.am
    src/ctwr/Makefile.am
    src/elec/Makefile.am
    src/fuel/Makefile.am
    src/fvm/Makefile.am
    src/gui/Makefile.am
    src/lagr/Makefile.am
    src/Makefile.am
    src/mei/Makefile.am
    src/pprt/Makefile.am
    src/rayt/Makefile.am

* 31/05/2011 - David Monfort <david.monfort@edf.fr>
  Make the PLE library particular in the user compilation flags.
  modified routines:
    bin/cs_compile.py
    bin/cs_config.py.in
    bin/cs_package.py.in
    Makefile.am

* 31/05/2011 - David Monfort <david.monfort@edf.fr>
  Do not call MPI routines in serial calculations.
  modified routine:
     src/base/cs_resource.c

* 30/05/2011 - David Monfort <david.monfort@edf.fr>
  Mis-spelled preprocessor option during the mesh verification stage.
  modified routine:
    gui/Pages/SolutionVerifView.py

* 30/05/2011 - David Monfort <david.monfort@edf.fr>
  Fix the gradient calculation (least-square method) when the mesh is
  moving (we know compute the geometric quantities at each pass).
  modifed routine:
    src/base/gradmc.f90

* 30/05/2011 - David Monfort <david.monfort@edf.fr>
  Change the gradient API so as to pass the ful gradient vector as an
  argument instead of the three components seperately. This should make
  easier the transition to interleaved algorithms for the gradients
  computation (with an expected improvement in terms of CPU time).
  Also clean some parts of the code and improve a bit memory handling.
  modified routines:
    src/atmo/atprke.f90
    src/base/bilsc2.f90
    src/base/condli.f90
    src/base/covofi.f90
    src/base/csc2cl.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/cs_gradient.c
    src/base/cs_gradient.h
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/dttvar.f90
    src/base/dvvpst.f90
    src/base/grdcel.f90
    src/base/grdpot.f90
    src/base/inimas.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/navsto.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/rijech.f90
    src/base/rijthe.f90
    src/base/testel.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfbsc3.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfdttv.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfqdmv.f90
    src/cogz/lwctss.f90
    src/cplv/cpltsv.f90
    src/cplv/cptsvc.f90
    src/elec/elflux.f90
    src/fuel/futsvc.f90
    src/lagr/diverv.f90
    src/lagr/laggra.f90
    src/lagr/lagpoi.f90
    src/rayt/raydom.f90
    src/rayt/raypun.f90
    src/rayt/raysol.f90
    users/base/usproj.f90
    users/base/usvist.f90
    users/elec/uselen.f90

* 30/05/2011 - David Monfort <david.monfort@edf.fr>
  Add missing term in the calculation of Oij.Oij (-2*DuDz*DwDx).
  modified routine:
    src/base/turbsa.f90

* 30/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Refactor time resource allocation management and safety stop.
  added files:
    src/base/cs_resource.c
    src/base/cs_resource.h
  removed files:
    src/base/armtps.f90
    src/base/tcpumx.c
    src/base/tcpumx.h
    src/base/tremai.c
    src/base/tremai.h
  modified files:
    po/fr.po
    po/POTFILES.in
    src/base/Makefile.am

* 30/05/2011 - David Monfort <david.monfort@edf.fr>
  Fix the definition of the boolean type so as to have a correct
  behaviour when linking with C++ code (the boolean type was not
  properly defined in Code_Saturne header).
  modified routines:
    src/base/cs_base.h

* 30/05/2011 - David Monfort <david.monfort@edf.fr>
  Fix minor issues to compile with a C89-only compiler.
  modified routines:
    src/apps/cs_io_dump.c
    src/base/cs_join.c
    src/mei/mei_hash_table.c

* 26/05/2011 - David Monfort <david.monfort@edf.fr>
  Remove now useless phase-dependent local variables (like iuiph).
  modified routines:
    src/base/altycl.f90
    src/base/calhyd.f90
    src/base/clipke.f90
    src/base/clipsa.f90
    src/base/clprij.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clpv2f.f90
    src/base/clsyvt.f90
    src/base/condli.f90
    src/base/covofi.f90
    src/base/cscpfb.f90
    src/base/divrij.f90
    src/base/dttvar.f90
    src/base/dvvpst.f90
    src/base/iniva0.f90
    src/base/inivar.f90
    src/base/lecamp.f90
    src/base/mmtycl.f90
    src/base/navsto.f90
    src/base/phyvar.f90
    src/base/preduv.f90
    src/base/prmoy0.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/rijech.f90
    src/base/rijthe.f90
    src/base/schtmp.f90
    src/base/testel.f90
    src/base/tridim.f90
    src/base/tsepdc.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/vericl.f90
    src/base/verini.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfrusb.f90
    src/cfbl/cfxtcl.f90
    src/cplv/cpltsv.f90
    src/cplv/cptsvc.f90
    src/elec/elveri.f90
    src/fuel/furays.f90
    src/fuel/futsvc.f90
    src/lagr/laggra.f90
    src/rayt/raydom.f90
    users/base/usclim.f90
    users/base/usproj.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsri.f90
    users/base/ustssa.f90
    users/base/ustsv2.f90
    users/base/usvist.f90
    users/cfbl/uscfth.f90

* 26/05/2011 - David Monfort <david.monfort@edf.fr>
  Replace old-style memory allocation by dynamic memory allocation.
  removed routines:
    src/base/memcs1.f90
    src/base/memcs2.f90
    src/cfbl/memcfe.f90
    src/cfbl/memcft.f90
    src/cfbl/memcfv.f90
    src/cplv/memcp1.f90
    src/fuel/memfu1.f90
    src/rayt/memra3.f90
  modified scripts:
    src/base/Makefile.am
    src/cfbl/Makefile.am
    src/fuel/Makefile.am
    src/rayt/Makefile.am
  modified routines:
    src/base/csccel.f90
    src/base/cscfbr.f90
    src/base/cs_sat_coupling.c
    src/base/cs_sat_coupling.h
    src/base/tridim.f90
    src/cfbl/cfdttv.f90
    src/cfbl/cfener.f90
    src/cfbl/cfiniv.f90
    src/cplv/cplph1.f90
    src/cplv/cplphy.f90
    src/cplv/cpphy1.f90
    src/cplv/cpphyv.f90
    src/fuel/fuphy1.f90
    src/fuel/fuphyv.f90
    src/rayt/raycli.f90

* 26/05/2011 - Sofiane Benhamadouche <sofiane.benhamadouche@edf.fr>
  Remove the possible use of a time-step factor for turbulence as it should
  not be decorrelated from the dynamics.
  modified routine:
    src/base/tridim.f90

* 25/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Allow defaults for Joining or Periodicity options not specified in XML file.
  modified files:
    src/gui/cs_gui_mesh.c

* 25/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Added detection and handling of environment modules. The configuration
  detected at configure/build time is saved and applied when compiling
  user subroutines or when running a calculation script.
  added files:
   config/cs_modules.m4
  modified files:
    Makefile.am
    configure.ac
    bin/cs_case.py
    bin/cs_compile.py
    bin/cs_exec_environment.py
    bin/cs_package.py.in

* 25/05/2011 - Mathieu Guingo <mathieu.guingo@edf.fr>
               Dorothée Sénéchal <dorothee.senechal@edf.fr>
  Add a particle deposition model to the Lagrangian module.
  added routines:
    src/lagr/lagcli.f90
    src/lagr/lagdcl.f90
    src/lagr/lagdep.f90
    src/lagr/lagdif.f90
    src/lagr/lageje.f90
    src/lagr/lagesd.f90
    src/lagr/laggeo.f90
    src/lagr/lagprj.f90
    src/lagr/lagswe.f90
  modified script:
    src/lagr/Makefile.am
  modified routines:
    src/base/caltri.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/memtri.f90
    src/lagr/enswaf.f90
    src/lagr/lagaff.f90
    src/lagr/lagcel.f90
    src/lagr/lagent.f90
    src/lagr/lagesp.f90
    src/lagr/laglec.f90
    src/lagr/laglis.f90
    src/lagr/lagopt.f90
    src/lagr/lagout.f90
    src/lagr/lagran.f90
    src/lagr/lagune.f90
    src/lagr/memla1.f90
    users/lagr/uslabo.f90
    users/lagr/uslag1.f90

* 25/05/2011 - Mathieu Guingo <mathieu.guingo@edf.fr>
  Prefer initializing the random-number generator with a seed equal
  to 1 instead of 0 (as advised in the zufall.f90 comments).
  modified routine:
    src/base/caltri.f90

* 25/05/2011 - Dorothée Sénéchal <dorothee.senechal@edf.fr>
  Move upward the allocation of an array to store friction velocity
  so as to allow further developements (namely particle deposition
  and aerosol transport).
  modified routines:
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/condli.f90
    src/base/distyp.f90
    src/base/memcli.f90
    src/base/memtri.f90
    src/base/pointe.f90
    src/base/tridim.f90
    src/base/vandri.f90

* 24/05/2011 - David Monfort <david.monfort@edf.fr>
  Lots of memory management cleaning... Add dynamic allocation when
  necessary, remove useless work arrays and move work arrays where
  there are really used.
  modifed routines:
    src/atmo/atmcls.f90
    src/atmo/atphyv.f90
    src/atmo/atprke.f90
    src/atmo/attycl.f90
    src/base/alelap.f90
    src/base/altycl.f90
    src/base/bilsc2.f90
    src/base/calhyd.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clsyvt.f90
    src/base/codits.f90
    src/base/condli.f90
    src/base/covofi.f90
    src/base/csc2cl.f90
    src/base/csc2ts.f90
    src/base/csccel.f90
    src/base/cscfbr.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/divrij.f90
    src/base/inimas.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/memcli.f90
    src/base/mmtycl.f90
    src/base/navsto.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/phyvar.f90
    src/base/precli.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/rijthe.f90
    src/base/scalai.f90
    src/base/stdtcl.f90
    src/base/tridim.f90
    src/base/tsepdc.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/base/vor2cl.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfcdts.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfdttv.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfxtcl.f90
    src/cfbl/memcft.f90
    src/cogz/d3pphy.f90
    src/cogz/d3ptcl.f90
    src/cogz/ebuphy.f90
    src/cogz/ebutcl.f90
    src/cogz/ebutss.f90
    src/cogz/lwcphy.f90
    src/cogz/lwctcl.f90
    src/cogz/lwctss.f90
    src/cplv/cpflux.f90
    src/cplv/cplphy.f90
    src/cplv/cpltcl.f90
    src/cplv/cpltss.f90
    src/cplv/cpltsv.f90
    src/cplv/cpphyv.f90
    src/cplv/cpptcl.f90
    src/cplv/cptssc.f90
    src/cplv/cptsvc.f90
    src/ctwr/ctphyv.f90
    src/ctwr/cttssc.f90
    src/elec/elflux.f90
    src/elec/elphyv.f90
    src/elec/eltssc.f90
    src/fuel/fuflux.f90
    src/fuel/fuphyv.f90
    src/fuel/fuptcl.f90
    src/fuel/futssc.f90
    src/fuel/futsvc.f90
    src/lagr/diverv.f90
    src/lagr/lagaff.f90
    src/lagr/lageqp.f90
    src/lagr/laggra.f90
    src/lagr/lagich.f90
    src/lagr/lagitf.f90
    src/lagr/lagphy.f90
    src/lagr/lagpoi.f90
    src/lagr/lagune.f90
    src/pprt/ppclim.f90
    src/pprt/ppphyv.f90
    src/pprt/ppprcl.f90
    src/pprt/ppray4.f90
    src/pprt/pptssc.f90
    src/pprt/pptycl.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    src/rayt/raypun.f90
    src/rayt/raysol.f90

* 24/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove support for obsolete "SolCom" format meshes.
  removed files:
    src/base/cs_mesh_solcom.c
    src/base/cs_mesh_solcom.h
    src/base/ledgeo.f90
    src/base/letgeo.f90
  modified files:
    po/fr.po
    po/POTFILES.in
    src/apps/cs_solver.c
    src/base/Makefile.am
    src/base/cs_prototypes.h
    src/base/csinit.f90
    src/base/cs_opts.c
    src/base/cs_opts.h
    src/base/entsor.f90
    src/base/iniini.f90

* 24/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Place all postprocessing output by default in "postprocessing" subdirectory.
  modified files:
    src/base/cs_join_post.c
    src/base/cs_post.c
    users/base/usdpst.f90

* 24/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Do not use malloc hooks by default.
  modified file:
    configure.ac

* 24/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix send buffer resizing in cs_halo_sync_var_strided().
  modified files:
    src/base/cs_halo.c

* 23/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix Valgrind warning in definition of user postprocessing meshes.
  modified files:
    src/base/cs_post.c

* 23/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Separate mesh joining verbosity and visualization level. Above verbosity
  level 2, output is directed to a processor-local log file.
  modified files:
    gui/Pages/FacesSelectionView.py
    gui/Pages/SolutionDomainModel.py
    po/fr.po
    src/base/cs_join.c
    src/base/cs_join.h
    src/base/cs_join_intersect.c
    src/base/cs_join_intersect.h
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c
    src/base/cs_join_mesh.h
    src/base/cs_join_perio.c
    src/base/cs_join_perio.h
    src/base/cs_join_post.c
    src/base/cs_join_set.c
    src/base/cs_join_set.h
    src/base/cs_join_split.c
    src/base/cs_join_update.c
    src/base/cs_join_update.h
    src/base/cs_join_util.c
    src/base/cs_join_util.h
    src/gui/cs_gui_mesh.c
    users/base/cs_user_join.c
    users/base/cs_user_periodicity.c

* 23/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  MPI-IO robustness improvements. When creating a new file, destroy
  previous file if present, and in individual file pointers mode,
  always convert seeking to seeks relative to file start.
  modified files:
   src/fvm/fvm_file.c

* 23/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Move activation of Cooling Towers postprocessing to that module.
  modified files:
   src/base/cregeo.f90
    src/base/cs_join_post.c
    src/base/cs_post.c
    src/base/cs_prototypes.h
    src/base/entsor.f90
    src/base/iniini.f90
    src/base/inipst.f90
    src/ctwr/cs_ctwr.c
    src/ctwr/ctincl.f90
    src/ctwr/ctini1.f90

* 23/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Make activation of SYRTHES postprocessing coupling-instance specific.
  modified files:
    preprocessor/pre-post/ecs_post_med.c
    gui/Pages/ConjugateHeatTransferModel.py
    gui/Pages/ConjugateHeatTransferView.py
    gui/Pages/OutputControlForm.ui
    gui/Pages/OutputControlModel.py
    gui/Pages/OutputControlView.py
    src/base/cregeo.f90
    src/base/cs_join_post.c
    src/base/cs_post.c
    src/base/cs_prototypes.h
    src/base/cs_syr3_coupling.c
    src/base/cs_syr3_coupling.h
    src/base/cs_syr4_coupling.c
    src/base/cs_syr4_coupling.h
    src/base/cs_syr_coupling.c
    src/base/cs_syr_coupling.h
    src/base/entsor.f90
    src/base/iniini.f90
    src/base/inipst.f90
    src/base/iniusi.f90
    src/gui/cs_gui.c
    src/gui/cs_gui_conjugate_heat_transfer.c
    src/gui/cs_gui.h
    src/rayt/rayopt.f90
    users/base/cs_user_syrthes_coupling.c
    users/base/usini1.f90

* 23/05/2011 - David Monfort <david.monfort@edf.fr>
  Use dynamic memory allocation for most of the memory management in the
  tridim subroutine (often related to the codits calls).
  removed subroutines: 
    src/base/memale.f90
    src/base/memdis.f90
    src/base/memdtv.f90
    src/base/memdyp.f90
    src/base/memkep.f90
    src/base/memkom.f90
    src/base/memnav.f90
    src/base/memphy.f90
    src/base/memrij.f90
    src/base/memsca.f90
    src/base/memspa.f90
    src/base/memv2f.f90
    src/cfbl/memcfm.f90
    src/rayt/memra2.f90
  modified subroutines:
    src/base/alelap.f90
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/dttvar.f90
    src/base/navsto.f90
    src/base/phyvar.f90
    src/base/resv2f.f90
    src/base/scalai.f90
    src/base/tridim.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/turrij.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfqdmv.f90
    src/rayt/raydom.f90
    src/rayt/raypun.f90
    src/rayt/raysol.f90
  modified scripts:
    src/base/Makefile.am
    src/cfbl/Makefile.am
    src/rayt/Makefile.am

* 23/05/2011 - David Monfort <david.monfort@edf.fr>
  Improve MPI auto-detection in Debian-based environment.
  modified script:
    m4/cs_mpi.m4

* 20/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fixes for MED 3.0 support (polygons, polyhedra, and field axes and units).
  modified files:
    preprocessor/pre-post/ecs_post_med.c
    preprocessor/pre-post/ecs_pre_med.c
    preprocessor/pre-post/ecs_table_post_med.c
    src/fvm/fvm_to_med.c

* 19/05/2011 - David Monfort <david.monfort@edf.fr>
  Move the allocation of work arrays for the gradient computation from
  the calling routine to the C wrapper.
  modified routines:
    src/atmo/atprke.f90
    src/base/bilsc2.f90
    src/base/condli.f90
    src/base/covofi.f90
    src/base/csc2cl.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/cs_gradient.c
    src/base/cs_gradient.h
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/dttvar.f90
    src/base/dvvpst.f90
    src/base/grdcel.f90
    src/base/grdpot.f90
    src/base/inimas.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/navsto.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resv2f.f90
    src/base/rijech.f90
    src/base/testel.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfbsc3.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfqdmv.f90
    src/cogz/lwctss.f90
    src/cplv/cpltsv.f90
    src/cplv/cptsvc.f90
    src/elec/elflux.f90
    src/fuel/futsvc.f90
    src/lagr/diverv.f90
    src/lagr/laggra.f90
    src/lagr/lagpoi.f90
    src/rayt/raydom.f90
    src/rayt/raypun.f90
    users/base/usproj.f90
    users/base/usvist.f90
    users/elec/uselen.f90

* 19/05/2011 - David Monfort <david.monfort@edf.fr>
  Remove useless check for the periodicity of rotation in the gradient
  computation for the pressure (or potential).
  Add a, at the moment, uunused variable to this gradient computation
  to enable future development (with a 'physical' weight).
  modified routines:
    src/base/grdpot.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/navsto.f90
    src/base/preduv.f90
    src/base/resolp.f90
    src/base/typecl.f90
    src/cfbl/cfqdmv.f90

* 19/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Delay discarding of isolated faces to just prior calculation phase.
  This allows post-processing of those faces, as well as their usage
  in mesh joining (not updated for this yet) or user modification.
  modified files:
    src/apps/cs_solver.c
    src/base/cs_mesh.c
    src/base/cs_mesh.h
    src/base/cs_post.c
    src/base/cs_post.h
    src/base/cs_preprocessor_data.c
    src/base/cs_preprocessor_data.h

* 19/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix generation of hosts file under SLURM.
  modified file:
    bin/cs_exec_environment.py

* 19/05/2011 - David Monfort <david.monfort@edf.fr>
  Remove some unused work arrays in user subroutines, again.
  modified routines:
    src/base/covofi.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/scalai.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfqdmv.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssa.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/elec/uselrc.f90

* 19/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add possibility of defining a default destination rank for
  block to part distributor based on strided adjacency, so as to
  also distribute elements with no adjacency.
  modified files:
    src/apps/cs_partition.c
    src/base/cs_preprocessor_data.c
    src/fvm/fvm_block_to_part.c
    src/fvm/fvm_block_to_part.h

* 19/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix crash due to trying to read info from XML file even when not present.
  modified files:
    src/gui/cs_gui.c

* 18/05/2011 - David Monfort <david.monfort@edf.fr>
  Remove the body forces and pressure gradient improvement option from
  the grdcel arguments (now that it is separated from grdpot).
  modified routines:
    src/atmo/atprke.f90
    src/base/bilsc2.f90
    src/base/condli.f90
    src/base/covofi.f90
    src/base/csc2cl.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/dttvar.f90
    src/base/dvvpst.f90
    src/base/grdcel.f90
    src/base/inimas.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resrij.f90
    src/base/resv2f.f90
    src/base/rijech.f90
    src/base/testel.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/turrij.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfbsc3.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfqdmv.f90
    src/cogz/lwctss.f90
    src/cplv/cpltsv.f90
    src/cplv/cptsvc.f90
    src/elec/elflux.f90
    src/fuel/futsvc.f90
    src/lagr/diverv.f90
    src/lagr/laggra.f90
    src/lagr/lagpoi.f90
    src/rayt/raydom.f90
    src/rayt/raypun.f90
    users/base/usproj.f90
    users/base/usvist.f90
    users/elec/uselen.f90

* 18/05/2011 - David Monfort <david.monfort@edf.fr>
  Split the gradient API into subroutines to highlight the pressure
  gradient computation and facilitate future simplifications and tests.
  Only the new 'grdpot' subroutine (at the moment just a copy of grdcel)
  will be able to account for body forces later on.
  added routine:
    src/base/grdpot.f90
  modified routines:
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/navsto.f90
    src/base/preduv.f90
    src/base/resolp.f90
    src/base/typecl.f90
    src/cfbl/cfqdmv.f90
  modified script:
    src/base/Makefile.am

* 18/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix format type and missing parallel counter sync for rare mesh
  quantity face distance situation.
  modified files:
    src/base/cs_mesh_quantities.c

* 18/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Ensure number of procs required by XML file has lower priority than
  that defined by the resource manager.
  modified files:
    bin/cs_case.py
    bin/cs_exec_environment.py

* 18/05/2011 - David Monfort <david.monfort@edf.fr>
  Fix SYRTHES compilation from code_saturne script (with internal PLE).
  mofidied script:
    bin/cs_compile.py

* 17/05/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Fix a refresh issue for the probes output frequency.
  modified routine:
    gui/Pages/OutputControlModel.py

* 17/05/2011 - David Monfort <david.monfort@edf.fr>
  Remove most of the work arrays in user subroutines and add allocatable
  arrays (only) when necessary.
  modified routines:
    src/base/covofi.f90
    src/base/dvvpst.f90
    src/base/phyvar.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/scalai.f90
    src/base/testel.f90
    src/base/tridim.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/visdyn.f90
    src/cfbl/cfener.f90
    src/cfbl/cfiniv.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfvarp.f90
    src/elec/elphyv.f90
    src/lagr/lagent.f90
    src/lagr/lagipn.f90
    src/lagr/lagphy.f90
    src/lagr/lagune.f90
    src/pprt/ppclim.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    users/atmo/usatcl.f90
    users/base/usclim.f90
    users/base/usphyv.f90
    users/base/uspt1d.f90
    users/base/ussmag.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssa.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/base/usvima.f90
    users/base/usvist.f90
    users/cfbl/uscfcl.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfxi.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/elec/uselcl.f90
    users/elec/uselen.f90
    users/elec/uselph.f90
    users/elec/uselrc.f90
    users/elec/usetcl.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90
    users/lagr/uslaed.f90
    users/lagr/uslain.f90
    users/lagr/uslaru.f90
    users/lagr/uslast.f90
    users/rayt/usray2.f90
    users/rayt/usray3.f90
    users/rayt/usray4.f90
    users/rayt/usray5.f90

* 17/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix parsing and example of wall-clock time for SLURM.
  modified files:
    gui/Pages/BatchRunningModel.py
    extras/batch/batch.SLURM

* 17/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Dump character sections of Code_Saturne native files as strings in extract mode.
  modified files:
    src/appli/cs_io_dump.c

* 16/05/2011 - David Monfort <david.monfort@edf.fr>
  Missing modifications according to previous commit in user files calls.
  modified routines:
    src/atmo/atiniv.f90
    src/base/caltri.f90
    src/base/cou1do.f90
    src/base/covofi.f90
    src/base/cregeo.f90
    src/base/cs_post.c
    src/base/cs_prototypes.h
    src/base/dvvpst.f90
    src/base/inivar.f90
    src/base/phyvar.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/scalai.f90
    src/base/strdep.f90
    src/base/strini.f90
    src/base/tridim.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/visdyn.f90
    src/cfbl/cfener.f90
    src/cfbl/cfiniv.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfqdmv.f90
    src/cogz/d3pini.f90
    src/cogz/ebuini.f90
    src/cogz/lwcini.f90
    src/cplv/cpiniv.f90
    src/ctwr/ctiniv.f90
    src/elec/eliniv.f90
    src/elec/elphyv.f90
    src/fuel/fuiniv.f90
    src/lagr/lagcar.f90
    src/lagr/lagcel.f90
    src/lagr/lagent.f90
    src/lagr/lagesp.f90
    src/lagr/lagfch.f90
    src/lagr/laglis.f90
    src/lagr/lagphy.f90
    src/lagr/lagune.f90
    src/pprt/ppclim.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90

* 16/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fixes to SLURM batch options selection of partitions (queues).
  modified files:
    gui/Pages/BatchRunningModel.py
    extras/batch/batch.SLURM

* 16/05/2011 - David Monfort <david.monfort@edf.fr>
  Remove direct access to ia/ra for work-arrays allocation in user files.
  modified routines:
    users/atmo/usatcl.f90
    users/atmo/usativ.f90
    users/base/usalcl.f90
    users/base/usaste.f90
    users/base/usclim.f90
    users/base/usdpst.f90
    users/base/ushist.f90
    users/base/usiniv.f90
    users/base/uskpdc.f90
    users/base/usmpst.f90
    users/base/usnpst.f90
    users/base/usphyv.f90
    users/base/usproj.f90
    users/base/uspt1d.f90
    users/base/ussmag.f90
    users/base/usstru.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsma.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssa.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/base/usvima.f90
    users/base/usvist.f90
    users/base/usvort.f90
    users/base/usvpst.f90
    users/cfbl/uscfcl.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfxi.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/ctwr/usctdz.f90
    users/ctwr/usctiv.f90
    users/elec/uselcl.f90
    users/elec/uselen.f90
    users/elec/useliv.f90
    users/elec/uselph.f90
    users/elec/uselrc.f90
    users/elec/usetcl.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90
    users/lagr/uslabo.f90
    users/lagr/usladp.f90
    users/lagr/uslaed.f90
    users/lagr/uslaen.f90
    users/lagr/uslafe.f90
    users/lagr/uslag2.f90
    users/lagr/uslain.f90
    users/lagr/uslapr.f90
    users/lagr/uslaru.f90
    users/lagr/uslast.f90
    users/lagr/uslatc.f90
    users/lagr/uslatp.f90
    users/rayt/usray2.f90
    users/rayt/usray3.f90
    users/rayt/usray4.f90
    users/rayt/usray5.f90

* 16/05/2011 - David Monfort <david.monfort@edf.fr>
  Remove idebia/idebra references from the gradient calculation API.
  modified routines:
    src/atmo/atprke.f90
    src/base/bilsc2.f90
    src/base/condli.f90
    src/base/covofi.f90
    src/base/csc2cl.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/dttvar.f90
    src/base/dvvpst.f90
    src/base/grdcel.f90
    src/base/inimas.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/navsto.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resv2f.f90
    src/base/rijech.f90
    src/base/testel.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfbsc3.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfqdmv.f90
    src/cogz/lwctss.f90
    src/cplv/cpltsv.f90
    src/cplv/cptsvc.f90
    src/elec/elflux.f90
    src/fuel/futsvc.f90
    src/lagr/diverv.f90
    src/lagr/laggra.f90
    src/lagr/lagpoi.f90
    src/rayt/raydom.f90
    src/rayt/raypun.f90
    users/base/usproj.f90
    users/base/usvist.f90
    users/elec/uselen.f90

* 16/05/2011 - David Monfort <david.monfort@edf.fr>
  Use dynamic memory allocation in some routines so as to later remove
  direct access to ia/ra in user subroutines.
  modified routines:
    src/lagr/enslag.f90
    src/lagr/lagent.f90
    src/lagr/lagipn.f90
    src/lagr/lagout.f90
    src/lagr/lagune.f90
    users/base/usproj.f90
    users/lagr/uslabo.f90
    users/lagr/uslain.f90
    users/lagr/uslast.f90

* 16/05/2011 - David Monfort <david.monfort@edf.fr>
  Prefer "var(:) = 0" syntax to "var = 0" for Fortran 90 arrays
  initialization.
  modified routines:
    users/base/usdpst.f90
    users/lagr/uslast.f90

* 16/05/2011 - David Monfort <david.monfort@edf.fr>
  Replace lstelt workarrays with local dynamically-allocated arrays.
  modified routines:
    src/atmo/atiniv.f90
    src/base/caltri.f90
    src/base/cou1do.f90
    src/base/covofi.f90
    src/base/cregeo.f90
    src/base/inivar.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/scalai.f90
    src/base/strini.f90
    src/base/tridim.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/cfbl/cfener.f90
    src/cfbl/cfiniv.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfqdmv.f90
    src/cogz/d3pini.f90
    src/cogz/ebuini.f90
    src/cogz/lwcini.f90
    src/cplv/cpiniv.f90
    src/cplv/cplini.f90
    src/ctwr/ctiniv.f90
    src/ctwr/ctphyv.f90
    src/elec/eliniv.f90
    src/elec/elphyv.f90
    src/fuel/fuiniv.f90
    src/lagr/lagent.f90
    src/pprt/ppclim.f90
    src/pprt/ppiniv.f90
    src/pprt/ppinv2.f90
    src/rayt/raycli.f90
    users/atmo/usatcl.f90
    users/atmo/usativ.f90
    users/base/usalcl.f90
    users/base/usaste.f90
    users/base/usclim.f90
    users/base/usiniv.f90
    users/base/uskpdc.f90
    users/base/usproj.f90
    users/base/uspt1d.f90
    users/base/usstru.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsma.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssa.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/base/usvort.f90
    users/cfbl/uscfcl.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfxi.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/ctwr/usctdz.f90
    users/ctwr/usctiv.f90
    users/elec/uselcl.f90
    users/elec/useliv.f90
    users/elec/uselph.f90
    users/elec/usetcl.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90
    users/lagr/uslag2.f90
    users/rayt/usray2.f90

* 16/05/2011 - David Monfort <david.monfort@edf.fr>
  Revert a previous commit regarding the GUI presence checking because
  of an incompatibility with NEPTUNE_CFD.
  modified script:
    bin/cs_script.py

* 16/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Added fvm_nodal_make_vertices_private() function.
  modified files:
    src/fvm/fvm_nodal.c
    src/fvm/fvm_nodal.h

* 16/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix Valgrind initialization warning in XML reader.
  modified files:
    src/gui/cs_gui.c

* 16/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Further Preprocessor simplifications.
  removed files:
    preprocessor/appli/ecs_cmd_priv.h
  modified files:
    po/fr.po
    preprocessor/appli/ecs_main.c
    preprocessor/base/ecs_maillage.c
    preprocessor/base/ecs_maillage.h
    preprocessor/base/ecs_table.c
    preprocessor/base/ecs_table_def.c
    preprocessor/base/ecs_table_def.h
    preprocessor/pre-post/ecs_maillage_ncs.c
    preprocessor/pre-post/ecs_med_priv.h
    preprocessor/pre-post/ecs_post_cgns.c
    preprocessor/pre-post/ecs_post_cgns_priv.h
    preprocessor/pre-post/ecs_post_ens.c
    preprocessor/pre-post/ecs_post_ens_priv.h
    preprocessor/pre-post/ecs_post_med.c
    preprocessor/pre-post/ecs_post_med.h
    preprocessor/pre-post/ecs_table_post.c
    preprocessor/pre-post/ecs_table_post_cgns.c
    preprocessor/pre-post/ecs_table_post_cgns.h
    preprocessor/pre-post/ecs_table_post_ens.c
    preprocessor/pre-post/ecs_table_post_ens.h
    preprocessor/pre-post/ecs_table_post.h
    preprocessor/pre-post/ecs_table_post_med.c
    preprocessor/pre-post/ecs_table_post_med.h

* 16/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Preprocessor: simpler handling of kernel output family info logging.
  modified files:
    po/fr.po
    preprocessor/appli/ecs_cmd.c
    preprocessor/base/ecs_table_att.c
    preprocessor/base/ecs_table_att.h
    preprocessor/pre-post/ecs_maillage_ncs.c

* 16/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Simplified Preprocessor command-line for postprocessing.
  modified files:
    gui/Pages/SolutionVerifView.py
    po/fr.po
    preprocessor/appli/ecs_cmd.c
    preprocessor/appli/ecs_cmd.h
    preprocessor/appli/ecs_cmd_priv.h
    preprocessor/appli/ecs_main.c
    preprocessor/appli/Makefile.am
    preprocessor/base/ecs_maillage.c
    preprocessor/base/ecs_maillage.h
    preprocessor/base/ecs_table_def.c
    preprocessor/base/ecs_table_def.h
    preprocessor/pre-post/ecs_maillage_post.c
    preprocessor/pre-post/ecs_post.c
    preprocessor/pre-post/ecs_post.h

* 16/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix bug in CGNS output when CGNS uses 64-bit ids.
  modified files:
    preprocessor/pre-post/ecs_table_post_cgns.c

* 16/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Allow disabling of front-end tools.
  modified files:
    Makefile.am
    configure.ac
    bin/cs_config.py.in
    bin/cs_script.py
    src/apps/Makefile.am

* 16/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix missing install of SLURM batch template.
  modified file:
    Makefile.am

* 10/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 15).
  The number of phases (total and actual) are now totally suppressed from
  the code. No reference to the number of phase remain, except in the
  checkpoint code to keep a backward-compatibility in the checkpoint files
  reading (and this should kept in the future).
  The only remaining changes to be done are a documentation and comments
  update to account for the phase-dependency removal.
  modified routines:
    src/base/dimens.f90
    src/base/iniini.f90
    src/base/iniusi.f90
    src/base/paramx.f90
    src/base/varpos.f90
    src/pprt/ppcsca.f90
    src/rayt/rayopt.f90

* 10/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 14).
  Likewise step 13 but for the number of phases (total and actual).
  modified routines:
    src/atmo/atiniv.f90
    src/atmo/atmcls.f90
    src/atmo/atphyv.f90
    src/atmo/atprke.f90
    src/atmo/attycl.f90
    src/base/alelap.f90
    src/base/alemaj.f90
    src/base/altycl.f90
    src/base/bilsc2.f90
    src/base/calhyd.f90
    src/base/caltri.f90
    src/base/clipke.f90
    src/base/clipsa.f90
    src/base/clprij.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clpv2f.f90
    src/base/clsyvt.f90
    src/base/codits.f90
    src/base/condli.f90
    src/base/cou1di.f90
    src/base/cou1do.f90
    src/base/coupbi.f90
    src/base/coupbo.f90
    src/base/covofi.f90
    src/base/csc2cl.f90
    src/base/csc2ts.f90
    src/base/csccel.f90
    src/base/cscfbr.f90
    src/base/cscini.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/divrij.f90
    src/base/dttvar.f90
    src/base/dvvpst.f90
    src/base/ecrava.f90
    src/base/ecrlis.f90
    src/base/grdcel.f90
    src/base/haltyp.f90
    src/base/inimas.f90
    src/base/iniusi.f90
    src/base/iniva0.f90
    src/base/inivar.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/lecamo.f90
    src/base/lecamp.f90
    src/base/lecamx.f90
    src/base/memale.f90
    src/base/memcli.f90
    src/base/memdis.f90
    src/base/memdtv.f90
    src/base/memdyp.f90
    src/base/memkep.f90
    src/base/memkom.f90
    src/base/memnav.f90
    src/base/mempdc.f90
    src/base/memphy.f90
    src/base/memrij.f90
    src/base/memsca.f90
    src/base/memspa.f90
    src/base/memtri.f90
    src/base/memtsm.f90
    src/base/memv2f.f90
    src/base/mmtycl.f90
    src/base/navsto.f90
    src/base/pergra.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/phyvar.f90
    src/base/precli.f90
    src/base/preduv.f90
    src/base/projts.f90
    src/base/recvmc.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/rijech.f90
    src/base/rijthe.f90
    src/base/scalai.f90
    src/base/schtmp.f90
    src/base/stdtcl.f90
    src/base/strini.f90
    src/base/strpre.f90
    src/base/testel.f90
    src/base/tridim.f90
    src/base/tsepdc.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/vandri.f90
    src/base/vericl.f90
    src/base/vert1d.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/base/vor2cl.f90
    src/base/vorpre.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfbsc3.f90
    src/cfbl/cfcdts.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfdttv.f90
    src/cfbl/cfener.f90
    src/cfbl/cfiniv.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfmsvs.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfpoin.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfrusb.f90
    src/cfbl/cfxtcl.f90
    src/cfbl/memcft.f90
    src/cogz/d3pini.f90
    src/cogz/d3pphy.f90
    src/cogz/d3ptcl.f90
    src/cogz/ebuini.f90
    src/cogz/ebuphy.f90
    src/cogz/ebutcl.f90
    src/cogz/ebutss.f90
    src/cogz/lwcini.f90
    src/cogz/lwcphy.f90
    src/cogz/lwctcl.f90
    src/cogz/lwctss.f90
    src/cplv/cpiniv.f90
    src/cplv/cplini.f90
    src/cplv/cplphy.f90
    src/cplv/cpltcl.f90
    src/cplv/cpltss.f90
    src/cplv/cpltsv.f90
    src/cplv/cpphyv.f90
    src/cplv/cpptcl.f90
    src/cplv/cptssc.f90
    src/cplv/cptsvc.f90
    src/ctwr/ctiniv.f90
    src/ctwr/ctphyv.f90
    src/ctwr/cttssc.f90
    src/elec/elflux.f90
    src/elec/eliniv.f90
    src/elec/elphyv.f90
    src/elec/eltssc.f90
    src/fuel/fuiniv.f90
    src/fuel/fuphyv.f90
    src/fuel/fuptcl.f90
    src/fuel/futssc.f90
    src/fuel/futsvc.f90
    src/lagr/diverv.f90
    src/lagr/lagaff.f90
    src/lagr/lagcar.f90
    src/lagr/lagcel.f90
    src/lagr/lagcou.f90
    src/lagr/lagent.f90
    src/lagr/lageqp.f90
    src/lagr/lages1.f90
    src/lagr/lages2.f90
    src/lagr/lagesp.f90
    src/lagr/lagfch.f90
    src/lagr/laggra.f90
    src/lagr/lagich.f90
    src/lagr/lagidp.f90
    src/lagr/lagimp.f90
    src/lagr/lagitf.f90
    src/lagr/lagitp.f90
    src/lagr/laglis.f90
    src/lagr/lagout.f90
    src/lagr/lagphy.f90
    src/lagr/lagpoi.f90
    src/lagr/lagsta.f90
    src/lagr/lagune.f90
    src/pprt/memppt.f90
    src/pprt/ppclim.f90
    src/pprt/ppiniv.f90
    src/pprt/ppinv2.f90
    src/pprt/ppphyv.f90
    src/pprt/ppprcl.f90
    src/pprt/pptssc.f90
    src/pprt/pptycl.f90
    src/rayt/memra1.f90
    src/rayt/memra2.f90
    src/rayt/memra3.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    src/rayt/rayout.f90
    src/rayt/raypun.f90
    src/rayt/raysol.f90
    users/atmo/usatcl.f90
    users/atmo/usativ.f90
    users/base/usalcl.f90
    users/base/usclim.f90
    users/base/ushist.f90
    users/base/usini1.f90
    users/base/usiniv.f90
    users/base/uskpdc.f90
    users/base/usphyv.f90
    users/base/usproj.f90
    users/base/uspt1d.f90
    users/base/ussmag.f90
    users/base/usstru.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsma.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssa.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/base/usvima.f90
    users/base/usvist.f90
    users/base/usvort.f90
    users/cfbl/uscfcl.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfth.f90
    users/cfbl/uscfxi.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/ctwr/usctiv.f90
    users/elec/uselcl.f90
    users/elec/uselen.f90
    users/elec/useliv.f90
    users/elec/uselph.f90
    users/elec/uselrc.f90
    users/elec/usetcl.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90
    users/lagr/uslabo.f90
    users/lagr/usladp.f90
    users/lagr/uslaed.f90
    users/lagr/uslaen.f90
    users/lagr/uslafe.f90
    users/lagr/uslag2.f90
    users/lagr/uslain.f90
    users/lagr/uslapr.f90
    users/lagr/uslaru.f90
    users/lagr/uslast.f90
    users/lagr/uslatc.f90
    users/lagr/uslatp.f90

* 10/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 13).
  Arguments, local variables and comments relative to the phase number
  are now suppressed from the code.
  modified routines:
    src/atmo/atini1.f90
    src/atmo/atiniv.f90
    src/atmo/atlecm.f90
    src/atmo/atmcls.f90
    src/atmo/atphyv.f90
    src/atmo/atprke.f90
    src/atmo/attycl.f90
    src/atmo/atvarp.f90
    src/base/altycl.f90
    src/base/bilsc2.f90
    src/base/calhyd.f90
    src/base/caltri.f90
    src/base/clipke.f90
    src/base/clipsa.f90
    src/base/clprij.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clpv2f.f90
    src/base/clsyvt.f90
    src/base/codits.f90
    src/base/condli.f90
    src/base/cou1do.f90
    src/base/coupbi.f90
    src/base/coupbo.f90
    src/base/covofi.f90
    src/base/csc2cl.f90
    src/base/csc2ts.f90
    src/base/csccel.f90
    src/base/cscini.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/divrij.f90
    src/base/dttvar.f90
    src/base/dvvpst.f90
    src/base/ecrava.f90
    src/base/ecrlis.f90
    src/base/grdcel.f90
    src/base/impini.f90
    src/base/iniini.f90
    src/base/inimas.f90
    src/base/initi2.f90
    src/base/iniusi.f90
    src/base/iniva0.f90
    src/base/inivar.f90
    src/base/lecamp.f90
    src/base/lecamx.f90
    src/base/memcli.f90
    src/base/memnav.f90
    src/base/mempdc.f90
    src/base/memphy.f90
    src/base/memrij.f90
    src/base/memtri.f90
    src/base/memtsm.f90
    src/base/mmtycl.f90
    src/base/modini.f90
    src/base/navsto.f90
    src/base/pergra.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/phyvar.f90
    src/base/precli.f90
    src/base/preduv.f90
    src/base/prmoy0.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/rijech.f90
    src/base/rijthe.f90
    src/base/scalai.f90
    src/base/schtmp.f90
    src/base/stdtcl.f90
    src/base/strdep.f90
    src/base/testel.f90
    src/base/tridim.f90
    src/base/tsepdc.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/vandri.f90
    src/base/varpos.f90
    src/base/vericl.f90
    src/base/verini.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/base/vor2cl.f90
    src/base/vorpre.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfcdts.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfdttv.f90
    src/cfbl/cfener.f90
    src/cfbl/cfini1.f90
    src/cfbl/cfiniv.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfmsvs.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfprop.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfrusb.f90
    src/cfbl/cfvarp.f90
    src/cfbl/cfxtcl.f90
    src/cogz/coini1.f90
    src/cogz/covarp.f90
    src/cogz/d3pini.f90
    src/cogz/d3pint.f90
    src/cogz/d3pphy.f90
    src/cogz/d3ptcl.f90
    src/cogz/d3pver.f90
    src/cogz/ebuini.f90
    src/cogz/ebuphy.f90
    src/cogz/ebutcl.f90
    src/cogz/ebutss.f90
    src/cogz/ebuver.f90
    src/cogz/lwcini.f90
    src/cogz/lwcphy.f90
    src/cogz/lwctcl.f90
    src/cogz/lwctss.f90
    src/cogz/lwcver.f90
    src/cogz/pdflwc.f90
    src/cogz/pdfpp3.f90
    src/cogz/pdfpp4.f90
    src/cplv/cpflux.f90
    src/cplv/cpini1.f90
    src/cplv/cpiniv.f90
    src/cplv/cplin1.f90
    src/cplv/cplini.f90
    src/cplv/cplph1.f90
    src/cplv/cplphy.f90
    src/cplv/cpltcl.f90
    src/cplv/cpltsv.f90
    src/cplv/cplvar.f90
    src/cplv/cplver.f90
    src/cplv/cpphy1.f90
    src/cplv/cpphyv.f90
    src/cplv/cpptcl.f90
    src/cplv/cprays.f90
    src/cplv/cptssc.f90
    src/cplv/cptsvc.f90
    src/cplv/cptsvi.f90
    src/cplv/cpvarp.f90
    src/cplv/cpveri.f90
    src/ctwr/ctini1.f90
    src/ctwr/ctiniv.f90
    src/ctwr/ctphyv.f90
    src/ctwr/ctvarp.f90
    src/elec/elini1.f90
    src/elec/eliniv.f90
    src/elec/elphyv.f90
    src/elec/elvarp.f90
    src/elec/elveri.f90
    src/fuel/fuflux.f90
    src/fuel/fuini1.f90
    src/fuel/fuiniv.f90
    src/fuel/fuphy1.f90
    src/fuel/fuphyv.f90
    src/fuel/fuptcl.f90
    src/fuel/furays.f90
    src/fuel/futssc.f90
    src/fuel/futsvc.f90
    src/fuel/futsvi.f90
    src/fuel/fuvarp.f90
    src/fuel/fuveri.f90
    src/lagr/lagaff.f90
    src/lagr/lagcar.f90
    src/lagr/lagcou.f90
    src/lagr/lagent.f90
    src/lagr/lages1.f90
    src/lagr/lages2.f90
    src/lagr/lagfch.f90
    src/lagr/laggra.f90
    src/lagr/lagich.f90
    src/lagr/lagipn.f90
    src/lagr/lagitf.f90
    src/lagr/laglec.f90
    src/lagr/lagopt.f90
    src/lagr/lagout.f90
    src/pprt/ppcabs.f90
    src/pprt/ppiniv.f90
    src/pprt/ppinv2.f90
    src/pprt/ppphyv.f90
    src/pprt/ppprcl.f90
    src/pprt/ppray4.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    src/rayt/rayopt.f90
    src/rayt/raypar.f90
    src/rayt/raypun.f90
    src/rayt/raysca.f90
    src/rayt/raysol.f90
    users/atmo/usatcl.f90
    users/atmo/usati1.f90
    users/atmo/usativ.f90
    users/base/usclim.f90
    users/base/usini1.f90
    users/base/usiniv.f90
    users/base/uskpdc.f90
    users/base/usmpst.f90
    users/base/usphyv.f90
    users/base/usproj.f90
    users/base/uspt1d.f90
    users/base/ussmag.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsma.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssa.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/base/usvist.f90
    users/base/usvort.f90
    users/base/usvpst.f90
    users/cfbl/uscfcl.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfth.f90
    users/cfbl/uscfx1.f90
    users/cfbl/uscfx2.f90
    users/cfbl/uscfxi.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/ctwr/uscti1.f90
    users/ctwr/usctiv.f90
    users/elec/uselcl.f90
    users/elec/useliv.f90
    users/elec/uselph.f90
    users/elec/usetcl.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90
    users/lagr/uslaen.f90
    users/rayt/usray2.f90
    users/rayt/usray3.f90
    users/rayt/usray4.f90
    users/rayt/usray5.f90

* 10/05/2011 - David Monfort <david.monfort@edf.fr>
  Remove now inconsistent assert on a symmetric flag (due to the matrix
  structure refactoring), only present with MKL support.
  modified routine:
    src/base/cs_matrix.c

* 09/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 12).
  Complete previous steps where some changes were missing.
  modified routines:
    src/base/ecrava.f90
    src/base/impini.f90
    src/base/iniva0.f90
    src/base/lecamp.f90
    src/base/lecamx.f90
    src/base/tridim.f90
    src/base/verini.f90
    users/cfbl/uscfth.f90

* 09/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 11).
  Loops on the number of phases and tests on the phase number have been
  suppressed.
  modified routines:
    src/atmo/atini1.f90
    src/atmo/atphyv.f90
    src/atmo/attycl.f90
    src/base/caltri.f90
    src/base/codits.f90
    src/base/condli.f90
    src/base/csc2cl.f90
    src/base/cscini.f90
    src/base/cscpfb.f90
    src/base/dvvpst.f90
    src/base/ecrava.f90
    src/base/ecrlis.f90
    src/base/impini.f90
    src/base/iniini.f90
    src/base/initi2.f90
    src/base/iniva0.f90
    src/base/inivar.f90
    src/base/lecamx.f90
    src/base/memcli.f90
    src/base/memnav.f90
    src/base/mempdc.f90
    src/base/memphy.f90
    src/base/memrij.f90
    src/base/memtri.f90
    src/base/memtsm.f90
    src/base/mmtycl.f90
    src/base/modini.f90
    src/base/navsto.f90
    src/base/pergra.f90
    src/base/phyvar.f90
    src/base/precli.f90
    src/base/scalai.f90
    src/base/schtmp.f90
    src/base/tridim.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/varpos.f90
    src/base/vericl.f90
    src/base/verini.f90
    src/base/vor2cl.f90
    src/cfbl/cfcdts.f90
    src/cfbl/cfini1.f90
    src/cfbl/cfiniv.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfprop.f90
    src/cfbl/cfvarp.f90
    src/cfbl/cfxtcl.f90
    src/cogz/coini1.f90
    src/cplv/cpini1.f90
    src/cplv/cplin1.f90
    src/ctwr/ctini1.f90
    src/ctwr/ctphyv.f90
    src/elec/elini1.f90
    src/fuel/fuini1.f90
    src/pprt/ppprcl.f90
    users/atmo/usatcl.f90
    users/atmo/usati1.f90
    users/base/usclim.f90
    users/base/uskpdc.f90
    users/base/usphyv.f90
    users/base/uspt1d.f90
    users/base/ustsma.f90
    users/base/usvist.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfth.f90
    users/cfbl/uscfx1.f90
    users/ctwr/usctcl.f90

* 09/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Robustness improvement for batch handling by the GUI.
  modified file:
    gui/Pages/BatchRunningModel.py

* 09/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Added SLURM batch system support.
  added file:
   extras/batch/batch.SLURM
  modified files:
    bin/cs_exec_environment.py
    gui/Pages/BatchRunningModel.py
    gui/Pages/BatchRunningView.py

* 09/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor fixes to environment execution handling.
  modified file:
    bin/cs_exec_environment.py

* 09/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 10).
  Likewise step 8 and 9 but for arrays allocated in mem*** subroutines. 
  modified routines:
    src/atmo/attycl.f90
    src/base/altycl.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/condli.f90
    src/base/csc2cl.f90
    src/base/cscfbr.f90
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/divrij.f90
    src/base/dvvpst.f90
    src/base/ecrava.f90
    src/base/iniva0.f90
    src/base/inivar.f90
    src/base/lecamo.f90
    src/base/lecamx.f90
    src/base/memcli.f90
    src/base/memnav.f90
    src/base/memtri.f90
    src/base/mmtycl.f90
    src/base/navsto.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/pointe.f90
    src/base/precli.f90
    src/base/preduv.f90
    src/base/resolp.f90
    src/base/rijech.f90
    src/base/schtmp.f90
    src/base/stdtcl.f90
    src/base/tridim.f90
    src/base/turbsa.f90
    src/base/typecl.f90
    src/base/vandri.f90
    src/base/vor2cl.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfrusb.f90
    src/cfbl/cfxtcl.f90
    src/cogz/d3ptcl.f90
    src/cogz/ebutcl.f90
    src/cogz/lwctcl.f90
    src/cplv/cpltcl.f90
    src/cplv/cpltss.f90
    src/cplv/cpltsv.f90
    src/cplv/cpptcl.f90
    src/cplv/cptssc.f90
    src/cplv/cptsvc.f90
    src/ctwr/cttssc.f90
    src/elec/eltssc.f90
    src/fuel/fuptcl.f90
    src/fuel/futssc.f90
    src/fuel/futsvc.f90
    src/lagr/lagcel.f90
    src/lagr/lagent.f90
    src/pprt/ppcabs.f90
    src/pprt/ppclim.f90
    src/pprt/ppprcl.f90
    src/pprt/pptycl.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    src/rayt/raypun.f90
    src/rayt/raysol.f90
    users/atmo/usatcl.f90
    users/base/usalcl.f90
    users/base/usclim.f90
    users/cfbl/uscfcl.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/elec/uselcl.f90
    users/elec/usetcl.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90
    users/lagr/uslabo.f90
    users/lagr/uslag2.f90
    users/lagr/uslain.f90
    users/lagr/uslapr.f90
    users/lagr/uslaru.f90
    users/rayt/usray2.f90
    users/rayt/usray3.f90
    users/rayt/usray4.f90
    users/rayt/usray5.f90

* 09/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 9).
  Likewise step 8 for remaining arrays defined in Fortran modules. 
  modified routines:
    src/base/condli.f90
    src/base/cplsat.f90
    src/base/cscini.f90
    src/base/cscpfb.f90
    src/base/cstphy.f90
    src/base/ecrava.f90
    src/base/impini.f90
    src/base/iniini.f90
    src/base/inivar.f90
    src/base/lecamx.f90
    src/base/memnav.f90
    src/base/modini.f90
    src/base/navsto.f90
    src/base/numvar.f90
    src/base/optcal.f90
    src/base/preduv.f90
    src/base/resolp.f90
    src/base/tridim.f90
    src/base/typecl.f90
    src/base/varpos.f90
    src/base/verini.f90
    src/cfbl/cfini1.f90
    users/base/usini1.f90
    users/ctwr/usctcl.f90

* 09/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 8).
  All mono-dimensional arrays depending on the number of phases now are
  simple pointers. Especially, pointers from cstphy, numvar, optcal,
  pointe and ppincl modules have been converted.
  This changeset breaks nearly all legacy Fortran code.
  Corresponding documentation changes remain to be done.
  modified routines:
    src/atmo/atini1.f90
    src/atmo/atiniv.f90
    src/atmo/atlecm.f90
    src/atmo/atmcls.f90
    src/atmo/atphyv.f90
    src/atmo/atprke.f90
    src/atmo/attycl.f90
    src/atmo/atvarp.f90
    src/base/alelap.f90
    src/base/altycl.f90
    src/base/bilsc2.f90
    src/base/calhyd.f90
    src/base/caltri.f90
    src/base/clipke.f90
    src/base/clipsa.f90
    src/base/clprij.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clpv2f.f90
    src/base/clsyvt.f90
    src/base/codits.f90
    src/base/condli.f90
    src/base/coupbi.f90
    src/base/coupbo.f90
    src/base/covofi.f90
    src/base/csc2cl.f90
    src/base/csc2ts.f90
    src/base/cscini.f90
    src/base/cscpfb.f90
    src/base/cstphy.f90
    src/base/distyp.f90
    src/base/divrij.f90
    src/base/dttvar.f90
    src/base/dvvpst.f90
    src/base/ecrava.f90
    src/base/ecrlis.f90
    src/base/grdcel.f90
    src/base/haltyp.f90
    src/base/impini.f90
    src/base/iniini.f90
    src/base/initi2.f90
    src/base/iniusi.f90
    src/base/iniva0.f90
    src/base/inivar.f90
    src/base/itrmas.f90
    src/base/lecamp.f90
    src/base/lecamx.f90
    src/base/memcli.f90
    src/base/memnav.f90
    src/base/mempdc.f90
    src/base/memphy.f90
    src/base/memrij.f90
    src/base/memtri.f90
    src/base/memtsm.f90
    src/base/mmtycl.f90
    src/base/modini.f90
    src/base/navsto.f90
    src/base/numvar.f90
    src/base/optcal.f90
    src/base/pergra.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/phyvar.f90
    src/base/pointe.f90
    src/base/preduv.f90
    src/base/prmoy0.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/rijech.f90
    src/base/rijthe.f90
    src/base/scalai.f90
    src/base/schtmp.f90
    src/base/stdtcl.f90
    src/base/strdep.f90
    src/base/strpre.f90
    src/base/testel.f90
    src/base/tridim.f90
    src/base/tsepdc.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turbsa.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/vandri.f90
    src/base/varpos.f90
    src/base/vericl.f90
    src/base/verini.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/base/vor2cl.f90
    src/base/vorpre.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfcdts.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfdttv.f90
    src/cfbl/cfener.f90
    src/cfbl/cfini1.f90
    src/cfbl/cfiniv.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfprop.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfrusb.f90
    src/cfbl/cfvarp.f90
    src/cfbl/cfxtcl.f90
    src/cogz/coini1.f90
    src/cogz/covarp.f90
    src/cogz/d3pini.f90
    src/cogz/d3pint.f90
    src/cogz/d3pphy.f90
    src/cogz/d3ptcl.f90
    src/cogz/d3pver.f90
    src/cogz/ebuini.f90
    src/cogz/ebuphy.f90
    src/cogz/ebutcl.f90
    src/cogz/ebutss.f90
    src/cogz/ebuver.f90
    src/cogz/lwcini.f90
    src/cogz/lwcphy.f90
    src/cogz/lwctcl.f90
    src/cogz/lwctss.f90
    src/cogz/lwcver.f90
    src/cogz/pdflwc.f90
    src/cogz/pdfpp3.f90
    src/cogz/pdfpp4.f90
    src/cplv/cpflux.f90
    src/cplv/cpini1.f90
    src/cplv/cpiniv.f90
    src/cplv/cplin1.f90
    src/cplv/cplini.f90
    src/cplv/cplph1.f90
    src/cplv/cplphy.f90
    src/cplv/cpltcl.f90
    src/cplv/cpltsv.f90
    src/cplv/cplvar.f90
    src/cplv/cplver.f90
    src/cplv/cpphy1.f90
    src/cplv/cpphyv.f90
    src/cplv/cpptcl.f90
    src/cplv/cptssc.f90
    src/cplv/cptsvc.f90
    src/cplv/cptsvi.f90
    src/cplv/cpvarp.f90
    src/cplv/cpveri.f90
    src/ctwr/ctini1.f90
    src/ctwr/ctiniv.f90
    src/ctwr/ctphyv.f90
    src/ctwr/ctvarp.f90
    src/elec/elini1.f90
    src/elec/eliniv.f90
    src/elec/elphyv.f90
    src/elec/elvarp.f90
    src/elec/elveri.f90
    src/fuel/fuflux.f90
    src/fuel/fuini1.f90
    src/fuel/fuiniv.f90
    src/fuel/fuphy1.f90
    src/fuel/fuphyv.f90
    src/fuel/fuptcl.f90
    src/fuel/futssc.f90
    src/fuel/futsvc.f90
    src/fuel/futsvi.f90
    src/fuel/fuvarp.f90
    src/fuel/fuveri.f90
    src/lagr/lagcar.f90
    src/lagr/lagcou.f90
    src/lagr/lagent.f90
    src/lagr/lages1.f90
    src/lagr/lages2.f90
    src/lagr/lagfch.f90
    src/lagr/laggra.f90
    src/lagr/lagich.f90
    src/lagr/lagipn.f90
    src/lagr/lagitf.f90
    src/lagr/laglec.f90
    src/lagr/lagopt.f90
    src/lagr/lagout.f90
    src/pprt/ppcabs.f90
    src/pprt/ppincl.f90
    src/pprt/ppiniv.f90
    src/pprt/ppinv2.f90
    src/pprt/ppphyv.f90
    src/pprt/ppprcl.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    src/rayt/raylec.f90
    src/rayt/rayopt.f90
    src/rayt/rayout.f90
    src/rayt/raypar.f90
    src/rayt/raysca.f90
    users/atmo/usatcl.f90
    users/atmo/usati1.f90
    users/atmo/usativ.f90
    users/base/usclim.f90
    users/base/usini1.f90
    users/base/usiniv.f90
    users/base/uskpdc.f90
    users/base/usmpst.f90
    users/base/usphyv.f90
    users/base/usproj.f90
    users/base/ussmag.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsma.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssa.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/base/usvist.f90
    users/base/usvpst.f90
    users/cfbl/uscfcl.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfth.f90
    users/cfbl/uscfx1.f90
    users/cfbl/uscfx2.f90
    users/cfbl/uscfxi.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/ctwr/usctiv.f90
    users/elec/uselcl.f90
    users/elec/useliv.f90
    users/elec/uselph.f90
    users/elec/uselrc.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90
    users/lagr/uslaen.f90
    users/rayt/usray2.f90
    users/rayt/usray4.f90

* 09/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 7).
  Most of, if not all, the occurences of the phase number in output
  statements have been suppressed.
  modified routines:
    src/atmo/atini1.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clpv2f.f90
    src/base/condli.f90
    src/base/dvvpst.f90
    src/base/impini.f90
    src/base/initi2.f90
    src/base/inivar.f90
    src/base/lecamp.f90
    src/base/lecamx.f90
    src/base/mempdc.f90
    src/base/memtsm.f90
    src/base/modini.f90
    src/base/navsto.f90
    src/base/phyvar.f90
    src/base/preduv.f90
    src/base/resv2f.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/varpos.f90
    src/base/vericl.f90
    src/base/verini.f90
    src/base/visdyn.f90
    src/cfbl/cfini1.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfvarp.f90
    src/cogz/coini1.f90
    src/cogz/d3pver.f90
    src/cogz/ebuver.f90
    src/cogz/lwcver.f90
    src/cplv/cpini1.f90
    src/cplv/cplin1.f90
    src/cplv/cplver.f90
    src/cplv/cpveri.f90
    src/ctwr/ctini1.f90
    src/ctwr/ctphyv.f90
    src/elec/elini1.f90
    src/fuel/fuini1.f90
    src/fuel/fuveri.f90
    src/lagr/lagcar.f90
    src/lagr/lagipn.f90
    src/lagr/lagopt.f90
    users/base/usphyv.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsma.f90
    users/base/ustsri.f90
    users/base/ustssa.f90
    users/base/ustsv2.f90
    users/cfbl/uscfpv.f90
    users/rayt/usray5.f90

* 09/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 6).
  The continuous phase number relative to the species (user or specific
  physics scalars) is no more necessary (iphsca keyword).
  The phase number is now handled by a standard iphas variable set to 1.
  modified files:
    doc/user/saturne1.tex
    doc/user/saturne2.tex
  modified routines:
    src/atmo/atini1.f90
    src/atmo/atvarp.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/condli.f90
    src/base/coupbi.f90
    src/base/coupbo.f90
    src/base/covofi.f90
    src/base/cstphy.f90
    src/base/impini.f90
    src/base/iniini.f90
    src/base/iniusi.f90
    src/base/iniva0.f90
    src/base/modini.f90
    src/base/scalai.f90
    src/base/tridim.f90
    src/base/varpos.f90
    src/base/vericl.f90
    src/base/verini.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfmsvs.f90
    src/cfbl/cfvarp.f90
    src/cogz/coini1.f90
    src/cogz/covarp.f90
    src/cogz/ebutss.f90
    src/cogz/lwctss.f90
    src/cplv/cpini1.f90
    src/cplv/cplin1.f90
    src/cplv/cpltsv.f90
    src/cplv/cplvar.f90
    src/cplv/cptssc.f90
    src/cplv/cptsvc.f90
    src/cplv/cpvarp.f90
    src/ctwr/ctini1.f90
    src/ctwr/ctvarp.f90
    src/elec/elini1.f90
    src/elec/elvarp.f90
    src/fuel/fuini1.f90
    src/fuel/futssc.f90
    src/fuel/futsvc.f90
    src/fuel/fuvarp.f90
    users/base/usclim.f90
    users/base/usini1.f90
    users/base/usphyv.f90
    users/base/ustsma.f90
    users/base/ustssc.f90
    users/cfbl/uscfcl.f90
    users/cfbl/uscfxi.f90
    users/cplv/uscpcl.f90
    users/cplv/uscplc.f90
    users/fuel/usfucl.f90

* 06/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix memory leak.
  modified file:
    src/bft/bft_file.c

* 06/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix memory leak due to wrong structure being used.
  modified file:
    src/base/cs_matrix.c

* 06/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Added choice of Hilbert SFC for domain partitioning.
  added files:
    src/fvm/fvm_hilbert.c
    src/fvm/fvm_hilbert.h
  modified files:
    gui/Pages/BatchRunningView.py
    gui/Pages/ScriptRunningModel.py
    po/fr.po
    src/base/cs_preprocessor_data.c
    src/base/cs_preprocessor_data.h
    src/fvm/fvm_io_num.c
    src/fvm/fvm_io_num.h
    src/fvm/Makefile.am
    src/gui/cs_gui.c
    src/gui/cs_gui.h

* 06/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Separate matrix structure from container.
  modified files:
    po/fr.po
    src/base/cs_benchmark.c
    src/base/cs_grid.c
    src/base/cs_matrix.c
    src/base/cs_matrix.h
    src/base/cs_sles.c

* 06/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Allow normal exit of multigrid in case of detected divergence.
  modified files:
    src/base/cs_multigrid.c
    src/base/cs_multigrid.h

* 06/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Allow selection of an alternate build for compute tasks.
  modified files:
    Makefile.am
    bin/cs_case_coupling.py
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/cs_compile.py
    bin/cs_config.py.in
    bin/cs_exec_environment.py
    bin/cs_package.py.in
    bin/cs_run.py
    bin/runcase_coupling.in
    extras/code_saturne.cfg

* 05/05/2011 - Jacques Fontaine <jacques-j.fontaine@edf.fr>
  Added GMRES to linear solvers.
  modified files:
    src/base/cs_sles.c
    src/base/cs_sles.h
    src/base/invers.f90
    src/base/verini.f90
    users/base/usini1.f90

* 05/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Enable build of Doxygen documentation (currently minimal).
  added files:
    doc/doxygen/Doxyfile
    doc/doxygen/examples/bft_error_example.c
    doc/doxygen/images/icon.png
    doc/doxygen/mainpage.h
    doc/doxygen/Makefile.am
    doc/doxygen/Makefile.in
  modified files:
    configure.ac
    doc/Makefile.am

* 04/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 5).
  Likewise step 4 for the remaining C code with a phase number reference, i.e.
  boundary conditions error, post-processing and periodicity, and corresponding
  changes for the Fortran API.
  modified routines:
    src/base/bilsc2.f90
    src/base/caltri.f90
    src/base/cs_boundary_conditions.c
    src/base/cs_boundary_conditions.h
    src/base/cs_perio.c
    src/base/cs_perio.h
    src/base/cs_post.c
    src/base/cs_post.h
    src/base/cs_prototypes.h
    src/base/dvvpst.f90
    src/base/grdcel.f90
    src/base/inimas.f90
    src/base/typecl.f90
    src/cfbl/cfbsc2.f90
    users/base/usmpst.f90
    users/base/usnpst.f90
    users/base/usvpst.f90

* 04/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 4).
  The XML reader for the graphical user interface do not refer anymore to the
  phase number. User setup is accounted for by using the fact that, if a variable
  is defined as "type *var" (in C) then "ivar[0]" is equivalent to "*var".
  Besides, most of the code could only handle a single-phase setup (from the XML).
  modified routines:
    src/base/caltri.f90
    src/base/tridim.f90
    src/gui/cs_gui_boundary_conditions.c
    src/gui/cs_gui.c
    src/gui/cs_gui.h
    src/gui/cs_gui_radiative_transfer.c
    src/gui/cs_gui_radiative_transfer.h
    src/rayt/rayopt.f90

* 04/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
 Simplify preprocessor command-line syntax.
  modified files:
    bin/cs_case_domain.py
    gui/Pages/SolutionVerifView.py
    preprocessor/appli/ecs_cmd.c
    po/fr.po

* 04/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Declare joining tolerance parameters as float to avoid compiler warning.
  modified files:
    users/base/cs_user_join.c
    users/base/cs_user_periodicity.c

* 04/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix for preprocessing or quality criteria with GUI and non-default turbulence.
  modified files:
    src/gui/cs_gui.c

* 04/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Removed obsolete initialization arguments for coupled case.
  modified files:
    bin/cs_case_coupling.py
    bin/runcase_coupling.in

* 04/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 3).
  Rename the total number of radiant phases from nphasc to nrphas to better
  reflect the fact that not only coal can be accounted for but also fuel,
  and also to ease the search of the nphas keyword in later changesets.
  Likewise for the change iphas->irphas (local variable).
  modified routines:
    src/base/varpos.f90
    src/gui/cs_gui_radiative_transfer.c
    src/gui/cs_gui_radiative_transfer.h
    src/rayt/memra2.f90
    src/rayt/radiat.f90
    src/rayt/raydom.f90
    src/rayt/rayopt.f90
    users/rayt/usray1.f90

* 04/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 2).
  The continuous phase number relative to the radiative transfer is no more
  necessary (irapha keyword).
  The phase number is now handled by a standard iphas variable set to 1.
  modified routines:
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/condli.f90
    src/base/covofi.f90
    src/base/impini.f90
    src/base/verini.f90
    src/rayt/radiat.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    src/rayt/rayopt.f90
    src/rayt/raysca.f90

* 04/05/2011 - David Monfort <david.monfort@edf.fr>
  Removing the dependency to the number of phases (step 1).
  The continuous phase number relative to the Lagrangian phase is no more
  necessary (ilphas keyword). Beside, most of the Lagrangian code had not
  been adapted to handle this keyword...
  The phase number is now handled by a standard iphas variable set to 1.
  modified file:
    doc/user/saturne1.tex
  modified routines:
    src/base/covofi.f90
    src/base/impini.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/lagr/lagaff.f90
    src/lagr/lagcar.f90
    src/lagr/lagcou.f90
    src/lagr/lagent.f90
    src/lagr/lages1.f90
    src/lagr/lages2.f90
    src/lagr/laggra.f90
    src/lagr/lagich.f90
    src/lagr/lagipn.f90
    src/lagr/lagitf.f90
    src/lagr/laglec.f90
    src/lagr/lagopt.f90
    src/lagr/lagout.f90
    src/lagr/lagran.f90
    users/lagr/uslaed.f90
    users/lagr/uslaen.f90
    users/lagr/uslast.f90

* 03/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve control of box tree growth limits for mesh joining.
  modified files:
    po/fr.po
    src/base/cs_join.c
    src/base/cs_join.h
    src/base/cs_join_intersect.c
    src/base/cs_join_util.c
    src/base/cs_join_util.h
    src/fvm/fvm_box.c
    src/fvm/fvm_box_tree.c
    src/fvm/fvm_box_tree.h
    src/fvm/fvm_neighborhood.c
    src/fvm/fvm_neighborhood.h
    users/base/cs_user_join.c
    users/base/cs_user_periodicity.c

* 03/05/2011 - David Monfort <david.monfort@edf.fr>
  Forgotten Makefile.am...
  modified script:
    Makefile.am

* 03/05/2011 - David Monfort <david.monfort@edf.fr>
  Remove inconsistant 'check_mesh' command from the main script (superseded
  by both the graphical interface and the 'run' command). Also remove
  the 'check_consistency' command which was a pale copy of the verification
  stage (--quality option of the solver).
  removed files:
    bin/cs_check_consistency.py
    bin/cs_check_mesh.py
  modified files:
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/cs_script.py
    doc/refcard/refcard.tex
    doc/user/saturne1.tex
    extras/bash_completion/code_saturne

* 03/05/2011 - Julien Berland <julien-j.berland@edf.fr>
  Finalize the Code_Saturne/Code_Aster coupling scripts (known to work
  with SALOME 5.1.5 and Code_Aster NEW10 recent enough on Calibre 5).
  modified scripts:
    bin/cs_create.py
    bin/runcase_aster.in
    extras/salome/fsi_yacs_scheme.xml

* 03/05/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix for saving of user Python scripts with calculation results.
  modified file:
    bin/cs_case_domain.py

* 03/05/2011 - David Monfort <david.monfort@edf.fr>
  Remove the vectorization directives (when forced) so as to simplify
  the code maintainance and since we do not have  access to a vector
  computer at the moment. Thus, the ivecti/b indicators are now useless.
  modified routines:
    src/base/bilsc2.f90
    src/base/divmas.f90
    src/base/gradmc.f90
    src/base/gradrc.f90
    src/base/matrdt.f90
    src/base/matrix.f90
    src/base/parall.f90
    src/base/promav.f90
    src/base/proxav.f90
    src/base/recvmc.f90
    src/base/vissec.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfbsc3.f90
    src/cfbl/cfdivs.f90

* 26/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fixes for 64-bit global counts with large meshes.
  modified files:
    po/fr.po
    src/base/cs_join_intersect.c
    src/base/cs_join_util.c
    src/base/cs_mesh_save.c

* 26/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix so as to use the correct number of processors for partitioning.
  modified files:
    bin/cs_case.py

* 26/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Save user Python scripts with calculation results.
  modified files:
    bin/cs_case.py
    bin/cs_case_domain.py

* 22/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  GUI: fix dialog open bug with old PyQt versions.
  modified files:
    gui/Pages/SolutionDomainView.py

* 22/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove matrix structure symmetry flag, replacing if by using a specific
  symmetric matrix type where applicable (added symmetric CSR type).
  modified files:
    src/base/cs_benchmark.c
    src/base/cs_grid.c
    src/base/cs_matrix.c
    src/base/cs_matrix.h
    src/base/cs_sles.c

* 22/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix tests on use of LoadLeveler in GUI.
  modified files:
    gui/Pages/BatchRunningView.py

* 21/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Try to use the same shell as the user's current shell in generated
  scripts used by the "code_saturne run" command.
  modified files:
    bin/cs_case.py

* 21/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  When unsetting malloc hooks, check that the current hooks are those
  defined here, as they may already have been replaced by another
  library (such as some MPI library).
  modified files:
    src/bft/bft_mem_usage.c

* 20/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Update Copyright date in log header.
  modified files:
    src/base/cs_base.c

* 20/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Workaround for apparent bug in some Python libraries leading to loss
  of standard and error output of "code_saturne compile" command
  (so far observed only with Python 2.4, at least on RHEL).
  modified files:
    bin/cs_exec_environment.py

* 20/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix bug in hostfile handling for SGE batch system.
  modified files:
    bin/cs_exec_environment.py

* 20/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix out of bounds bug when logging options info.
  modified files:
    src/base/modini.f90

* 20/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix bug in matrix index ordering for CSR matrix structure.
  modified files:
    src/base/cs_matrix.c

* 19/04/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Add a one-equation turbulence  model: the Spalart-Allmaras model.
  added routines:
    src/base/clipsa.f90
    src/base/memspa.f90
    src/base/turbsa.f90
    users/base/ustssa.f90
  modified routines:
    src/atmo/attycl.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/condli.f90
    src/base/cstphy.f90
    src/base/ecrava.f90
    src/base/impini.f90
    src/base/iniini.f90
    src/base/initi2.f90
    src/base/iniusi.f90
    src/base/iniva0.f90
    src/base/inivar.f90
    src/base/Makefile.am
    src/base/memtri.f90
    src/base/modini.f90
    src/base/numvar.f90
    src/base/phyvar.f90
    src/base/tridim.f90
    src/base/typecl.f90
    src/base/varpos.f90
    src/base/vericl.f90
    src/base/verini.f90
    src/cfbl/cfxtcl.f90
    src/cogz/d3ptcl.f90
    src/cogz/ebuini.f90
    src/cogz/ebutcl.f90
    src/cogz/lwcini.f90
    src/cogz/lwctcl.f90
    src/cplv/cpiniv.f90
    src/cplv/cplini.f90
    src/cplv/cpltcl.f90
    src/cplv/cpptcl.f90
    src/elec/eliniv.f90
    src/fuel/fuiniv.f90
    src/fuel/fuptcl.f90
    src/gui/cs_gui.c
    src/gui/cs_gui.h
    users/atmo/usatcl.f90
    users/atmo/usativ.f90
    users/base/usclim.f90
    users/base/usini1.f90
    users/cfbl/uscfcl.f90
    users/cogz/usd3pc.f90
    users/cogz/usebuc.f90
    users/cogz/uslwcc.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/elec/uselcl.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90

* 19/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix errors in MPI environment handling on batch systems.
  modified files:
    bin/cs_case.py
    bin/cs_exec_environment.py

* 19/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add comments for reduced communicators.
  modified files:
    src/base/cs_sles.c

* 19/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove unneeded initialization.
  modified files:
    src/base/cs_sles.c

* 19/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Added single-reduction variant of preconditioned conjugate gradient solver
  (accessible from C only).
  modified files:
    src/base/cs_sles.c
    src/base/cs_sles.h

* 19/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Translation and formatting updates.
  modified files:
    src/atmo/atlecm.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    src/rayt/raylec.f90
    users/atmo/usati1.f90
    users/base/uspt1d.f90
    users/base/usthht.f90
    users/base/ustmgr.f90
    users/base/usvort.f90
    users/cfbl/uscfcl.f90
    users/cplv/uscpiv.f90
    users/lagr/uslafe.f90
    users/lagr/uslag1.f90
    users/rayt/usray1.f90
    users/rayt/usray3.f90

* 19/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Typo and missing function prototype fixes for multigrid.
  modified files:
    src/base/cs_grid.c
    src/base/cs_grid.h
    src/base/cs_multigrid.c
    users/base/usini1.f90

* 18/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Use reduced MPI communicators with multigrid merging.
  modified files:
    src/base/cs_grid.c
    src/base/cs_grid.h
    src/base/cs_halo.c
    src/base/cs_halo.h
    src/base/cs_multigrid.c
    src/base/cs_sles.c
    src/base/cs_sles.h

* 18/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Translation updates.
  modified files:
    po/fr.po

* 18/04/2011 - David Monfort <david.monfort@edf.fr>
  Update INSTALL files to a newer version.
  modified files:
    INSTALL
    libple/INSTALL

* 18/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Optional merge of coarse grids across processors so as to allow coarsening
  beyond domain boundaries.
  modified files:
    src/base/cs_grid.c
    src/base/cs_grid.h
    src/base/cs_multigrid.c
    src/base/impini.f90
    src/base/iniini.f90
    src/base/iniusi.f90
    src/base/mltgrd.f90
    users/base/usini1.f90

* 18/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix ParMETIS detection.
  modified files:
    m4/cs_metis.m4

* 18/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Translation update.
  modified files:
    src/base/autmgr.f90
    src/base/csc2cl.f90
    src/base/crstgr.f90

* 18/04/2011 - Julien Berland <julien-j.berland@edf.fr>
  Fixes for the Code_Aster coupling due to minor changes during integration.
  modified routines:
    extras/salome/fsi_yacsgen.py
    salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER.py.in

* 14/04/2011 - Mélanie Aebischer <melanie.aebischer@c-s.fr>
  Add the possibility to define a Coriolis source term within the interface.
  added routines:
    gui/Pages/CoriolisSourceTermsForm.ui
    gui/Pages/CoriolisSourceTermsModel.py
    gui/Pages/CoriolisSourceTermsView.py
  modified routines:
    gui/Base/BrowserView.py
    gui/Base/Toolbox.py
    src/gui/cs_gui.c
  modified script:
    gui/Pages/Makefile.am

* 14/04/2011 - Mélanie Aebischer <melanie.aebischer@c-s.fr>
  Add reference values to the list of available symbols for formulae definition.
  modified routines:
    gui/Pages/FluidCharacteristicsView.py
    src/base/phyvar.f90
    src/gui/cs_gui.c
    src/gui/cs_gui.h

* 14/04/2011 - David Monfort <david.monfort@edf.fr>
  Fix the definition of a user law for the specific heat (XML reader).
  modified routine:
    src/gui/cs_gui.c

* 14/04/2011 - David Monfort <david.monfort@edf.fr>
  Adapt part of SALOME module to account for the presence of neptune_cfd package.
  modified routines:
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_ActionsHandler.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_Commons.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DialogCollector.py

* 14/04/2011 - David Monfort <david.monfort@edf.fr>
  Update the trailing blank removal script so as to handle SALOME modules.
  modified script:
    sbin/rmb
  modified routines:
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_ActionsHandler.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_CommandMgr.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DataModel.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DialogCollector.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_SolverGUI.py
    salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER.py.in

* 13/04/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Fix an error message about the number of processors available/requested.
  modified routine:
    bin/cs_exec_environment.py

* 13/04/2011 - David Monfort <david.monfort@edf.fr>
  Fix the import of a check_mesh file when the name Code_Saturne is present
  within the first line of the file (e.g. for an installation directory).
  modified routine:
    gui/Pages/PreProcessingInformationsView.py

* 13/04/2011 - David Monfort <david.monfort@edf.fr>
  Fix the profile page view in the interface when one modifies the data.
  modified routine:
    gui/Pages/ProfilesView.py

* 11/04/2011 - David Monfort <david.monfort@edf.fr>
  Move the calculation of geometric quantities (useful for handling the
  non-orthogonalities) from the Fortran part to the C part.
  The arrays are now accessed directly instead of through a pointer to ra.
  modified file:
    po/fr.po
  modified routines:
    src/apps/cs_solver.c
    src/base/alemaj.f90
    src/base/bilsc2.f90
    src/base/calgeo.f90
    src/base/caltri.f90
    src/base/cldijp.f90
    src/base/cldipo.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clvolc.f90
    src/base/condli.f90
    src/base/cregeo.f90
    src/base/csc2cl.f90
    src/base/cs_mesh_quantities.c
    src/base/cs_mesh_quantities.h
    src/base/cs_prototypes.h
    src/base/dvvpst.f90
    src/base/grdcel.f90
    src/base/iniini.f90
    src/base/inimas.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/majgeo.f90
    src/base/Makefile.am
    src/base/memclg.f90
    src/base/mesh.f90
    src/base/pointe.f90
    src/base/preduv.f90
    src/base/projts.f90
    src/base/reseps.f90
    src/base/resrij.f90
    src/base/tridim.f90
    src/base/typecl.f90
    src/base/vectds.f90
    src/base/viscfa.f90
    src/base/visort.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfbsc3.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfxtcl.f90
    src/rayt/raypun.f90
    users/base/usproj.f90
    users/base/usvpst.f90
    users/rayt/usray5.f90

* 11/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fixes for LoadLeveler environment.
  modified files:
    bin/cs_exec_environment.py
    extras/batch/batch.LOADL

* 11/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Ensure all ranks have the same remaining time info.
  modified files:
    src/base/tremai.c

* 07/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix handling of mesh search directory by XML file.
  modified file:
    bin/cs_case_domain.py
    bin/cs_xml_reader.py

* 07/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix handling of meshes by XML file when only one mesh is present.
  modified file:
    bin/cs_xml_reader.py

* 07/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix handing of prescribed run id by execution script.
  modified file:
    bin/cas_case.py

* 07/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  BLAS detection now handles Intel MKL 10.3 distributed with ICC 12.
  modified file:
    m4/cs_blas.m4

* 07/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  GUI: check mesh should work correctly even when no quality criteria
  postprocessing is produced (required for NEPTUNE_CFD).
  modified files:
    gui/Pages/SolutionVerifView.py

* 07/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  GUI: fix error introduced in revision 1952 when adding mesh.
  modified files:
    gui/Pages/SolutionDomainView.py

* 07/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Convert AUTHORS and ChangeLog to UTF-8, update AUTHORS and TODO.
  modified files:
    ChangeLog
    AUTHORS
    TODO
    gui/AUTHORS

* 07/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Make licence templates more consistent.
  modified files:
    Makefile.am
    config/cs_auto_flags.sh
    configure.ac
    m4/cs_adf.m4
    m4/cs_blas.m4
    m4/cs_ccm.m4
    m4/cs_cgns.m4
    m4/cs_docs.m4
    m4/cs_fortran.m4
    m4/cs_hdf5.m4
    m4/cs_libxml2.m4
    m4/cs_metis.m4
    m4/cs_mpi.m4
    m4/cs_omniorb.m4
    m4/cs_ple.m4
    m4/cs_salome.m4
    m4/cs_scotch.m4
    m4/cs_syrthes.m4
    m4/cs_zlib.m4

* 07/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove unused module imports and definitions.
  modified files:
    bin/cs_case.py
    bin/cs_case_coupling.py

* 07/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fixes to coupled case creation.
  modified files:
    bin/cs_create.py

* 07/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Location of SYRTHES 4 install is now fixed when creating a
  coupled case, not at runtime.
  modified files:
    bin/cs_create.py
    bin/cs_case_domain.py

* 06/04/2011 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix memory allocation in the warped-face cutting algorithm.
  modified routine:
    src/base/cs_mesh_warping.c

* 06/04/2011 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix a couple of things in the scripts to handle SYRTHES coupling.
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_case.py

* 06/04/2011 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Remove unused array in the joining algorithm.
  modified routine:
    src/base/cs_join_update.c

* 06/04/2011 - David Monfort <david.monfort@edf.fr>
  Update bash completion script and code_saturne command help.
  modified scripts:
    bin/cs_script.py
    extras/bash_completion/code_saturne

* 06/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add extra synchronization info flags for PLE coupling.
  modified files:
    libple/src/ple_coupling.h

* 06/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Replace iso-8859-1 by utf-8 coding in GUI source for consistency
  (most are actually simply ASCII).
  modified files:
    gui/Base/BrowserView.py
    gui/Base/Common.py
    gui/Base/IdView.py
    gui/Base/__init__.py
    gui/Base/MainView.py
    gui/Base/QtPage.py
    gui/Base/Toolbox.py
    gui/Base/XMLinitialize.py
    gui/Base/XMLmodel.py
    gui/Base/XMLvariables.py
    gui/Pages/AnalysisFeaturesView.py
    gui/Pages/AtmosphericFlowsModel.py
    gui/Pages/AtmosphericFlowsView.py
    gui/Pages/BatchRunningModel.py
    gui/Pages/BatchRunningView.py
    gui/Pages/BodyForcesModel.py
    gui/Pages/BodyForcesView.py
    gui/Pages/BoundaryConditionsCoalInletView.py
    gui/Pages/BoundaryConditionsMeteoView.py
    gui/Pages/BoundaryConditionsMobileMeshView.py
    gui/Pages/BoundaryConditionsParticlesModel.py
    gui/Pages/BoundaryConditionsParticlesView.py
    gui/Pages/BoundaryConditionsRoughWallView.py
    gui/Pages/BoundaryConditionsScalarsView.py
    gui/Pages/BoundaryConditionsSlidingWallView.py
    gui/Pages/BoundaryConditionsTurbulenceInletView.py
    gui/Pages/BoundaryConditionsVelocityInletView.py
    gui/Pages/BoundaryConditionsView.py
    gui/Pages/BoundaryConditionsWallRadiativeTransferView.py
    gui/Pages/Boundary.py
    gui/Pages/CoalCombustionModel.py
    gui/Pages/CoalCombustionView.py
    gui/Pages/CoalThermoChemistry.py
    gui/Pages/CommonCombustion.py
    gui/Pages/ConjugateHeatTransferModel.py
    gui/Pages/ConjugateHeatTransferView.py
    gui/Pages/CurrentSpeciesModel.py
    gui/Pages/CurrentSpeciesView.py
    gui/Pages/DefineUserScalarsModel.py
    gui/Pages/DefineUserScalarsView.py
    gui/Pages/ElectricalModelsModel.py
    gui/Pages/FacesSelectionView.py
    gui/Pages/FluidCharacteristicsModel.py
    gui/Pages/FluidCharacteristicsView.py
    gui/Pages/FluidStructureInteractionModel.py
    gui/Pages/FluidStructureInteractionView.py
    gui/Pages/GasCombustionModel.py
    gui/Pages/HeadLossesModel.py
    gui/Pages/HeadLossesView.py
    gui/Pages/IdentityAndPathesModel.py
    gui/Pages/IdentityAndPathesView.py
    gui/Pages/InitializationModel.py
    gui/Pages/InitializationView.py
    gui/Pages/__init__.py
    gui/Pages/LagrangianBoundariesModel.py
    gui/Pages/LagrangianBoundariesView.py
    gui/Pages/LagrangianModel.py
    gui/Pages/LagrangianOutputModel.py
    gui/Pages/LagrangianOutputView.py
    gui/Pages/LagrangianStatisticsModel.py
    gui/Pages/LagrangianStatisticsView.py
    gui/Pages/LagrangianView.py
    gui/Pages/LocalizationModel.py
    gui/Pages/LocalizationView.py
    gui/Pages/MemoryAllocationModel.py
    gui/Pages/MemoryAllocationView.py
    gui/Pages/MobileMeshModel.py
    gui/Pages/MobileMeshView.py
    gui/Pages/NumericalParamEquationModel.py
    gui/Pages/NumericalParamEquationView.py
    gui/Pages/NumericalParamGlobalModel.py
    gui/Pages/NumericalParamGlobalView.py
    gui/Pages/OutputControlModel.py
    gui/Pages/OutputControlView.py
    gui/Pages/OutputSurfacicVariablesModel.py
    gui/Pages/OutputSurfacicVariablesView.py
    gui/Pages/OutputVolumicVariablesModel.py
    gui/Pages/OutputVolumicVariablesView.py
    gui/Pages/PreProcessingInformationsView.py
    gui/Pages/ProfilesModel.py
    gui/Pages/ProfilesView.py
    gui/Pages/ReferenceValuesModel.py
    gui/Pages/ReferenceValuesView.py
    gui/Pages/SalomeHandler.py
    gui/Pages/ScriptRunningModel.py
    gui/Pages/SolutionDomainModel.py
    gui/Pages/SolutionDomainView.py
    gui/Pages/SolutionVerifView.py
    gui/Pages/StartRestartModel.py
    gui/Pages/StartRestartView.py
    gui/Pages/SteadyManagementModel.py
    gui/Pages/SteadyManagementView.py
    gui/Pages/ThermalRadiationModel.py
    gui/Pages/ThermalRadiationView.py
    gui/Pages/ThermalScalarModel.py
    gui/Pages/ThermalScalarView.py
    gui/Pages/TimeAveragesModel.py
    gui/Pages/TimeAveragesView.py
    gui/Pages/TimeStepModel.py
    gui/Pages/TimeStepView.py
    gui/Pages/TurbulenceModel.py
    gui/Pages/TurbulenceView.py
    gui/Pages/UserScalarPropertiesView.py
    gui/Pages/VerifyExistenceLabelDialogView.py
    gui/Pages/WelcomeView.py
    gui/sbin/unittests.py

* 06/04/2011 - David Monfort <david.monfort@edf.fr>
  Correct container name in the YACS scheme for Fluid-Structure interaction.
  modified file:
    extras/salome/fsi_yacs_scheme.xml

* 06/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Prefer having the runcase_aster.in file with other script files for
  EXTRA_DIST variable.
  modified script
    Makefile.am

* 06/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Translate libmilieu comments to English.
  modified files:
    salome/libmilieu/communication.c
    salome/libmilieu/communication.h
    salome/libmilieu/donnees.h
    salome/libmilieu/utilitaires.c
    salome/libmilieu/utilitaires.h
    salome/libmilieu/runmilieu.c

* 06/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Only define mesh format in XML file when non-default.
  modified files:
    gui/Pages/SolutionDomainModel.py

* 06/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Revert removal of bin/runcase_mpi_rank and bin/runcase_syrthes scripts from
  installation, and add runcase_aster to make dist.
  modified files:
    Makefile.am

* 05/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Update default compiler flags.
  modified files:
    config/cs_auto_flags.sh

* 05/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Comment improvements.
  modified files:
    AUTHORS
    bin/cs_user_scripts.py
    src/bft/bft_config_defs.h
    src/fvm/fvm_config_defs.h

* 04/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Move Fortran surfan and surfbn to cs_mesh_quantities.c,
  and remove dependencies on ia/ra in coupbi.f90 and coupbo.f90.
  removed files:
    src/base/clsurn.f90
  modified files:
    src/apps/cs_solver.c
    src/base/altycl.f90
    src/base/bilsc2.f90
    src/base/calgeo.f90
    src/base/caltri.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clsyvt.f90
    src/base/condli.f90
    src/base/coupbi.f90
    src/base/coupbo.f90
    src/base/cs_mesh_quantities.c
    src/base/cs_mesh_quantities.h
    src/base/cs_prototypes.h
    src/base/distyp.f90
    src/base/dvvpst.f90
    src/base/grdcel.f90
    src/base/iniini.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/majgeo.f90
    src/base/Makefile.am
    src/base/memclg.f90
    src/base/mesh.f90
    src/base/mmtycl.f90
    src/base/navsto.f90
    src/base/pointe.f90
    src/base/projts.f90
    src/base/reseps.f90
    src/base/resrij.f90
    src/base/rijech.f90
    src/base/tridim.f90
    src/base/viscfa.f90
    src/base/visort.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfener.f90
    src/cfbl/cfiniv.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfmsvs.f90
    src/cfbl/cfrusb.f90
    src/cfbl/cfvarp.f90
    src/cfbl/cfxtcl.f90
    src/lagr/lagcel.f90
    src/lagr/lagent.f90
    src/lagr/lagnew.f90
    src/lagr/lagnpr.f90
    src/lagr/lagnwc.f90
    src/lagr/lagune.f90
    src/rayt/raydom.f90
    src/rayt/raypar.f90
    src/rayt/raypun.f90
    src/rayt/raysol.f90
    users/base/usproj.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfth.f90
    users/cfbl/uscfxi.f90
    users/lagr/uslabo.f90
    users/lagr/uslaru.f90

* 04/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add limiter to local octree depth to handle sets of identical points.
  modified files:
    src/fvm/fvm_point_location.c
    libple/examples/my_ple_point_location.c

* 04/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Allow disabling of SALOME GUI in configure.
  modified files:
    m4/cs_salome.m4

* 04/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix error in script when no user python file is present.
  modified files:
    bin/cs_case_domain.py

* 04/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix compatibility bug removing 'id' attribute from zone nodes.
  modified files:
    gui/Base/XMLinitialize.py

* 04/04/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Scripts and GUI overhauled, with user Python and script XML reader.
  Restart behavior is now based on the presence of a restart sub-directory
  in the execution directory. A "--preprocess" option has also been added
  to the Kernel so as to handle purely preprocessing runs.
  added files:
    bin/cs_run.py
    bin/cs_user_scripts.py
    bin/cs_xml_reader.py
    gui/Pages/icons/22x22/add.png
    gui/Pages/icons/22x22/edit-clear.png
    gui/Pages/icons/22x22/remove.png
  removed files:
    bin/runcase.in
    gui/Pages/SolutionDomainMeshFormatDialogForm.ui
  modified files:
    bin/code_saturne.in
    bin/cs_case_coupling.py
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/cs_create.py
    bin/cs_script.py
    extras/batch/batch.CCC
    extras/batch/batch.LOADL
    extras/batch/batch.LOADL_BG
    extras/batch/batch.LSF
    extras/batch/batch.PBS
    extras/batch/batch.SGE
    extras/code_saturne.cfg
    gui/Base/MainView.py
    gui/Base/XMLengine.py
    gui/Base/XMLinitialize.py
    gui/Pages/BatchRunningAdvancedOptionsDialogForm.ui
    gui/Pages/BatchRunningForm.ui
    gui/Pages/BatchRunningModel.py
    gui/Pages/BatchRunningView.py
    gui/Pages/CoalCombustionForm.ui
    gui/Pages/FacesSelectionForm.ui
    gui/Pages/IdentityAndPathesForm.ui
    gui/Pages/IdentityAndPathesView.py
    gui/Pages/Makefile.am
    gui/Pages/MemoryAllocationModel.py
    gui/Pages/PreProcessingInformationsView.py
    gui/Pages/resources_pages.qrc
    gui/Pages/ScriptRunningModel.py
    gui/Pages/SolutionDomainForm.ui
    gui/Pages/SolutionDomainModel.py
    gui/Pages/SolutionDomainView.py
    gui/Pages/SolutionVerifView.py
    gui/Pages/StartRestartForm.ui
    gui/Pages/StartRestartModel.py
    gui/Pages/StartRestartView.py
    gui/Pages/TimeAveragesModel.py
    gui/Pages/TimeAveragesView.py
    Makefile.am
    src/apps/cs_solver.c
    src/base/cs_opts.c
    src/base/cs_opts.h
    src/base/cs_restart.c
    src/base/cs_restart.h
    src/base/iniusi.f90
    src/base/modini.f90
    src/gui/cs_gui.c
    src/gui/cs_gui.h
    users/base/usini1.f90

* 04/04/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Fix volumic zone deletion.
  modified routine:
    gui/Pages/LocalizationModel.py

* 04/04/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Replace the zone label concept by a zone id for volumic zones.
  modified routines:
    gui/Base/XMLinitialize.py
    gui/Pages/DefineUserScalarsModel.py
    gui/Pages/HeadLossesModel.py
    gui/Pages/InitializationModel.py
    gui/Pages/LocalizationModel.py
    gui/Pages/LocalizationView.py
    gui/Pages/NumericalParamEquationModel.py
    gui/Pages/OutputVolumicVariablesModel.py
    gui/Pages/ThermalScalarModel.py
    src/gui/cs_gui.c

* 04/04/2011 - Martin Ferrand <martin.ferrand@edf.fr>
  Minor corrections in the theory manual.
  modified files:
    doc/theory/bilsc2.tex
    doc/theory/clsyvt.tex
    doc/theory/codits.tex
    doc/theory/condli.tex
    doc/theory/covofi.tex
    doc/theory/gradrc.tex
    doc/theory/navsto.tex
    doc/theory/resolp.tex

* 01/04/2011 - David Monfort <david.monfort@edf.fr>
  Change some tests to avoid issues when checking for array boundaries.
  modified routine:
    src/lagr/enswaf.f90

* 23/03/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix point location bug for polyhedral cells.
  modified files:
    src/fvm/fvm_point_location.c
    libple/examples/my_ple_point_location.c

* 22/03/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix bugs in computation of number of boundary cells and periodic
  cell family synchronization in serial mode when MPI is enabled.
  modified file:
    src/base/cs_mesh.c

* 22/03/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix bounds checking issue with Intel Fortran compiler.
  modified file:
    src/base/inipst.f90

* 22/03/2011 - David Monfort <david.monfort@edf.fr>
  Add a research API to let the user by-pass the main call to Code_Saturne
  solver.
  added file:
    users/base/cs_user_solver.c
  modified files:
    src/apps/cs_solver.c
    src/base/cs_prototypes.h
    src/base/Makefile.am

* 21/03/2011 - David Monfort <david.monfort@edf.fr>
  Remove depecrated documentation for the old autovalidation process.
  removed files:
    doc/user/a1_autovalid.tex
    doc/user/input/addstudy.xml
    doc/user/input/autovalid.xml
  modified files:
    doc/user/Makefile.am
    doc/user/user.tex

* 18/03/2011 - Alexandre Douce <alexandre.douce@edf.fr>
  Improvement of the runningcase script for SALOME features.
  modified script:
    bin/cs_case.py

* 11/03/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Make use of the "package" concept in the graphical interface to have an
  easier management of both Code_Saturne and NEPTUNE_CFD codes.
  modified routines:
    bin/cs_gui.py
    bin/cs_package.py.in
    gui/Base/MainView.py
    gui/Base/XMLengine.py
    gui/Pages/BatchRunningView.py
    gui/Pages/ScriptRunningModel.py
    gui/Pages/SolutionVerifView.py

* 10/03/2011 - David Monfort <david.monfort@edf.fr>
  Minor corrections as regards the time plotting code.
  modified routines:
    src/base/caltri.f90
    src/base/cs_time_plot.c
    src/base/iniini.f90

* 10/03/2011 - David Monfort <david.monfort@edf.fr>
  Remove the MATISSE module from the current version as authorized
  by E. Bouquerel (internal letter, ref. ELIDC1100281).
  The MATISSE module can be found in its last version by the Subversion
  tag pre_removing_matisse.
  removed files:
    data/mati
    data/mati/emm.dat
    data/mati/emm.geom
    data/mati/vault.dat
    data/mati/vault.geom
    gui/Pages/MatisseCustomForm.ui
    gui/Pages/MatisseCustomView.py
    gui/Pages/MatisseGeomForm.ui
    gui/Pages/MatisseGeomModel.py
    gui/Pages/MatisseGeomView.py
    gui/Pages/MatisseHydrauForm.ui
    gui/Pages/MatisseHydrauModel.py
    gui/Pages/MatisseHydrauView.py
    gui/Pages/MatisseModel.py
    gui/Pages/MatisseNetworkForm.ui
    gui/Pages/MatisseNetworkModel.py
    gui/Pages/MatisseNetworkView.py
    gui/Pages/MatisseRangeDescriptionForm.ui
    gui/Pages/MatisseRangeDescriptionModel.py
    gui/Pages/MatisseRangeDescriptionView.py
    gui/Pages/MatisseThermicForm.ui
    gui/Pages/MatisseThermicModel.py
    gui/Pages/MatisseThermicView.py
    gui/Pages/MatisseTypeForm.ui
    gui/Pages/MatisseTypeModel.py
    gui/Pages/MatisseTypeView.py
    src/gui/cs_gui_matisse.c
    src/gui/cs_gui_matisse.h
    src/mati
    src/mati/Makefile.am
    src/mati/matiss.f90
    src/mati/memmat.f90
    src/mati/mtimpi.f90
    src/mati/mtini1.f90
    src/mati/mtkpdc.f90
    src/mati/mtphyv.f90
    src/mati/mtproj.f90
    src/mati/mttsns.f90
    src/mati/mttssc.f90
    src/mati/mttycl.f90
  modified files:
    bin/cs_gui.py
    COMPATIBILITY
    configure.ac
    doc/tutorial/intro.tex
    doc/user/saturne1.tex
    doc/user/summary.tex
    gui/Base/BrowserView.py
    gui/Base/MainView.py
    gui/Base/Toolbox.py
    gui/Base/XMLinitialize.py
    gui/Pages/BatchRunningView.py
    gui/Pages/DefineUserScalarsModel.py
    gui/Pages/IdentityAndPathesModel.py
    gui/Pages/Makefile.am
    gui/Pages/TimeStepModel.py
    gui/Pages/TimeStepView.py
    gui/sbin/unittests.py
    Makefile.am
    po/POTFILES.in
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_ActionsHandler.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DialogCollector.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_SolverGUI.py
    salome/cfd_study/src/CFDSTUDYGUI/GUIActivationDialog.ui
    src/apps/Makefile.am
    src/base/caltri.f90
    src/base/condli.f90
    src/base/covofi.f90
    src/base/iniini.f90
    src/base/initi1.f90
    src/base/Makefile.am
    src/base/phyvar.f90
    src/base/preduv.f90
    src/base/tridim.f90
    src/gui/Makefile.am
    src/Makefile.am

* 02/03/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Only link cs_partition with required libraries.
  modified file:
    src/apps/Makefile.am

* 02/03/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Path has priority over alternative mpiexec commands when searching for
  correct command in multiple MPI library environments.
  modified file:
    bin/cs_exec_environment.py

* 01/03/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix handling of probes using a physical-time based output frequency.
  modified files:
    src/base/caltri.f90

* 01/03/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  GUI update for probe format selection.
  modified files:
    gui/Pages/OutputControlForm.ui
    gui/Pages/OutputControlModel.py
    gui/Pages/OutputControlView.py
    src/base/iniusi.f90
    src/gui/cs_gui.c
    src/gui/cs_gui.h
    src/rayt/rayopt.f90
    users/base/usini1.f90

* 01/03/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Port to first release of CGNS 3.1, in which PYRA_13 changes place again.
  modified file:
    preprocessor/pre-post/ecs_pre_cgns.c

* 01/03/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct hostfile argument for MPICH2 with mpdboot.
  modified file:
    bin/cs_exec_environment.py

* 28/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Replace "MED_fichier" name in XML file by "MED" (MED 2.3/MED 3.0 neutral).
  modified files:
    gui/Base/XMLinitialize.py
    gui/Pages/OutputControlModel.py

* 23/02/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Make the sure the turbulence model definition is available in the interface
  when checking for it within the coal combustion setup (so as to avoid issues
  when used in NEPTUNE_CFD).
  modified file:
    gui/Pages/CoalCombustionModel.py

* 23/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add missing rename from tmpdir to scratchdir.
  modified files:
    bin/cs_package.py.in

* 23/02/2011 - David Monfort <david.monfort@edf.fr>
  Add a SALOME command to the main Code_Saturne script so as to launch the
  SALOME platform with the CFDSTUDY module enabled.
  modified scripts:
    bin/cs_salome.py
    bin/cs_config.py.in
    bin/cs_script.py
    extras/bash_completion/code_saturne
    Makefile.am

* 23/02/2011 - David Monfort <david.monfort@edf.fr>
  Use precious variable (AC_ARG_VAR) instead of AC_ARG_WITH definitions for
  PYTHON and Qt/PyQt-related variables.
  modified scripts:
    bin/code_saturne.in
    bin/cs_config.py.in
    bin/runcase_coupling.in
    bin/runcase.in
    configure.ac
    Makefile.am

* 23/02/2011 - David Monfort <david.monfort@edf.fr>
  Fix the (unused) Homard adaption function.
  modified script:
    bin/cs_case.py

* 23/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Rename CS_TMP_PREFIX, EXEC_PREFIX_DIR, and tmpdir in a consistent manner
  to SCRATCHDIR.
  modified files:
    bin/cs_case.py
    bin/runcase_coupling.in
    bin/runcase.in
    extras/code_saturne.cfg
    gui/Pages/BatchRunningAdvancedOptionsDialogForm.ui
    gui/Pages/BatchRunningView.py
    gui/Pages/ScriptRunningModel.py

* 22/02/2011 - David Monfort <david.monfort@edf.fr>
  Update the bash completion script according to the new script options.
  modified file:
    extras/bash_completion/code_saturne

* 22/02/2011 - David Monfort <david.monfort@edf.fr>
  Forgot to remove cs_plot_probes.py from Makefile.am targets.
  modified script:
    Makefile.am

* 22/02/2011 - David Monfort <david.monfort@edf.fr>
  Minor modifications.
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_info.py

* 22/02/2011 - David Monfort <david.monfort@edf.fr>
  Remove the now useless "code_saturne plot_probes" command since the probes
  now have only one first column for either the time-step number of the time
  value (it was only a wrapper aroun xmgrace -nxy $file).
  removed file:
    bin/cs_plot_probes.py
  modified files:
    bin/cs_script.py
    doc/manpages/code_saturne.1
    doc/refcard/refcard.tex
    extras/bash_completion/code_saturne

* 22/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Update authors list.
  modified file:
    AUTHORS

* 22/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  GUI: fix batch parsing for Sun Grid engine.
  modified file:
    gui/Pages/BatchRunningModel.py

* 22/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a mesh-numbering dependancy (and number-of-processors dependancy) in the
  choice of the face at which one takes the reference presure, when the user
  defined a free outlet boundary condition.
  Results may differ from previous calculations but should be not much wrong
  than before and will be less dependant on other parameters.
  modified routine:
    src/base/typecl.f90

* 22/02/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Remove unused modules import.
  modified routines:
    gui/Pages/BatchRunningModel.py
    gui/Pages/ScriptRunningModel.py

* 22/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add missing initialization (removed in previous optimization) for Bi-CGSTAB.
  modified file:
    src/base/cs_sles.c

* 22/02/2011 - David Monfort <david.monfort@edf.fr>
  Fix a bug in the XML creation when defining several classes of coal.
  modified routine:
    gui/Pages/CoalCombustionModel.py

* 22/02/2011 - David Monfort <david.monfort@edf.fr>
  Adapt the main interface script so as to use it with NEPTUNE_CFD.
  added file:
    gui/Base/icons/splashscreen.png
  removed file:
    gui/Base/icons/SplashScreen
    gui/Base/icons/SplashScreen/logocs.png
  modified scripts:
    bin/cs_gui.py
    bin/cs_package.py.in
    configure.ac
    gui/Base/Common.py
    gui/Makefile.am
    Makefile.am

* 22/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Update French dictionnary.
  modified file:
    po/fr.po

* 22/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Log number of cycles instead of equivalent iterations for multigrid.
  modified files:
   src/base/cs_multigrid.c

* 22/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Enable build with MED 3.0 (based on 2.9) as well as with MED 2.3.
  modified files:
   configure.ac
   m4/cs_med.m4
   preprocessor/pre-post/ecs_med.c
   preprocessor/pre-post/ecs_med_priv.h
   preprocessor/pre-post/ecs_post_med.c
   preprocessor/pre-post/ecs_pre_med.c
   preprocessor/pre-post/ecs_table_post.c
   preprocessor/pre-post/ecs_table_post_med.c
   src/fvm/fvm_to_med.c

* 22/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Enable build with CGNS 3.1 as well as CGNS 2.5.
  modified files:
    preprocessor/pre-post/ecs_pre_cgns.c
    src/fvm/fvm_to_cgns.c

* 22/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Update stdint.h/stdbool.h replacement macros with new autoconf recommendations.
  modified files:
    libple/src/ple_config_defs.h
    src/bft/bft_config_defs.h
    src/fvm/fvm_config_defs.h

* 21/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  In coupled case, run in RESU_COUPLING and not RESU by default.
  modified files:
    bin/cs_case.py

* 21/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct array size bug in libsyrcs leading to crashes in parallel.
  modified files:
    libsyrcs/syr_coupling.c

* 18/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix missing update of n_procs to n_procs_weight in NEPTUNE_CFD coupling.
  modified files:
    bin/cs_case_coupling.py

* 18/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix 2 bugs leading to locking or crash in mesh joining during
  synchronization of mesh element families.
  modified files:
    src/base/cs_join_update.c

* 17/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Pre-parse command-line in libsyrcs so as to redirect output to log
  file before any logging is done.
  modified files:
    libsyrcs/syr_cs.c

* 17/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  GUI: fix error opening manuals due to missing package() argument.
  modified files:
    gui/Bases/MainView.py

* 17/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove unused variable to avoid compiler warning.
  modified files:
    src/fvm/fvm_selector.c

* 17/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  GUI: Correct wall-clock time parsing bug in batch handling and improve
  visibility update for number of processes in interactive case.
  modified files:
    gui/Pages/BatchRunningModel.py
    gui/Pages/BatchRunningView.py

* 16/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct tooltip scope and remove use of color in tooltip so as to avoid
  readability issues with certain color themes.
  modified files:
    gui/Pages/BatchRunningForm.ui

* 16/02/2011 - David Monfort <david.monfort@edf.fr>
  Cosmetic modifications in the Code_Aster coupling.
  modified files:
     extras/salome/fsi_appli_config.xml.in
     extras/salome/fsi_yacs_scheme.xml

* 16/02/2011 - David Monfort <david.monfort@edf.fr>
  Add a shell wrapper to hide SALOME environment so as to be able to run
  code_saturne or runcase scripts.
  added script:
     bin/cs_salome_wrapper.in
  modified scripts:
     configure.ac
     Makefile.am

* 16/02/2011 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Fix a couple of issues related to batch queue management.
  modified files:
    bin/cs_create.py
    gui/Pages/BatchRunningForm.ui
    gui/Pages/BatchRunningView.py

* 16/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Handle multiple batch systems through the GUI depending on the configuration file.
  added files:
    gui/Pages/ScriptRunningModel.py
  removed files:
    gui/Pages/BatchRunningPBSJobManagementDialogForm.ui
  modified files:
    gui/Base/Common.py
    gui/Base/MainView.py
    gui/Base/QtPage.py
    gui/Base/XMLengine.py
    gui/Pages/BatchRunningForm.ui
    gui/Pages/BatchRunningModel.py
    gui/Pages/BatchRunningView.py
    gui/Pages/Makefile.am
    gui/Pages/SolutionDomainModel.py

* 16/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Replace n_procs with n_procs_weight for cs_case_domain objects.
  modified scripts:
    cs_case_coupling.py
    cs_case_domain.py
    cs_create.py
    runcase.in
    runcase_coupling.in

* 16/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve batch environment support.
  modified scripts:
    bin/cs_exec_environment.py

* 16/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove hosts list from main runcase arguments and add mpiexec_opts to
  MPI execution environment.
  modified scripts:
    bin/cs_case.py
    bin/cs_exec_environment.py
    bin/runcase.in
    bin/runcase_coupling.in

* 16/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Updated batch file templates.
  added scripts:
    extras/batch/batch.CCC
    extras/batch/batch.LOADL
    extras/batch/batch.LOADL_BG
  removed scripts:
    extras/batch/batch.LL
    extras/batch/batch.MOAB
  modified scripts:
    extras/batch/batch.LSF
    extras/batch/batch.PBS
    extras/batch/batch.SGE

* 15/02/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Minor adaptations so as to handle NEPTUNE_CFD / SYRTHES coupling.
  modified scripts:
     bin/cs_case_coupling.py
     bin/cs_case_domain.py
     bin/cs_compile.py
     bin/runcase_coupling.in

* 14/02/2011 - David Monfort <david.monfort@edf.fr>
  Add Code_Aster coupling study management.
  added scripts:
     bin/runcase_aster.in
     extras/salome/fsi_appli_config.xml.in
     extras/salome/fsi_yacs_scheme.xml
  added routine:
     salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER.py.in
  removed routine:
     salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER.py
  modified scripts:
     bin/cs_create.py
     configure.ac
     extras/code_saturne.cfg
     extras/salome/fsi_yacsgen.py
     m4/cs_salome.m4
     Makefile.am
     salome/fsi_coupling/src/FSI_ASTER/Makefile.am

* 09/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fixed bug causing removal of contents of symbolic links.
  modified scripts:
    bin/cs_case_domain.py

* 09/02/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct typo leading to error when cleaning user scratch files.
  modified scripts:
    bin/cs_case_domain.py

* 01/02/2011 - David Monfort <david.monfort@edf.fr>
               Martine Paolillo <martine.paolillo@edf.fr>
               Alexandre Douce <alexandre.douce@edf.fr>
  Add CFDSTUDY documentation (generated by the sphinx tool)
  modified scripts:
    configure.ac
    doc/Makefile.am
  added files:
    doc/salome
    doc/salome/conf.py
    doc/salome/images
    doc/salome/images/CFDSTUDY_activation-error.png
    doc/salome/images/CFDSTUDY_activation.png
    doc/salome/images/CFDSTUDY_info.png
    doc/salome/images/CFDSTUDY_location.png
    doc/salome/images/CFDSTUDY.png
    doc/salome/images/CFDSTUDY_studyname_directory.png
    doc/salome/index.rst
    doc/salome/intro.rst
    doc/salome/Makefile.am
    doc/salome/tutorial
    doc/salome/tutorial/images
    doc/salome/tutorial/images/T_PIPE
    doc/salome/tutorial/images/T_PIPE/t-pipe-browser-GUI.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-browser.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-all-properties.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-boundary-selection_1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-boundary-selection_2.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-boundary-selection_3.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-boundary-selection.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-boundary-values_1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-boundary-values_2.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-calculation-browser.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-calculation-selection_1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-calculation-selection_2.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-calculation-selection.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-eqn-parameters_1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-eqn-parameters.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-eqn-upwind.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-exportInPostPro.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-fluid-properties.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-global-parameters_1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-global-parameters.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-gravity1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-gravity.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-initialization.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-initialization-temp.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-mei-lambda.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-mei-mu.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-mei-rho.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-mesh-quality-criteria1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-mesh-quality-criteria2.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-mesh-quality-criteria3.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-mesh-quality-criteria.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-mesh-selection1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-mesh-selection.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-postpro-browser.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-probes_1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-probes.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-scalarbar.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-temperature1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-temperature.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-time-step_1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-cfd-time-step.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-arc-mode.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-arc.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-disk1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-disk2.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-disk-mode.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-line.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-pipe1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-pipe_check.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-pipe_create_group_Inlet1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-pipe_create_group_Inlet2.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-pipe_create_group_Outlet.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-pipe_create_group.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-pipe_create_group-popup.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-pipe_create_group-shape_type.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-pipe_create_group_Wall.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-pipe-fuse.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-pipe_group_created.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-vertex.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-geom-wire.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-mesh-pipe_create_group_2.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-mesh-pipe_create_group_3.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-mesh-pipe_create_mesh.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-mesh-pipe_mesh_created.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-open_GUI.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-problem.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-study_location.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-chr-colored-map_1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-chr-colored-map_2.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-chr-colored-map_3.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-chr-colored-map.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-chr-export.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-chr-streamlines.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-chr-velocity_1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-chr-velocity.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-probes-curves.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-probes-export.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-probes-setup-plot2D_1.png
    doc/salome/tutorial/images/T_PIPE/t-pipe-visu-probes-setup-plot2D.png
    doc/salome/tutorial/saturne.rst
    doc/salome/tutorials.rst

* 01/02/2011 - Jérôme Laviéville <jerome-marcel.lavieville@edf.fr>
  Modify a test in the multigrid algorithm to account for possible zeros on
  the extra-diagonal of the matrix in NEPTUNE_CFD.
  modified routine:
    src/base/autmgr.f90

* 31/01/2011 - David Monfort <david.monfort@edf.fr>
  Fix the call to the CS_AC_ENABLE_PTHREAD m4 function in omniORB detection.
  modified script:
    m4/cs_omniorb.m4

* 31/01/2011 - David Monfort <david.monfort@edf.fr>
  Fix the detection of SALOME GUI module (due to the use of AM_CONDITIONAL).
  modified script:
    m4/cs_salome.m4

* 31/01/2011 - David Monfort <david.monfort@edf.fr>
  Update autotool machinery in order to account for SALOME detection.
  added scripts:
    m4/acx_pthread.m4
    m4/cs_docs.m4
    m4/cs_omniorb.m4
  modified scripts:
    config/salome_module.mk
    configure.ac
    m4/cs_salome.m4

* 31/01/2011 - David Monfort <david.monfort@edf.fr>
  Remove spurious .pyc files in the CFDSTUDY module.

* 31/01/2011 - David Monfort <david.monfort@edf.fr>
               Martine Paolillo <martine.paolillo@edf.fr>
               Alexandre Douce <alexandre.douce@edf.fr>
  Add the CFDSTUDY module to plug Code_Saturne graphical interface into the
  SALOME platform.
  modified script:
    configure.ac
  added files:
    salome/cfd_study
    salome/cfd_study/idl
    salome/cfd_study/idl/CFDSTUDY_Gen.idl
    salome/cfd_study/idl/Makefile.am
    salome/cfd_study/Makefile.am
    salome/cfd_study/resources
    salome/cfd_study/resources/CaseAdd.png
    salome/cfd_study/resources/CaseEdit.png
    salome/cfd_study/resources/CaseInProcess.png
    salome/cfd_study/resources/Case.png
    salome/cfd_study/resources/CaseRun.png
    salome/cfd_study/resources/CFDSTUDYCatalog.xml
    salome/cfd_study/resources/CFDSTUDY.png
    salome/cfd_study/resources/CheckCompilation.png
    salome/cfd_study/resources/Copy.png
    salome/cfd_study/resources/Delete.png
    salome/cfd_study/resources/Document.png
    salome/cfd_study/resources/EditableDocument.png
    salome/cfd_study/resources/EditFile.png
    salome/cfd_study/resources/ExecSATURNE.png
    salome/cfd_study/resources/Executable.png
    salome/cfd_study/resources/FolderLinked.png
    salome/cfd_study/resources/Folder.png
    salome/cfd_study/resources/FolderVirtual.png
    salome/cfd_study/resources/InfoCFDSTUDY.png
    salome/cfd_study/resources/LaunchGUI.png
    salome/cfd_study/resources/LaunchGUIwithOptions.png
    salome/cfd_study/resources/Link.png
    salome/cfd_study/resources/Makefile.am
    salome/cfd_study/resources/MED_Module_Convert.png
    salome/cfd_study/resources/MED_Module.png
    salome/cfd_study/resources/mesh_group.png
    salome/cfd_study/resources/mesh.png
    salome/cfd_study/resources/mesh_tree_group.png
    salome/cfd_study/resources/mesh_tree_mesh.png
    salome/cfd_study/resources/MoveFile.png
    salome/cfd_study/resources/MoveFolder.png
    salome/cfd_study/resources/NewTreeCreate.png
    salome/cfd_study/resources/OpenedFolder.png
    salome/cfd_study/resources/RunScript.png
    salome/cfd_study/resources/SalomeApp.xml
    salome/cfd_study/resources/SaveAs.png
    salome/cfd_study/resources/Save.png
    salome/cfd_study/resources/SetTreeLocation.png
    salome/cfd_study/resources/SMESH_Module_Export.png
    salome/cfd_study/resources/SMESH_Module.png
    salome/cfd_study/resources/Study.png
    salome/cfd_study/resources/TmpFile.png
    salome/cfd_study/resources/UnknownDocument.png
    salome/cfd_study/resources/UpdateObjBrowser.png
    salome/cfd_study/resources/ViewFile.png
    salome/cfd_study/resources/VISU_Module_Export.png
    salome/cfd_study/resources/VISU_Module.png
    salome/cfd_study/resources/VISU_Plot_Export.png
    salome/cfd_study/resources/VISU_Plot.png
    salome/cfd_study/src
    salome/cfd_study/src/CFDSTUDY
    salome/cfd_study/src/CFDSTUDY/CFDSTUDY.py
    salome/cfd_study/src/CFDSTUDYGUI
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_ActionsHandler.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_ActionsHandler.pyc
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_Agents.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_Agents.pyc
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_CommandMgr.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_CommandMgr.pyc
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_Commons.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_Commons.pyc
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DataModel.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DataModel.pyc
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DesktopMgr.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DesktopMgr.pyc
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DialogCollector.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_DialogCollector.pyc
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_ProcessMgr.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_ProcessMgr.pyc
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI.pyc
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_QProcessDialog.ui
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_SolverGUI.py
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDYGUI_SolverGUI.pyc
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDY_images.ts
    salome/cfd_study/src/CFDSTUDYGUI/CFDSTUDY_msg_en.ts
    salome/cfd_study/src/CFDSTUDYGUI/CopyDialog.ui
    salome/cfd_study/src/CFDSTUDYGUI/DefineLinkDialog.ui
    salome/cfd_study/src/CFDSTUDYGUI/ECSConversionDialog.ui
    salome/cfd_study/src/CFDSTUDYGUI/EnvSettingsDialog.ui
    salome/cfd_study/src/CFDSTUDYGUI/GUIActivationDialog.ui
    salome/cfd_study/src/CFDSTUDYGUI/InfoDialog.ui
    salome/cfd_study/src/CFDSTUDYGUI/Makefile.am
    salome/cfd_study/src/CFDSTUDYGUI/RunCaseDialog.ui
    salome/cfd_study/src/CFDSTUDYGUI/SetTreeLocationDialog.ui
    salome/cfd_study/src/CFDSTUDY/Makefile.am
    salome/cfd_study/src/Makefile.am

* 31/01/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Replace the drag'n drop feature in the graphical interface by a more
  intuitive add/remove mechanism for the profile and time average pages.
  added file:
    gui/Pages/icons/32x32/go-previous.png
  modified routines:
    gui/Pages/ProfilesForm.ui
    gui/Pages/ProfilesView.py
    gui/Pages/resources_pages.qrc
    gui/Pages/TimeAveragesForm.ui
    gui/Pages/TimeAveragesView.py

* 31/01/2011 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix minor issues in the latest developments of the scripts for code
  coupling.
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_create.py

* 31/01/2011 - Mathieu Guingo <mathieu.guingo@edf.fr>
  Fix several issues in the modelling of the interaction between a particle
  and a wall (some related to the particles velocity and kinetic energy).
  modified routine:
    users/base/uslabo.f90

* 25/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor cleanup and logging improvements in mesh joining.
  When faces are selected but no intersections are detected,
  an additional joining type (NULL) is considered, so that the
  algorithm exits earlier and the mesh modification flag
  is not set.
  modified files:
    po/fr.po
    src/base/cs_join.c
    src/base/cs_join_intersect.c
    src/base/cs_join_intersect.h
    src/base/cs_join_merge.c
    src/base/cs_join_update.c
    src/base/cs_join_util.c
    src/base/cs_join_util.h

* 25/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Do not force partitioning to SCOTCH in runcase template.
  modified scripts:
    bin/runcase.in

* 24/01/2011 - David Monfort <david.monfort@edf.fr>
  Fix numerous errors due to the recent API refactoring.
  modified routines:
    src/atmo/mematm.f90
    src/base/caltri.f90
    src/base/tridim.f90
    src/cfbl/cfener.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/memcfm.f90
    src/ctwr/cttssc.f90
    src/elec/eltssc.f90
    src/lagr/diverv.f90
    src/lagr/lagpoi.f90
    src/pprt/ppphyv.f90

* 24/01/2011 - David Monfort <david.monfort@edf.fr>
  Add Fortran flags to find modules in order to check the subroutine
  interfaces with Intel compilers.
  modified scripts:
    src/atmo/Makefile.am
    src/base/Makefile.am
    src/cfbl/Makefile.am
    src/cogz/Makefile.am
    src/cplv/Makefile.am
    src/elec/Makefile.am
    src/fuel/Makefile.am
    src/lagr/Makefile.am
    src/mati/Makefile.am
    src/pprt/Makefile.am
    src/rayt/Makefile.am

* 24/01/2011 - Mathieu Guingo <mathieu.guingo@edf.fr>
  Fix some Lagrangian calls due to the removing of the mesh-related arguments.
  modified routine:
    src/base/caltri.f90

* 24/01/2011 - David Monfort <david.monfort@edf.fr>
  Do not define the total pressure pointer with the compressible module and
  add relevant test when missing. The XML reader is not protected yet, uiprop
  routine, however it shouldn't be an issue until the combustion module
  setup is available within the graphical interface.
  modified routine:
    src/base/typecl.f90
    src/base/varpos.f90

* 24/01/2011 - David Monfort <david.monfort@edf.fr>
  Add missing loop on the phase number while initializing compressible
  variables.
  modified routine:
    src/cfbl/cfprop.f90

* 24/01/2010 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix a missing pointer update for post-processing variables in the gas
  combustion module.
  modified routine:
    src/cogz/coprop.f90

* 24/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove unnecessary arguments to invers.
  modified files:
    src/base/calhyd.f90
    src/base/codits.f90
    src/base/distpr.f90
    src/base/invers.f90
    src/base/resolp.f90
    src/cfbl/cfcdts.f90

* 24/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix compilation error without MPI.
  modified files:
    src/base/cs_mesh.c

* 21/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Updated TODO file.
  modified files:
    TODO

* 21/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove unused local variables.
  modified files:
    src/base/majgeo.f90

* 21/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Replaced array in ia by array in mesh structure.
  removed files:
    src/base/memcbr.f90
  modified files:
    src/apps/cs_solver.c
    src/base/caltri.f90
    src/base/cs_mesh.c
    src/base/cs_mesh.h
    src/base/cs_prototypes.h
    src/base/grdcel.f90
    src/base/iniini.f90
    src/base/initi2.f90
    src/base/majgeo.f90
    src/base/Makefile.am
    src/base/mesh.f90
    src/base/pointe.f90

* 20/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Allow negative element volumes in mesh verification mode.
  modified files:
    src/apps/cs_solver.c
    src/base/clvolc.f90
    src/base/cs_mesh_quantities.c
    src/base/cs_mesh_quantities.h

* 20/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve logging format.
  modified routines:
    src/base/invers.f90

* 20/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Partial French translation update.
  modified files:
    po/fr.po

* 20/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Do not output extra mesh postprocessing info with multiple mesh files.
  modified files:
    gui/Pages/SolutionVerifView.py

* 20/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Formatting improvements and typo corrections.
  modified files:
    libsyrcs/syr_defs.c
    src/base/optcal.f90
    src/base/ledgeo.f90
    src/base/letgeo.f90

* 20/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor consistency improvements for handling of coupled cases.
  modified scripts:
    bin/cs_case.py
    bin/runcase.in
    bin/runcase_coupling.in

* 20/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix: allow creation of a SYRTHES4 case when SYRTHES3 is configured.
  modified script:
    bin/cs_create.py

* 20/01/2011 - David Monfort <david.monfort@edf.fr>
  Fix a test on the count of the number of coupled cases.
  modified script:
    bin/cs_create.py

* 20/01/2011 - David Monfort <david.monfort@edf.fr>
  Fix the case creation for NEPTUNE_CFD package.
  modified script:
    bin/cs_create.py

* 19/01/2011 - David Monfort <david.monfort@edf.fr>
  Modify the SALOME module build in a Code_Saturne'ish way. The module
  build is not yet activated by default.
  modified scripts:
    config/make_common_starter.am
    config/salome_module.mk
    configure.ac
    m4/cs_salome.m4
    salome/fsi_coupling
    salome/fsi_coupling/idl
    salome/fsi_coupling/idl/FSI.idl
    salome/fsi_coupling/idl/Makefile.am
    salome/fsi_coupling/Makefile.am
    salome/fsi_coupling/resources
    salome/fsi_coupling/resources/Makefile.am
    salome/fsi_coupling/src
    salome/fsi_coupling/src/FSI_ASTER
    salome/fsi_coupling/src/FSI_ASTER/Makefile.am
    salome/fsi_coupling/src/FSI_MILIEU
    salome/fsi_coupling/src/FSI_MILIEU/Makefile.am
    salome/fsi_coupling/src/FSI_SATURNE
    salome/fsi_coupling/src/FSI_SATURNE/Makefile.am
    salome/fsi_coupling/src/Makefile.am

* 19/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove white space leading to bug in some cases with MPICH2/mpmd.
  modified files:
    bin/cs_exec_environment.py

* 19/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct typo leading to bug in some cases with MPICH2/mpmd.
  modified files:
    bin/cs_exec_environment.py

* 19/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Switch to new case directory hierarchy, allowing a new coupling
  directory structure using one subdirectory per domain.
  A domain's name matches its subdirectory, and a new
  runcase_coupling may be generated by cs_create when multiple domains
  are present.
  File and directories are not renamed by the script anymore, so
  copying of results from the execution directory is better automated
  and the latter may be purged when no error has occured. Better,
  the case may be run directly in the results directory.
  The user does not need to specify files to retrieve, but may specify
  scratch files not to retrieve (which should be much rarer).
  added files:
    bin/cs_case_coupling.py
    bin/runcase_coupling.in
  modified files:
    Makefile.am
    bin/cs_case.py
    bin/cs_case_domain.py
    bin/cs_create.py
    bin/runcase.in
    extras/batch/batch.LL
    extras/batch/batch.LSF
    extras/batch/batch.MOAB
    extras/batch/batch.PBS
    extras/batch/batch.SGE
    gui/Pages/BatchRunningModel.py
    gui/Pages/BatchRunningUserFilesDialogForm.ui
    gui/Pages/BatchRunningView.py
    gui/Pages/ProfilesModel.py
    src/apps/cs_partition.c
    src/base/cs_preprocessor_data.c

* 19/01/2011 - David Monfort <david.monfort@edf.fr>
  Remove the -pedantic option from the CXXFLAGS to avoid compilation erros in
  the fluid-structure interaction SALOME module.
  modified script:
    config/cs_auto_flags.sh

* 19/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Do not use gettext on empty string, as this returns translation info.
  modified files:
    src/base/cs_coupling.c

* 19/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Date is added to Matisse result file directly by Fortran code,
  where was previously added by the script.
  modified files:
    bin/cs_case_domain.py
    src/mati/mtimpi.f90

* 19/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Allow "--mpi" argument with empty following coupled apps list
  in syrcs, to simplify common case with just 1 CFD/SYRTHES coupling.
  modified files:
    syr_coupling.c
    syr_cs.c
    syr_defs.c

* 19/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Minimum Python version raised from 2.3 to 2.4.
  modified files:
    configure.ac
    bin/cs_exec_environment.py

* 19/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct index variable in loop on Lagrangian probes.
  modified files:
    src/lagr/laghis.f90

* 19/01/2011 - David Monfort <david.monfort@edf.fr>
  Add the pristine SALOME module generated by YACSGEN without any
  modification. Thus, it will be possible to compare future generated module
  with the first one in order to make the proper modifications, if any.
  This module consists of three components: one for Code_Aster, one for
  Code_Saturne (actually the CFD Proxy library), and one for the Milieu
  library (acting as a supervisor).
  added files:
    config/make_common_starter.am
    salome/fsi_coupling
    salome/fsi_coupling/idl
    salome/fsi_coupling/idl/FSI.idl
    salome/fsi_coupling/idl/Makefile.am
    salome/fsi_coupling/Makefile.am
    salome/fsi_coupling/resources
    salome/fsi_coupling/resources/FSICatalog.xml
    salome/fsi_coupling/resources/Makefile.am
    salome/fsi_coupling/src
    salome/fsi_coupling/src/FSI_ASTER
    salome/fsi_coupling/src/FSI_ASTER/FSI_ASTER.py
    salome/fsi_coupling/src/FSI_ASTER/Makefile.am
    salome/fsi_coupling/src/FSI_MILIEU
    salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.cxx
    salome/fsi_coupling/src/FSI_MILIEU/FSI_MILIEU.hxx
    salome/fsi_coupling/src/FSI_MILIEU/Makefile.am
    salome/fsi_coupling/src/FSI_SATURNE
    salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.cxx
    salome/fsi_coupling/src/FSI_SATURNE/FSI_SATURNE.hxx
    salome/fsi_coupling/src/FSI_SATURNE/Makefile.am
    salome/fsi_coupling/src/Makefile.am

* 19/01/2011 - François Jusserand <francois.jusserand@edf.fr>
               Julien Berland <julien-j.berland@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Add the YACSGEN script for the creation of the fluid-structure interaction
  module (SALOME) between Code_Saturne and Code_Aster.
  added files:
    extras/salome
    extras/salome/fsi_yacsgen.py

* 18/01/2011 - David Monfort <david.monfort@edf.fr>
  Fix the SALOME detection.
  modified script:
    m4/cs_salome.m4

* 18/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct possible memory leak in case of matrix deep copy.
  modified files:
    src/main/cs_matrix.c

* 17/01/2011 - François Jusserand <francois.jusserand@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Add the "Milieu" library to Code_Saturne repository.
  This library is a intended to be SALOME component between Code_Aster and
  Code_Saturne when coupling the two codes. It might be removed in a near future
  if we move some "Milieu" capabilities into both codes.
  modified scripts:
    configure.ac
    salome/Makefile.am
    sbin/rmb
  added files:
    salome/libmilieu
    salome/libmilieu/communication.c
    salome/libmilieu/communication.h
    salome/libmilieu/donnees.c
    salome/libmilieu/donnees.h
    salome/libmilieu/Makefile.am
    salome/libmilieu/runmilieu.c
    salome/libmilieu/runmilieu.h
    salome/libmilieu/utilitaires.c
    salome/libmilieu/utilitaires.h

* 17/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Add the CFD Proxy library to Code_Saturne repository.
  This library is used when Code_Saturne must be wrapped by YACS (SALOME
  component) as a shared library, providing specific Calcium wrappers, for
  example in the Code_Aster / Code_Saturne coupling case. This library
  should be removed when we switch to the executable mode of YACS.
  modified scripts:
    configure.ac
    m4/cs_salome.m4
    Makefile.am
    sbin/rmb
    tests/Makefile.am
  added files:
    salome
    salome/cfd_proxy
    salome/cfd_proxy/cfd_proxy_api.c
    salome/cfd_proxy/cfd_proxy_api.h
    salome/cfd_proxy/cfd_proxy_child.c
    salome/cfd_proxy/cfd_proxy_child.h
    salome/cfd_proxy/cfd_proxy_comm.c
    salome/cfd_proxy/cfd_proxy_comm.h
    salome/cfd_proxy/cfd_proxy_defs.c
    salome/cfd_proxy/cfd_proxy_defs.h
    salome/cfd_proxy/cfd_proxy_forward.c
    salome/cfd_proxy/cfd_proxy_forward.h
    salome/cfd_proxy/cfd_proxy_loader.c
    salome/cfd_proxy/cfd_proxy_loader.h
    salome/cfd_proxy/Makefile.am
    salome/Makefile.am
    tests/cfd_proxy_unit_test.c

* 17/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Use C++ wrapper to link with MED library if necessary.
  This avoids requiring the definition of MED dependency
  libraries, which could interfere with libtool in cases
  mixing static and dynamic libraries and cross-compilation.
  modified files:
    Makefile.am
    configure.ac
    bin/cs_package.py.in
    m4/cs_med.m4
    preprocessor/appli/Makefile.am
    src/apps/Makefile.am

* 17/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add missing -lfvm_filters to Python compilation command.
  modified files:
    bin/cs_package.py.in

* 17/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Set minimal MED version to 2.3.4 (from 2.3.2)
  modified files:
    m4/cs_med.m4

* 14/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Format filters moved to libfvm_filters so as to remove dependency
  of partitioner and unit tests to optional libraries.
  modified files:
    src/apps/Makefile.am
    src/fvm/Makefile.am

* 10/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Cosmetic, comment, and translation updates.
  modified files:
    src/apps/cs_solver.c
    src/base/invers.f90
    src/base/optcal.f90
    users/base/usproj.f90
    users/base/uspt1d.f90

* 10/01/2011 - Cyril Baudry <cyril.baudry@edf.fr>
  Separate the test about the unsteady/steady algorithm in a new function.
  modified script:
    gui/Pages/OutputControlView.py

* 10/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Field component names are separated by spaces instead of null-characters.
  modified files:
    src/fvm/fvm_to_med.c

* 07/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Extended variable names to avoid truncation in convergence summary.
  modified files:
    src/base/calhyd.f90
    src/base/codits.f90
    src/base/invers.f90
    src/base/resolp.f90
    src/cfbl/cfcdts.f90

* 07/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Added C API to handle probes.
  This allows not writing to a temporary file anymore and enabling both
  the legacy .dat (XmGrace) format and CSV files.
  added files:
    src/base/cs_time_plot.c
    src/base/cs_time_plot.h
  modified files:
    src/base/Makefile.am
    src/base/caltri.f90
    src/base/ecrhis.f90
    src/base/entsor.f90
    src/base/iniini.f90
    src/base/strhis.f90
    src/lagr/laghis.f90

* 07/01/2011 - Julien Berland <julien-j.berland@edf.fr>
  The variables exchanged via YACS for Code_Aster coupling are now uppercase.
  modified routine:
    src/base/cs_ast_coupling.c

* 06/01/2011 - David Monfort <david.monfort@edf.fr>
  Fix compilation of cs_partition with ParMETIS 3.1 (where
  PARMETIS_SUBMINOR_VERSION is not defined).
  modified routine:
    src/apps/cs_partition.c

* 06/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  ficstp.MOD renamed to ficstp_updated to avoid confusion with Fortran modules.
  modified routine:
    src/base/modpar.f90

* 06/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Handle case where execution and result directory are the same.
  modified script:
    bin/cs_case_domain.py

* 05/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add Fortran coding standards.
  modified files:
    TODO
    doc/developper/coding_standards.tex

* 05/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve integration with resource managers.
  modified script:
    bin/cs_exec_environment.py

* 05/01/2011 - David Monfort <david.monfort@edf.fr>
  Move the XML reader source files for the graphical interface in their own
  directory.
  modified scripts:
    configure.ac
    po/POTFILES.in
    src/apps/Makefile.am
    src/base/Makefile.am
    src/Makefile.am

* 05/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove unneeded array initializations.
  modified file:
    src/base/cs_sles.c

* 05/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove single-processor optimized conjuguate gradient (no
  significant performance gain).
  modified file:
    src/base/cs_sles.c

* 05/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Add missing change from preprocessor file renames to POTFILES.in.
  modified file:
    po/POTFILES.in

* 05/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Update path in bootstrap script.
  modified script:
    sbin/bootstrap

* 05/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix logging of file open time for files opened multiple times.
  modified files:
    src/base/cs_io.c

* 05/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Renamed preprocessor field to table for consistency with usual definitions.
  renamed files:
    preprocessor/base/ecs_champ_att.c -> ecs_table_att.c
    preprocessor/base/ecs_champ_att.h -> ecs_table_att.h
    preprocessor/base/ecs_champ.c -> ecs_table.c
    preprocessor/base/ecs_champ_def.c -> ecs_table_def.c
    preprocessor/base/ecs_champ_def.h -> ecs_table_def.h
    preprocessor/base/ecs_champ.h -> ecs_table.h
    preprocessor/base/ecs_champ_priv.h -> ecs_table_priv.h
    preprocessor/pre-post/ecs_champ_comm.c -> ecs_table_comm.c
    preprocessor/pre-post/ecs_champ_comm.h -> ecs_table_comm.h
    preprocessor/pre-post/ecs_champ_post.c -> ecs_table_post.c
    preprocessor/pre-post/ecs_champ_post_cgns.c -> ecs_table_post_cgns.c
    preprocessor/pre-post/ecs_champ_post_cgns.h -> ecs_table_post_cgns.h
    preprocessor/pre-post/ecs_champ_post_ens.c -> ecs_table_post_ens.c
    preprocessor/pre-post/ecs_champ_post_ens.h -> ecs_table_post_ens.h
    preprocessor/pre-post/ecs_champ_post.h -> ecs_table_post.h
    preprocessor/pre-post/ecs_champ_post_med.c -> ecs_table_post_med.c
    preprocessor/pre-post/ecs_champ_post_med.h -> ecs_table_post_med.h
  modified files:
    TODO
    preprocessor/base/ecs_descr.c
    preprocessor/base/ecs_descr_chaine.c
    preprocessor/base/ecs_descr_chaine.h
    preprocessor/base/ecs_descr.h
    preprocessor/base/ecs_famille.c
    preprocessor/base/ecs_famille_chaine.c
    preprocessor/base/ecs_famille_chaine.h
    preprocessor/base/ecs_maillage.c
    preprocessor/base/ecs_maillage.h
    preprocessor/base/ecs_maillage_priv.h
    preprocessor/base/Makefile.am
    preprocessor/pre-post/ecs_maillage_ncs.c
    preprocessor/pre-post/ecs_maillage_post.c
    preprocessor/pre-post/ecs_maillage_pre.c
    preprocessor/pre-post/ecs_post_ens.c
    preprocessor/pre-post/ecs_post_ens.h
    preprocessor/pre-post/ecs_pre.c
    preprocessor/pre-post/ecs_pre_ccm.c
    preprocessor/pre-post/ecs_pre_cgns.c
    preprocessor/pre-post/ecs_pre_gambit.c
    preprocessor/pre-post/ecs_pre_gmsh.c
    preprocessor/pre-post/ecs_pre_ideas.c
    preprocessor/pre-post/ecs_pre_med.c
    preprocessor/pre-post/ecs_pre_nopo.c
    preprocessor/pre-post/Makefile.am

* 05/01/2011 - Yvan Fournier <yvan.fournier@edf.fr>
  Simplification of test and workaround for gcc 4.5.1 optimizing bug.
  modified files:
    src/bft/bft_mem_usage.c

* 23/12/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix incorrect array type in example code.
  modified routines:
    users/base/user_modules.f90

* 21/12/2010 - Cyril Baudry <cyril.baudry@edf.fr>
  Add the possibility of setting up a frequency output in seconds in the
  graphical interface.
  modified routines:
    gui/Pages/OutputControlForm.ui
    gui/Pages/OutputControlModel.py
    gui/Pages/OutputControlView.py

* 21/12/2010 - Cyril Baudry <cyril.baudry@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Fix the behaviour when importing the groups and references from a log file.
  modified routine:
    gui/Pages/PreProcessingInformationsView.py

* 21/12/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix inverted arguments in mesh creation function.
  modified routines:
    src/base/cs_post.c

* 20/12/2010 - David Monfort <david.monfort@edf.fr>
  Add shell patterns feature for user output files.
  modified scripts:
    bin/cs_case_domain.py

* 20/12/2010 - David Monfort <david.monfort@edf.fr>
  Minor correction in the refcard.
  modified file:
    doc/refcard/refcard.tex

* 20/12/2010 - David Monfort <david.monfort@edf.fr>
  Fix configure outut when defining fvm_gnum as long integers.
  modified scripts:
    configure.ac

* 20/12/2010 - David Monfort <david.monfort@edf.fr>
  Add missing CGNSRUNPATH in the cs_solver compilation.
  modified script:
    src/apps/Makefile.am

* 20/12/2010 - David Monfort <david.monfort@edf.fr>
  Fix the rphas/pphas member of the cs_var_t structure. They were arrays and
  not scalars.
  modified routines:
    src/base/cs_gui.c
    src/base/cs_gui.h
    src/base/cs_gui_variables.h
    src/base/iniusi.f90

* 20/12/2010 - David Monfort <david.monfort@edf.fr>
  Add a preprocessor directive to skip MPI C++ bindings if one compiles with a
  C++ compiler.
  modified script:
    m4/cs_mpi.m4

* 20/12/2010 - David Monfort <david.monfort@edf.fr>
  Automatically check for SCOTCH and METIS presence at configure stage.
  modified scripts:
    m4/cs_metis.m4
    m4/cs_scotch.m4

* 20/12/2010 - David Monfort <david.monfort@edf.fr>
  Remove the developper documentation directory from the DIST_SUBDIR list as
  it is now compile by default.
  modified script:
    doc/Makefile.am

* 15/12/2010 - David Monfort <david.monfort@edf.fr>
  Remove all the occurences of the user and developper arrays. User should now
  use the user_modules.f90 suggested in the user files, and developpers should
  use allocatable arrays in one of the modules (see src/Makefile.am).
  modified routines:
    src/atmo/atiniv.f90
    src/atmo/atmcls.f90
    src/atmo/atphyv.f90
    src/atmo/atprke.f90
    src/atmo/attycl.f90
    src/base/alelap.f90
    src/base/alemaj.f90
    src/base/altycl.f90
    src/base/bilsc2.f90
    src/base/calgeo.f90
    src/base/calhyd.f90
    src/base/calmom.f90
    src/base/caltri.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clsyvt.f90
    src/base/codits.f90
    src/base/condli.f90
    src/base/cou1di.f90
    src/base/cou1do.f90
    src/base/coupbi.f90
    src/base/coupbo.f90
    src/base/covofi.f90
    src/base/cregeo.f90
    src/base/csc2cl.f90
    src/base/csc2ts.f90
    src/base/csccel.f90
    src/base/cscfbr.f90
    src/base/cscini.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/cs_post.c
    src/base/cs_post.h
    src/base/cs_prototypes.h
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/divrij.f90
    src/base/dttvar.f90
    src/base/dvvpst.f90
    src/base/ecrava.f90
    src/base/ecrhis.f90
    src/base/ecrlis.f90
    src/base/grdcel.f90
    src/base/inimas.f90
    src/base/iniva0.f90
    src/base/inivar.f90
    src/base/invers.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/lecamo.f90
    src/base/lecamp.f90
    src/base/lecamx.f90
    src/base/matrdt.f90
    src/base/memale.f90
    src/base/memclg.f90
    src/base/memdis.f90
    src/base/memdyp.f90
    src/base/memini.f90
    src/base/memkep.f90
    src/base/memkom.f90
    src/base/memnav.f90
    src/base/memrij.f90
    src/base/memsca.f90
    src/base/memtri.f90
    src/base/memv2f.f90
    src/base/mmtycl.f90
    src/base/navsto.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/phyvar.f90
    src/base/precli.f90
    src/base/preduv.f90
    src/base/prmoy0.f90
    src/base/projts.f90
    src/base/recvmc.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/rijech.f90
    src/base/rijthe.f90
    src/base/scalai.f90
    src/base/schtmp.f90
    src/base/stdtcl.f90
    src/base/strdep.f90
    src/base/strhis.f90
    src/base/strini.f90
    src/base/strpre.f90
    src/base/testel.f90
    src/base/tridim.f90
    src/base/tsepdc.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/vandri.f90
    src/base/vericl.f90
    src/base/vert1d.f90
    src/base/viscfa.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/visort.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/base/vor2cl.f90
    src/base/vorpre.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfbsc3.f90
    src/cfbl/cfcdts.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfdttv.f90
    src/cfbl/cfener.f90
    src/cfbl/cfiniv.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfmsvs.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfrusb.f90
    src/cfbl/cfvarp.f90
    src/cfbl/cfxtcl.f90
    src/cfbl/memcfe.f90
    src/cfbl/memcfm.f90
    src/cfbl/memcfv.f90
    src/cogz/d3pini.f90
    src/cogz/d3pphy.f90
    src/cogz/d3ptcl.f90
    src/cogz/ebuini.f90
    src/cogz/ebuphy.f90
    src/cogz/ebutcl.f90
    src/cogz/ebutss.f90
    src/cogz/lwcini.f90
    src/cogz/lwcphy.f90
    src/cogz/lwctcl.f90
    src/cogz/lwctss.f90
    src/cplv/cpiniv.f90
    src/cplv/cplini.f90
    src/cplv/cplphy.f90
    src/cplv/cpltcl.f90
    src/cplv/cpltss.f90
    src/cplv/cpltsv.f90
    src/cplv/cpphyv.f90
    src/cplv/cpptcl.f90
    src/cplv/cptssc.f90
    src/cplv/cptsvc.f90
    src/ctwr/ctiniv.f90
    src/ctwr/ctphyv.f90
    src/ctwr/cttssc.f90
    src/elec/elflux.f90
    src/elec/eliniv.f90
    src/elec/elphyv.f90
    src/elec/eltssc.f90
    src/fuel/fuiniv.f90
    src/fuel/fuphyv.f90
    src/fuel/fuptcl.f90
    src/fuel/futeh2.f90
    src/fuel/futssc.f90
    src/fuel/futsvc.f90
    src/lagr/diverv.f90
    src/lagr/lagaff.f90
    src/lagr/lagcar.f90
    src/lagr/lagcel.f90
    src/lagr/lagcou.f90
    src/lagr/lagdeb.f90
    src/lagr/lageli.f90
    src/lagr/lagent.f90
    src/lagr/lageqp.f90
    src/lagr/lages1.f90
    src/lagr/lages2.f90
    src/lagr/lagesp.f90
    src/lagr/lagfch.f90
    src/lagr/laggra.f90
    src/lagr/laghis.f90
    src/lagr/lagipn.f90
    src/lagr/laglis.f90
    src/lagr/lagnew.f90
    src/lagr/lagnpr.f90
    src/lagr/lagnwc.f90
    src/lagr/lagout.f90
    src/lagr/lagphy.f90
    src/lagr/lagpoi.f90
    src/lagr/lagrus.f90
    src/lagr/lagsta.f90
    src/lagr/lagune.f90
    src/mati/memmat.f90
    src/mati/mtkpdc.f90
    src/mati/mtphyv.f90
    src/mati/mtproj.f90
    src/mati/mttsns.f90
    src/mati/mttssc.f90
    src/mati/mttycl.f90
    src/pprt/ppcabs.f90
    src/pprt/ppclim.f90
    src/pprt/ppiniv.f90
    src/pprt/ppinv2.f90
    src/pprt/ppphyv.f90
    src/pprt/ppprcl.f90
    src/pprt/ppray4.f90
    src/pprt/pptssc.f90
    src/pprt/pptycl.f90
    src/rayt/memra2.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    src/rayt/raylec.f90
    src/rayt/rayout.f90
    src/rayt/raypar.f90
    src/rayt/raypun.f90
    src/rayt/raysol.f90
    users/atmo/usatcl.f90
    users/atmo/usativ.f90
    users/base/usalcl.f90
    users/base/usaste.f90
    users/base/usclim.f90
    users/base/usdpst.f90
    users/base/ushist.f90
    users/base/usini1.f90
    users/base/usiniv.f90
    users/base/uskpdc.f90
    users/base/usmpst.f90
    users/base/usnpst.f90
    users/base/usphyv.f90
    users/base/usproj.f90
    users/base/uspt1d.f90
    users/base/ussmag.f90
    users/base/usstru.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsma.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/base/usvima.f90
    users/base/usvist.f90
    users/base/usvort.f90
    users/base/usvpst.f90
    users/cfbl/uscfcl.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfth.f90
    users/cfbl/uscfxi.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/ctwr/usctdz.f90
    users/ctwr/usctiv.f90
    users/elec/uselcl.f90
    users/elec/uselen.f90
    users/elec/useliv.f90
    users/elec/uselph.f90
    users/elec/uselrc.f90
    users/elec/usetcl.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90
    users/lagr/uslabo.f90
    users/lagr/usladp.f90
    users/lagr/uslaed.f90
    users/lagr/uslaen.f90
    users/lagr/uslafe.f90
    users/lagr/uslag2.f90
    users/lagr/uslain.f90
    users/lagr/uslapr.f90
    users/lagr/uslaru.f90
    users/lagr/uslast.f90
    users/lagr/uslatc.f90
    users/lagr/uslatp.f90
    users/rayt/usray2.f90
    users/rayt/usray3.f90
    users/rayt/usray4.f90
    users/rayt/usray5.f90

* 14/12/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Enable time value based output frequency for mesh and field
  postprocessing output.
  modified routines:
    src/base/cs_post.c

* 14/12/2010 - David Monfort <david.monfort@edf.fr>
  Add the -noswitcherror option to PGI compilers to by-pass a libtool bug on
  pthread library (detected when OpenMPI has been compiled with GCC).
  modified script:
    config/cs_auto_flags.sh

* 14/12/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove memory usage field from PBS batch template and
  fix handling of PBS batch directives by GUI.
  modified routines:
    extras/batch/batch.PBS
    gui/Pages/BatchRunningPBSJobManagementDialogForm.ui
    gui/Pages/BatchRunningView.py
    gui/Pages/BatchRunningModel.py

* 14/12/2010 - David Monfort <david.monfort@edf.fr>
  Remove no-more used Fortran wrappers for code coupling.
  removed routines:
    src/base/cs_sat_f2c.f90
    src/base/cs_syr_f2c.f90

* 14/12/2010 - David Monfort <david.monfort@edf.fr>
  Remove all the mesh-related arguments in the Fortran prototypes definition.
  Use instead the mesh module everywhere. A few subroutines have still some
  mesh-related arguments.
  modified routines:
    src/atmo/atiniv.f90
    src/atmo/atmcls.f90
    src/atmo/atphyv.f90
    src/atmo/atprke.f90
    src/atmo/attycl.f90
    src/base/alelap.f90
    src/base/alemaj.f90
    src/base/altycl.f90
    src/base/bilsc2.f90
    src/base/calgeo.f90
    src/base/calhyd.f90
    src/base/caltri.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clsyvt.f90
    src/base/codits.f90
    src/base/condli.f90
    src/base/cou1do.f90
    src/base/coupbo.f90
    src/base/covofi.f90
    src/base/cregeo.f90
    src/base/csc2cl.f90
    src/base/csc2ts.f90
    src/base/csccel.f90
    src/base/cscfbr.f90
    src/base/cscini.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/cs_post.c
    src/base/cs_post.h
    src/base/cs_preprocessor_data.c
    src/base/cs_preprocessor_data.h
    src/base/cs_prototypes.h
    src/base/dimens.f90
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/divrij.f90
    src/base/dttvar.f90
    src/base/dvvpst.f90
    src/base/grdcel.f90
    src/base/impini.f90
    src/base/iniini.f90
    src/base/inimas.f90
    src/base/initi2.f90
    src/base/iniva0.f90
    src/base/inivar.f90
    src/base/invers.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/ledgeo.f90
    src/base/matrdt.f90
    src/base/memale.f90
    src/base/memclg.f90
    src/base/memcli.f90
    src/base/memdis.f90
    src/base/memdtv.f90
    src/base/memdyp.f90
    src/base/memini.f90
    src/base/memkep.f90
    src/base/memkom.f90
    src/base/memnav.f90
    src/base/memrij.f90
    src/base/memsca.f90
    src/base/memtri.f90
    src/base/memv2f.f90
    src/base/mesh.f90
    src/base/mmtycl.f90
    src/base/navsto.f90
    src/base/perinr.f90
    src/base/perinu.f90
    src/base/phyvar.f90
    src/base/precli.f90
    src/base/preduv.f90
    src/base/projts.f90
    src/base/recvmc.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/rijech.f90
    src/base/rijthe.f90
    src/base/scalai.f90
    src/base/schtmp.f90
    src/base/stdtcl.f90
    src/base/strdep.f90
    src/base/strini.f90
    src/base/strpre.f90
    src/base/testel.f90
    src/base/tridim.f90
    src/base/tsepdc.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/base/turrij.f90
    src/base/typecl.f90
    src/base/varpos.f90
    src/base/vectds.f90
    src/base/vericl.f90
    src/base/verini.f90
    src/base/vert1d.f90
    src/base/viscfa.f90
    src/base/visdyn.f90
    src/base/vislmg.f90
    src/base/visort.f90
    src/base/vissec.f90
    src/base/vissma.f90
    src/base/vissst.f90
    src/base/viswal.f90
    src/base/vor2cl.f90
    src/base/vorpre.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfbsc3.f90
    src/cfbl/cfcdts.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfdttv.f90
    src/cfbl/cfener.f90
    src/cfbl/cfiniv.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfmsvs.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/cfrusb.f90
    src/cfbl/cfvarp.f90
    src/cfbl/cfxtcl.f90
    src/cfbl/memcfe.f90
    src/cfbl/memcfm.f90
    src/cfbl/memcft.f90
    src/cfbl/memcfv.f90
    src/cogz/d3pini.f90
    src/cogz/d3pphy.f90
    src/cogz/d3ptcl.f90
    src/cogz/ebuini.f90
    src/cogz/ebuphy.f90
    src/cogz/ebutcl.f90
    src/cogz/ebutss.f90
    src/cogz/lwcini.f90
    src/cogz/lwcphy.f90
    src/cogz/lwctcl.f90
    src/cogz/lwctss.f90
    src/cplv/cpiniv.f90
    src/cplv/cplini.f90
    src/cplv/cplphy.f90
    src/cplv/cpltcl.f90
    src/cplv/cpltss.f90
    src/cplv/cpltsv.f90
    src/cplv/cpphyv.f90
    src/cplv/cpptcl.f90
    src/cplv/cptssc.f90
    src/cplv/cptsvc.f90
    src/cplv/memcp1.f90
    src/ctwr/ctiniv.f90
    src/ctwr/ctphyv.f90
    src/ctwr/cttssc.f90
    src/elec/elflux.f90
    src/elec/eliniv.f90
    src/elec/elphyv.f90
    src/elec/eltssc.f90
    src/fuel/fuiniv.f90
    src/fuel/fuphyv.f90
    src/fuel/fuptcl.f90
    src/fuel/futssc.f90
    src/fuel/futsvc.f90
    src/fuel/memfu1.f90
    src/lagr/diverv.f90
    src/lagr/lagaff.f90
    src/lagr/lagcar.f90
    src/lagr/lagcel.f90
    src/lagr/lagcou.f90
    src/lagr/lagdeb.f90
    src/lagr/lagent.f90
    src/lagr/lageqp.f90
    src/lagr/lages1.f90
    src/lagr/lages2.f90
    src/lagr/lagesp.f90
    src/lagr/lagfch.f90
    src/lagr/laggra.f90
    src/lagr/lagich.f90
    src/lagr/lagidp.f90
    src/lagr/lagimp.f90
    src/lagr/lagitf.f90
    src/lagr/lagitp.f90
    src/lagr/laglis.f90
    src/lagr/lagnew.f90
    src/lagr/lagnpr.f90
    src/lagr/lagnwc.f90
    src/lagr/lagout.f90
    src/lagr/lagphy.f90
    src/lagr/lagpoi.f90
    src/lagr/lagsta.f90
    src/lagr/lagune.f90
    src/lagr/memla1.f90
    src/lagr/memla2.f90
    src/mati/memmat.f90
    src/mati/mtkpdc.f90
    src/mati/mtphyv.f90
    src/mati/mtproj.f90
    src/mati/mttsns.f90
    src/mati/mttssc.f90
    src/mati/mttycl.f90
    src/pprt/memppt.f90
    src/pprt/ppcabs.f90
    src/pprt/ppclim.f90
    src/pprt/ppiniv.f90
    src/pprt/ppinv2.f90
    src/pprt/ppphyv.f90
    src/pprt/ppprcl.f90
    src/pprt/ppray4.f90
    src/pprt/pptssc.f90
    src/pprt/pptycl.f90
    src/rayt/memra1.f90
    src/rayt/memra2.f90
    src/rayt/memra3.f90
    src/rayt/raycli.f90
    src/rayt/raydom.f90
    src/rayt/rayout.f90
    src/rayt/raypar.f90
    src/rayt/raypun.f90
    src/rayt/raysol.f90
    users/atmo/usatcl.f90
    users/atmo/usativ.f90
    users/base/usalcl.f90
    users/base/usaste.f90
    users/base/usclim.f90
    users/base/usdpst.f90
    users/base/ushist.f90
    users/base/usiniv.f90
    users/base/uskpdc.f90
    users/base/usmpst.f90
    users/base/usnpst.f90
    users/base/usphyv.f90
    users/base/usproj.f90
    users/base/uspt1d.f90
    users/base/ussmag.f90
    users/base/usstru.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsma.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/base/usvima.f90
    users/base/usvist.f90
    users/base/usvort.f90
    users/base/usvpst.f90
    users/cfbl/uscfcl.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfth.f90
    users/cfbl/uscfxi.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/ctwr/usctdz.f90
    users/ctwr/usctiv.f90
    users/elec/uselcl.f90
    users/elec/uselen.f90
    users/elec/useliv.f90
    users/elec/uselph.f90
    users/elec/uselrc.f90
    users/elec/usetcl.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90
    users/lagr/uslabo.f90
    users/lagr/usladp.f90
    users/lagr/uslaed.f90
    users/lagr/uslaen.f90
    users/lagr/uslafe.f90
    users/lagr/uslag2.f90
    users/lagr/uslain.f90
    users/lagr/uslapr.f90
    users/lagr/uslaru.f90
    users/lagr/uslast.f90
    users/lagr/uslatc.f90
    users/lagr/uslatp.f90
    users/rayt/usray2.f90
    users/rayt/usray3.f90
    users/rayt/usray4.f90
    users/rayt/usray5.f90

* 13/12/2010 - David Monfort <david.monfort@edf.fr>
  Fix the XML definition for boundary conditions with exterior exchange
  coefficient.
  modified routines:
    gui/Pages/BoundaryConditionsScalarsView.py
    gui/Pages/Boundary.py

* 06/12/2010 - David Monfort <david.monfort@edf.fr>
  Do not exclude build* and arch* to avoid missing the build-aux directory.
  modified script:
    sbin/backup

* 03/12/2010 - David Monfort <david.monfort@edf.fr>
  Add runpath directive to libtool so as to find shared libraries at runtime
  for CGNS, CCM and ADF libraries (non-libtoolized ones).
  modified scripts:
    m4/cs_adf.m4
    m4/cs_ccm.m4
    m4/cs_cgns.m4
    preprocessor/appli/Makefile.am
    src/apps/Makefile.am

* 03/12/2010 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix issues when removing the a particle which has exited the fluid domain.
  modified routine:
    src/lagr/lageli.f90

* 03/12/2010 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix a wrong indirection (using Fortran numbering instead of C) when
  calculating the head loss coefficients from the graphical user interface.
  modified routine:
    src/base/cs_gui.c

* 01/12/2010 - David Monfort <david.monfort@edf.fr>
  Fix a number of very minor issues (mainly unused Fortran formats).
  modified routines:
    src/base/lecamp.f90
    src/base/stdtcl.f90
    src/base/typecl.f90
    src/fuel/futssc.f90
    src/lagr/lagerr.f90
    src/rayt/raylec.f90
    src/rayt/rayout.f90

* 01/12/2010 - Cyril Baudry <cyril.baudry@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Add user variables to have a possible time-dependant output frequency (in
  seconds) for both the 3d-outputs and the time-monitoring outputs.
  The graphical user interface has not yet been adapted, as well as the code
  activating the outputs (only the skeleton is present at the moment).
  modified routines:
    src/base/cs_gui.c
    src/base/cs_gui.h
    src/base/cs_join_post.c
    src/base/cs_post.c
    src/base/cs_post_f2c.f90
    src/base/cs_post.h
    src/base/cs_prototypes.h
    src/base/entsor.f90
    src/base/impini.f90
    src/base/iniini.f90
    src/base/inipst.f90
    src/base/iniusi.f90
    src/base/modini.f90
    src/base/strini.f90
    src/rayt/rayopt.f90
    users/base/usdpst.f90
    users/base/usini1.f90
    users/base/usnpst.f90

* 01/12/2010 - Cyril Baudry <cyril.baudry@edf.fr>
  Add members to the cs_vars_t structure to account for the number of phases,
  in order for NEPTUNE_CFD to be able to link against Code_Saturne source code.
  modified routines:
    src/base/cs_gui.c
    src/base/cs_gui.h
    src/base/cs_gui_variables.h
    src/base/iniusi.f90

* 29/11/2010 - David Monfort <david.monfort@edf.fr>
  Fix the user compilation, this time with the correct link order.
  modified scripts:
    bin/cs_compile.py
    bin/cs_config.py.in
    bin/cs_package.py.in
    Makefile.am

* 29/11/2010 - David Monfort <david.monfort@edf.fr>
  Small modifications to account for NLS support and suppress annoying
  warnings during C++ compilation.
  modified scripts:
    bin/cs_config.py.in
    config/cs_auto_flags.sh
    Makefile.am

* 29/11/2010 - David Monfort <david.monfort@edf.fr>
  Adapt the user compilation scripts so that it can better handle code-specific
  libraries (e.g. for NEPTUNE_CFD libraries). One should perhaps add the
  CPPFLAGS, LDFLAGS and LIBS user-defined variables in cs_package.py too.
  modified scripts:
    bin/cs_compile.py
    bin/cs_config.py.in
    bin/cs_package.py.in
    Makefile.am

* 29/11/2010 - David Monfort <david.monfort@edf.fr>
  Minor changes (version number in user files and blanks removal).
  modified files:
    bin/cs_config.py.in
    bin/cs_script.py
    users/cogz/usd3p1.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebu1.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwc1.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90

* 29/11/2010 - Mickael Hassanaly <mickael.hassanaly@edf.fr>
  Fix a memory bug in the Code_Aster coupling.
  modified routine:
    src/base/strini.f90

* 24/11/2010 - David Monfort <david.monfort@edf.fr>
  Add a master script Python module to call the different modules.
  Move the Graphical User Interface module in the bin directory.
  Improve the configuration module to enable NEPTUNE_CFD to configure itself
  with the code_saturne main script.
  added script:
    bin/cs_script.py
  modified script:
    bin/cs_gui.py
    bin/__init__.py
    bin/code_saturne.in
    bin/cs_config.py.in
    gui/Makefile.am
    Makefile.am

* 24/11/2010 - David Monfort <david.monfort@edf.fr>
  Fix the user files compilation from the runcase script.
  modified script:
    bin/cs_case_domain.py

* 24/11/2010 - David Monfort <david.monfort@edf.fr>
  Add a Code_Saturne namespace and some autoconf substitutions in the m4 code
  detection to improve the configuration setup.
  removed script:
    m4/cs_config_info.m4
  modified scripts:
    configure.ac
    m4/cs_adf.m4
    m4/cs_blas.m4
    m4/cs_ccm.m4
    m4/cs_cgns.m4
    m4/cs_hdf5.m4
    m4/cs_libxml2.m4
    m4/cs_med.m4
    m4/cs_metis.m4
    m4/cs_mpi.m4
    m4/cs_ple.m4
    m4/cs_scotch.m4
    m4/cs_syrthes.m4
    m4/cs_zlib.m4

* 24/11/2010 - David Monfort <david.monfort@edf.fr>
  Correction in the automatic flags detection for the C++ compiler.
  modified script:
    config/cs_auto_flags.sh

* 24/11/2010 - David Monfort <david.monfort@edf.fr>
  Makefile.am improvements (automatic autoconf substitution).

* 10/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  GUI does not handle size of deprecated user arrays anymore.
  modified files:
    gui/Base/BrowserView.py
    gui/Base/Toolbox.py
    gui/Pages/Makefile.am
    gui/sbin/unittests.py
    src/base/cs_gui.c
    src/base/memini.f90
  removed files:
    gui/Pages/UserArraysView.py
    gui/Pages/UserArraysForm.ui
    gui/Pages/UserArraysModel.py

* 10/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct bug in which runcase was not saved in results.
  modified scripts:
    bin/cs_case.py

* 10/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  sbin/clean now removed autom4te.cache.
  modified scripts:
    sbin/clean

* 10/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct per group interior face counts in parallel.
  modified files:
    src/base/cs_mesh.c

* 10/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Enable reading of mesh input with degnerate faces or cells even
  when partitioning uses a space-filling curve.
  modified files:
    src/base/cs_preprocessor_data.c

* 10/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Output modified mesh before building colors so as to avoid saving
  those colors in 2 different (group and color) forms. 
  modified files:
    src/apps/cs_solver.c

* 10/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct type cast bug leading to false error reading very large meshes.
  modified files:
    src/base/cs_preprocessor_data.c

* 08/11/2010 - David Monfort <david.monfort@edf.fr>
  Fix minor remaining issues and add the possibility of compiling user C++
  files for NEPTUNE_CFD use.
  modified scripts:
    bin/code_saturne.in
    bin/cs_case_domain.py
    bin/cs_compile.py
    bin/cs_config.py.in
    bin/cs_create.py
    bin/cs_package.py.in

* 08/11/2010 - David Monfort <david.monfort@edf.fr>
  Introduce a package-specific Python module to avoid too many overloading of
  Python classes by NEPTUNE_CFD. It replaces the cs_config.dirs class and adds
  some useful specific information like the package name, version, ...
  Some work remains to be done in the graphical user interface code, because
  the cs_package module is directly used instead of being passed on.
  added script:
    bin/cs_package.py.in
  removed script:
    bin/cs_config_build.py.in
  modified scripts:
    bin/code_saturne.in
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/cs_check_consistency.py
    bin/cs_check_mesh.py
    bin/cs_compile.py
    bin/cs_config.py.in
    bin/cs_create.py
    bin/cs_info.py
    bin/cs_plot_probes.py
    bin/runcase.in
    configure.ac
    gui/Base/BrowserView.py
    gui/Base/Common.py
    gui/Base/MainView.py
    gui/cs_gui.py
    gui/Pages/SolutionVerifView.py
    Makefile.am

* 08/11/2010 - David Monfort <david.monfort@edf.fr>
  Fix the check_mesh tool behaviour.
  modified script:
    bin/cs_check_mesh.py

* 04/11/2010 - David Monfort <david.monfort@edf.fr>
  Split the config directory into three directories (build-aux for auxiliary
  scripts, config for configuration files and m4 for macros).
  modified scripts:
    configure.ac
	Makefile.am
	sbin/bootstrap

* 04/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct logging data corruption when a map requires reallocation.
  modified files:
    src/base/cs_map.c

* 02/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct array arguments to MPI_Reduce for memory summary.
  modified files:
    src/base/cs_base.c

* 02/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct minor bugs in parallel run when multigrid is very verbose.
  modified files:
    src/base/autmgr.f90
    src/base/crstgr.f90

* 02/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove unnecessary column in cs_halo_dump().
  modified files:
    src/base/cs_halo.c

* 02/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct decoding of split polygons or polyhedra when all faces have
  4 edges or less.
  modified files:
    src/fvm/fvm_tesselation.c

* 02/11/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Use ints for flag array to ensure portability of MPI_MAX in MPI_Allreduce.
  modified files:
    src/base/cs_post.c

* 29/10/2010 - David Monfort <david.monfort@edf.fr>
  Split the scripts edition in two different Makefile targets to avoid long
  sed replacement command when useless.
  modified scripts:
    Makefile.am

* 29/10/2010 - David Monfort <david.monfort@edf.fr>
  Standardize the Python command for Python modules.
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/cs_check_consistency.py
    bin/cs_check_mesh.py
    bin/cs_compile.py
    bin/cs_config_build.py.in
    bin/cs_config.py.in
    bin/cs_create.py
    bin/cs_exec_environment.py
    bin/cs_info.py
    bin/cs_plot_probes.py

* 27/10/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Files opened in append mode were not handled correctly
  when  using MPI-IO.
  modified files:
    src/fvm/fvm_file.c

* 27/10/2010 - David Monfort <david.monfort@edf.fr>
  C++ compiler detection for a possible link with this compiler when linking
  with MED support and to ease NEPTUNE_CFD configury.
  modified scripts:
    bin/cs_config_build.py.in
    config/cs_auto_flags.sh
    configure.ac

* 27/10/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a developpers guide with coding standards.
  added file:
    doc/developper/coding_standards.tex
  modified files:
    doc/style/csdoc.sty
    doc/developper/developper.tex
  modified scripts:
    bin/cs_info.py
    doc/developper/Makefile.am
    doc/Makefile.am

* 26/10/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Handle processor list under LSF when LSB_MCPU_HOSTS is used instead
  of LSB_HOSTS.
  modified scripts:
    bin/cs_exec_environment.py
    bin/runcase_mpi_env

* 30/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor bug correction: do not add .log extension to
  preprocessed meshes when multiple meshes are used.
  modified scripts:
    bin/cs_case_domain.py

* 23/09/2010 - David Monfort <david.monfort@edf.fr>
  Add memfin subroutine to the list of prototypes.
  modified routine:
    src/base/cs_prototypes.h

* 23/09/2010 - David Monfort <david.monfort@edf.fr>
  Add user_modules to the dist stage.
  modified script:
    src/base/Makefile.am

* 23/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update partitioner configuration for compatibility with SCOTCH 5.1.10.
  Partitioner version information is also improved.
  modified files:
    config/cs_scotch.m4
    src/appli/cs_partition.c
    po/fr.po

* 23/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Free memory allocated by Fortran code.
  added files:
    src/base/memfin.f90
  modified files:
    src/apps/cs_solver.c
    src/base/Makefile.am
    src/base/parall.f90

* 23/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add user Fortran modules file.
  added files:
    users/base/user_modules.f90
  modified files:
    bin/cs_compile.py
    src/base/Makefile.am

* 23/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Transform user files for joining, periodicity, mesh modification,
  SYRTHES and Code_Saturne coupling from Fortran to C.
  added files:
    users/base/cs_user_join.c
    users/base/cs_user_mesh_modify.c
    users/base/cs_user_periodicity.c
    users/base/cs_user_saturne_coupling.c
    users/base/cs_user_syrthes_coupling.c
  modified files:
    Makefile.am
    src/apps/cs_solver.c
    src/base/cs_join.c
    src/base/cs_join.h
    src/base/cs_join_perio.c
    src/base/cs_join_perio.h
    src/base/cs_join_util.c
    src/base/cs_join_util.h
    src/base/cs_prototypes.h
    src/base/cs_sat_coupling.c
    src/base/cs_sat_coupling.h
    src/base/cs_syr_coupling.c
    src/base/cs_syr_coupling.h
    src/base/Makefile.am
    users/base/cs_user_mesh_input.c
  removed files:
    src/base/cs_join_f2c.f90
    src/base/cs_join_perio_f2c.f90
    users/base/usjoin.f90
    users/base/usmodg.f90
    users/base/usperi.f90
    users/base/ussatc.f90
    users/base/ussyrc.f90

* 23/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove obsolete TODO in comments.
  modified files:
    src/base/cs_io.c

* 22/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Preprocessor: merging of coincident vertices or multiply-referenced
  vertices in face definitions moved inside generation of descending
  connectivity so as to handle cases where quadrangle faces transformed
  into triangles by vertex merging may be identical with faces already
  defined as triangles.
  modified files:
    preprocessor/appli/ecs_main.c
    preprocessor/base/ecs_maillage.c
    preprocessor/base/ecs_maillage.h

* 22/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Preprocessor: extracted meshes should only contain connected vertices.
  modified files:
    preprocessor/base/ecs_maillage.c

* 20/09/2010 - David Monfort <david.monfort@edf.fr>
  Use standard autoconf variables INSTALL_ instead of raw cp.
  modified scripts:
    doc/developper/Makefile.am
    doc/howto/Makefile.am
    doc/install/Makefile.am
    doc/refcard/Makefile.am
    doc/theory/Makefile.am
    doc/tutorial/Makefile.am
    doc/user/Makefile.am
    src/Makefile.am

* 17/09/2010 - David Monfort <david.monfort@edf.fr>
  Improve the distcheck stage (especially uninstall stage).
  modified scripts:
    doc/developper/Makefile.am
    doc/howto/Makefile.am
    doc/install/Makefile.am
    doc/refcard/Makefile.am
    doc/tutorial/Makefile.am
    doc/user/Makefile.am
    Makefile.am
    src/mei/Makefile.am

* 17/09/2010 - David Monfort <david.monfort@edf.fr>
  Enable maintainer mode by default when finding a .svn or .git directory.
  modified script:
    configure.ac

* 16/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Preprocessor: corrected bug when reading groups for UNV files with
  overlapping cell and face labels.
  modified files:
    preprocessor/pre-post/ecs_pre_ideas.c

* 15/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  French translation updates for Preprocessor.
  modified files:
    po/fr.po

* 15/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove FVM-specific text format support for mesh output.
  modified files:
    po/POTFILES.in
    src/fvm/Makefile.am
    src/fvm/fvm_writer.c
  removed files:
    src/fvm/fvm_to_text.c
    src/fvm/fvm_to_text.h

* 15/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Preprocessor: removed postprocessing format options
  and additional minor source code cleanup.
  modified files:
    preprocessor/appli/ecs_cmd.c
    preprocessor/appli/ecs_cmd_priv.h
    preprocessor/appli/ecs_main.c
    preprocessor/base/ecs_champ_def.c
    preprocessor/base/ecs_maillage.c
    preprocessor/base/ecs_maillage.h
    preprocessor/pre-post/ecs_champ_post.c
    preprocessor/pre-post/ecs_champ_post_cgns.c
    preprocessor/pre-post/ecs_champ_post_ens.c
    preprocessor/pre-post/ecs_champ_post_med.c
    preprocessor/pre-post/ecs_maillage_post.c
    preprocessor/pre-post/ecs_med_priv.h
    preprocessor/pre-post/ecs_post.c
    preprocessor/pre-post/ecs_post_cgns.c
    preprocessor/pre-post/ecs_post_cgns.h
    preprocessor/pre-post/ecs_post_cgns_priv.h
    preprocessor/pre-post/ecs_post_ens.c
    preprocessor/pre-post/ecs_post_ens.h
    preprocessor/pre-post/ecs_post_ens_priv.h
    preprocessor/pre-post/ecs_post.h
    preprocessor/pre-post/ecs_post_med.c
    preprocessor/pre-post/ecs_post_med.h
    preprocessor/pre-post/ecs_pre_med.c
    preprocessor/util/ecs_mem_usage.c

* 15/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor Preprocessor source code cleanup.
  modified files:
    preprocessor/appli/ecs_cmd.c
    preprocessor/appli/ecs_main.c
    preprocessor/pre-post/ecs_champ_post_ens.c
    preprocessor/pre-post/ecs_champ_post_med.c
    preprocessor/pre-post/ecs_post_ens.c
    preprocessor/pre-post/ecs_pre_comet.c
    preprocessor/pre-post/ecs_pre_ens.c
    preprocessor/pre-post/ecs_pre_med.c
    preprocessor/util/ecs_def.h
    preprocessor/util/ecs_mem.c
    preprocessor/util/ecs_mem_usage.c

* 15/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Preprocessor always defines ecs_size_t as size_t and ecs_int_t as int.
  modified files:
    configure.ac
    preprocessor/util/ecs_def.h

* 15/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Preprocessor builds families before switching to descending connectivity.
  modified files:
    preprocessor/appli/ecs_main.c
    preprocessor/base/ecs_maillage.c
    preprocessor/pre-post/ecs_maillage_post.c

* 15/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update FVM selector test relative to fvm_group API simplification.
  modified file:
    tests/fvm_selector_test.c

* 15/09/2010 - David Monfort <david.monfort@edf.fr>
  Add missing argument to handle the post-processing of group names in the
  Fortran wrapper.
  modified routine:
    src/base/cs_post_f2c.f90

* 14/09/2010 - David Monfort <david.monfort@edf.fr>
  Add a mesh module of which each member points to the mesh C structure
  corresponding member.
  added file:
    src/base/mesh.f90
  modified files:
    src/apps/cs_solver.c
    src/base/caltri.f90
    src/base/cs_prototypes.h
    src/base/majgeo.f90
  modified script:
    src/Makefile.am

* 14/09/2010 - David Monfort <david.monfort@edf.fr>
  Remove the bison/yacc compilation from the bootstrap stage to the
  compilation stage. Also generate the corresponding C files at dist stage.
  modified scripts:
    configure.ac
    sbin/bootstrap
    src/mei/Makefile.am

* 14/09/2010 - David Monfort <david.monfort@edf.fr>
  Generate the compilation at dist stage.
  Install the documentation with install target if present.
  modified scripts:
    doc/developper/Makefile.am
    doc/howto/Makefile.am
    doc/install/Makefile.am
    doc/refcard/Makefile.am
    doc/theory/Makefile.am
    doc/tutorial/Makefile.am
    doc/user/Makefile.am

* 14/09/2010 - David Monfort <david.monfort@edf.fr>
  Make the dist target functional.
  modified scripts:
    doc/developper/Makefile.am
    doc/howto/Makefile.am
    doc/Makefile.am
    doc/theory/graphics/Makefile.am
    doc/theory/Makefile.am
    doc/tutorial/graphics/Makefile.am
    doc/tutorial/Makefile.am
    gui/Base/Makefile.am
    gui/Makefile.am
    gui/Pages/Makefile.am
    libsyrcs/Makefile.am
    Makefile.am
    preprocessor/appli/Makefile.am
    preprocessor/base/Makefile.am
    preprocessor/Makefile.am
    preprocessor/pre-post/Makefile.am
    preprocessor/util/Makefile.am

* 14/09/2010 - David Monfort <david.monfort@edf.fr>
  Fix the definition of the number of inlet with vortex method activated.
  modified routine:
    src/base/vorinc.f90

* 14/09/2010 - David Monfort <david.monfort@edf.fr>
  Fix generation of PyQt resource files.
  modified routine:
    gui/Pages/Makefile.am

* 10/09/2010 - David Monfort <david.monfort@edf.fr>
  Remove the file name and line number while looking for translatable strings.
  modified script:
    po/Makevars
	po/fr.po

* 10/09/2010 - David Monfort <david.monfort@edf.fr>
  Add a missing comma to fix a bug introduced recently.
  modified scripts:
    bin/cs_case.py
    bin/cs_create.py

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Removed CPU total across processors when benchmarking.
  modified files:
    po/fr.po
    src/base/cs_benchmark.c
    src/base/cs_gradient.c
    src/base/cs_multigrid.c
    src/base/cs_sles.c

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  French translation updates for Partitioner.
  modified files:
    po/fr.po

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Code can now be built with either CGNS 2.5 or CGNS 3.
  modified files:
    po/fr.po
    po/POTFILES.in
    preprocessor/pre-post/ecs_champ_post_cgns.c
    preprocessor/pre-post/ecs_post_cgns.c
    preprocessor/pre-post/ecs_pre_cgns.c
    preprocessor/pre-post/Makefile.am
    src/fvm/fvm_to_cgns.c
  removed files:
     preprocessor/pre-post/ecs_cgns.c
     preprocessor/pre-post/ecs_cgns.h

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  GUI now builds correct MESHES[] structure when mesh import options are used.
  modified files:
    gui/Pages/BatchRunningModel.py

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Preprocessor only creates visualization files if necessary.
  Creation of EnSight cases or MED files is delayed until a mesh
  is really exported. This allows the GUI mesh checking functionnality
  to limit Preprocessor visualization output to information (isolated faces)
  or error cases, except in the case of mesh concatenation, where
  visualizing each separate piece of geometry before visualization
  may be useful.
  modified files:
    bin/cs_check_mesh.py
    gui/Pages/SolutionVerifView.py
    preprocessor/appli/ecs_main.c
    preprocessor/pre-post/ecs_post_cgns.c
    preprocessor/pre-post/ecs_post_ens.c
    preprocessor/pre-post/ecs_post_med.c

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Mesh concatenation support removed from Preprocessor.
  This leads to multiple related changes throughout the tool chain to
  maintain consistency. A new option enables the preprocessor to
  determine the name of its output file. For consistency,
  all mesh files uses by the Kernel are by default:
  - mesh_input (file or directory)
  - mesh_output (file)
  Note that the Preprocessor may in fact still concatenate meshes,
  albeit only from a single file (which may be useful for example
  it a rotor and star mesh were both in a single mesh file).
  modified files:
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/cs_check_mesh.py
    bin/runcase.in
    gui/Pages/BatchRunningView.py
    gui/Pages/SolutionDomainModel.py
    gui/Pages/SolutionVerifView.py
    po/fr.po
    preprocessor/appli/ecs_cmd.c
    preprocessor/appli/ecs_cmd_priv.h
    preprocessor/appli/ecs_main.c
    preprocessor/base/ecs_famille.h
    preprocessor/pre-post/ecs_maillage_ncs.c
    preprocessor/pre-post/ecs_maillage_ncs.h
    preprocessor/pre-post/ecs_post_ens.c
    preprocessor/util/ecs_comm.c
    preprocessor/util/ecs_comm.h
    src/apps/cs_partition.c
    src/apps/cs_solver.c
    src/base/cs_preprocessor_data.c
    users/base/cs_user_mesh_input.c

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Removed preprocessor meta-file and command-line input file support.
  modified files:
    po/fr.po
    po/POTFILES.in
    preprocessor/appli/ecs_cmd.c
    preprocessor/appli/ecs_cmd_priv.h
    preprocessor/appli/ecs_main.c
    preprocessor/base/ecs_maillage.c
    preprocessor/base/ecs_maillage.h
    preprocessor/pre-post/ecs_pre.c
    preprocessor/pre-post/ecs_pre.h
    preprocessor/pre-post/Makefile.am
  removed files:
    preprocessor/pre-post/ecs_pre_meta.c
    preprocessor/pre-post/ecs_pre_meta.h

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Preprocessor now converts all colors to groups on mesh import.
  modified files:
    po/fr.po
    preprocessor/appli/ecs_cmd.c
    preprocessor/appli/ecs_cmd_priv.h
    preprocessor/appli/ecs_main.c
    preprocessor/base/ecs_descr.c
    preprocessor/base/ecs_descr_chaine.c
    preprocessor/base/ecs_descr_chaine.h
    preprocessor/base/ecs_descr.h
    preprocessor/base/ecs_descr_priv.h
    preprocessor/base/ecs_famille.c
    preprocessor/base/ecs_famille_chaine.c
    preprocessor/base/ecs_famille_chaine.h
    preprocessor/base/ecs_famille.h
    preprocessor/pre-post/ecs_champ_post.c
    preprocessor/pre-post/ecs_champ_post_med.c
    preprocessor/pre-post/ecs_champ_post_med.h
    preprocessor/pre-post/ecs_maillage_ncs.c
    preprocessor/pre-post/ecs_maillage_post.c
    preprocessor/pre-post/ecs_maillage_pre.c
    preprocessor/pre-post/ecs_post.c
    preprocessor/pre-post/ecs_post.h
    preprocessor/pre-post/ecs_pre_cgns.c
    preprocessor/pre-post/ecs_pre_gambit.c
    preprocessor/pre-post/ecs_pre_ideas.c
    preprocessor/pre-post/ecs_pre_med.c
    preprocessor/pre-post/ecs_pre_nopo.c

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Removed group output by Preprocessor for EnSight format (moved to Kernel).
  modified files:
    po/fr.po
    preprocessor/base/ecs_famille_chaine.c
    preprocessor/base/ecs_famille_chaine.h
    preprocessor/pre-post/ecs_champ_post.c
    preprocessor/pre-post/ecs_champ_post_ens.c
    preprocessor/pre-post/ecs_champ_post_ens.h
    preprocessor/pre-post/ecs_post_ens.c
    preprocessor/pre-post/ecs_post_ens_priv.h

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update list of files with translations.
  modified files:
    po/POTFILES.in

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update French dictionnary and improve some messages.
  modified files:
    po/fr.po
    src/apps/cs_io_dump.c
    src/apps/cs_partition.c
    src/base/cs_io.c
    src/base/cs_join_merge.c

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Added bft_file_listdir() function.
  A correction in group sorting is also applied to fvm_group.c
  modified files:
    configure.ac
    po/fr.po
    src/bft/bft_file.c
    src/bft/bft_file.h
    src/fvm/fvm_group.c

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Added output of default volume and boundary mesh groups to EnSight format.
  This requires the usage of additional cases, so as to avoid time dependency
  issues and group name clashes between surface and volume parts.
  modified files:
    po/fr.po
    src/apps/cs_solver.c
    src/base/cs_post.c
    src/base/cs_post.h

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Made generation of post-processing mesh group info optional.
  modified files: 
    po/fr.po
    src/base/cs_boundary_conditions.c
    src/base/cs_join_post.c
    src/base/cs_post.c
    src/base/cs_post_f2c.f90
    src/base/cs_post.h
    users/base/usdpst.f90

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Synchronize face families when joining meshes.
  modified files:
    po/fr.po
    src/base/cs_join_update.c
    src/base/cs_join_util.c
    src/base/cs_join_util.h

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Migrate private functions _clean_families() and _build_colors() to public
  functions cs_mesh_clean_families() and cs_mesh_build_colors().
  modified files:
    po/fr.po
    src/apps/cs_solver.c
    src/base/cs_mesh.c
    src/base/cs_mesh.h
    src/base/cs_preprocessor_data.c

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Switch to recommended definition method of LOCALEDIR for internationalization.
  modified scripts:
    configure.ac
    preprocessor/appli/Makefile.am
    src/apps/Makefile.am

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Added export of group classes to MED output.
  modified files:
    po/fr.po
    src/apps/cs_solver.c
    src/base/cs_ast_coupling.c
    src/base/cs_join_post.c
    src/base/cs_mesh.c
    src/base/cs_mesh_connect.c
    src/base/cs_mesh_connect.h
    src/base/cs_mesh.h
    src/base/cs_mesh_warping.c
    src/base/cs_post.c
    src/base/cs_sat_coupling.c
    src/base/cs_syr3_coupling.c
    src/base/cs_syr4_coupling.c
    src/ctwr/cs_ctwr_mesh.c
    src/fvm/fvm_group.c
    src/fvm/fvm_group.h
    src/fvm/fvm_nodal.c
    src/fvm/fvm_nodal_from_desc.c
    src/fvm/fvm_nodal_from_desc.h
    src/fvm/fvm_nodal.h
    src/fvm/fvm_nodal_priv.h
    src/fvm/fvm_to_cgns.c
    src/fvm/fvm_to_ensight.c
    src/fvm/fvm_to_ensight_v1.c
    src/fvm/fvm_to_med.c
    src/fvm/fvm_writer_helper.c
    src/fvm/fvm_writer_helper.h

* 10/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct MED export of polyhedra in parallel when using --enable-long-gnum.
  modified file:
    src/fvm/fvm_to_med.c

* 07/09/2010 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Change the order of config files when inquiring them in order to let the
  user change the defaults settings.
  modified scripts:
    bin/cs_create.py
    bin/cs_case.py

* 06/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Allow GUI's check_mesh functionnality to work correctly in case
  of joining, periodicity, or warped faces.
  This includes replacing an obsolete ecs_bindir path by cs_bindir.
  modified file:
    gui/Pages/SolutionVerifView.py

* 02/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a Valgrind warning for uninitialized logging values in parallel
  mesh joining. Also added minor formatting improvements in the
  matching log entry (vertex tolerance).
  modified file:
    src/base/cs_join_mesh.c

* 02/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove assertion related to a specific case.
  modified file:
    src/base/cs_mesh_save.c

* 02/09/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct the coarse grid size instrumentation of the multigrid.
  modified file:
    src/base/cs_multigrid.c

* 30/08/2010 - David Monfort <david.monfort@edf.fr>
  Update translation files to account for new gettext version.
  modified file:
    po/fr.po

* 30/08/2010 - David Monfort <david.monfort@edf.fr>
  Fix EXTRA_DIST variables in the documentation.
  modified scripts:
    doc/tutorial/graphics/Makefile.am
    doc/tutorial/Makefile.am
    doc/user/Makefile.am

* 30/08/2010 - David Monfort <david.monfort@edf.fr>
  Search for Fortran 77 compilers just in case we have SYRTHES coupling to
  avoid spurious warnings at the bootstrap stage.
  modified script:
    configure.ac

* 30/08/2010 - David Monfort <david.monfort@edf.fr>
  Ugrade to gettext version 0.18.1.
  modified scripts:
    configure.ac
	po/Rules-quot

* 24/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix the info command of code_saturne.
  modified script:
    bin/cs_info.py

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update French dictionnary.
  modified file:
    po/fr.po

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Added selection functions for faces at cell criteria boundaries
  and for pre-selection of families.
  modified files:
    src/base/cs_selector.c
    src/base/cs_selector.h
    src/base/cs_selector_f2c.f90
    src/fvm/fvm_selector.c
    src/fvm/fvm_selector.h
    users/base/usdpst.f90

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Attributes are removed from group classes.
  Attributes read in the input mesh are converted to group names so as
  to be renamable by the user and listed in the meshe's groups, but
  additional mesh family items may be built when group names are convertible
  to integers so that user subroutines looping on families and family
  properties still work as before.
  Also, selectors still contain internal attributes so as to ensure a
  range[] of integers works as expected, but these are now built directly
  from group names which are convertible to integers.
  modified files:
    src/base/cs_mesh.c
    src/base/cs_preprocessor_data.c
    src/base/cs_selector.c
    src/fvm/fvm_group.c
    src/fvm/fvm_group.h
    src/fvm/fvm_selector.c

* 23/08/2010 - David Monfort <david.monfort@edf.fr>
  Pass the multigrid relaxation parameter to the different subroutines by
  argument instead of using a common block to avoid issues when the routines
  are called by NEPTUNE_CFD.
  modified routines:
    src/base/autmgr.f90
    src/base/calhyd.f90
    src/base/codits.f90
    src/base/crstgr.f90
    src/base/cs_grid.c
    src/base/cs_grid.h
    src/base/cs_multigrid.c
    src/base/cs_multigrid.h
    src/base/cs_prototypes.h
    src/base/resolp.f90

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Old EnSight writer is still accessible using "v1" writer option.
  added files:
    src/fvm/fvm_to_ensight_v1.c
    src/fvm/fvm_to_ensight_v1.h
  modified files:
    src/fvm/Makefile.am
    src/fvm/fvm_writer.c

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  EnSight writer now enables parallel IO in binary mode.
  modified files:
    src/fvm/fvm_to_ensight.c
    src/fvm/fvm_to_ensight_case.c
    src/fvm/fvm_to_ensight_case.h

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Added fvm_file_serializer_t structure and associated functions.
  modified files:
    src/fvm/fvm_file.c
    src/fvm/fvm_file.h

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Added fvm_part_to_block_transfer_gnum() function.
  modified files:
    src/fvm/fvm_part_to_block.c
    src/fvm/fvm_part_to_block.h

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Output information on groups and periodic faces in solver log file,
  and add selection functions to list periodic faces.
  modified files:
    src/base/cs_mesh.c
    src/base/cs_mesh.h
    src/base/cs_selector.c
    src/base/cs_selector.h

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Enable saving of meshes in preprocessor data output whenever
  the input mesh has been modified or meshes have been concatenated.
  added files:
    src/base/cs_mesh_save.c
    src/base/cs_mesh_save.h
  modified files:
    src/apps/cs_solver.c
    src/base/Makefile.am
    src/base/cs_halo.c
    src/base/cs_halo.h
    src/base/cs_join.c
    src/base/cs_mesh.c
    src/base/cs_mesh.h
    src/base/cs_mesh_warping.c
    src/base/cs_preprocessor_data.c

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Transform all calls to iasize() and rasize() to lowercase.
  modified files:
    src/atmo/mematm.f90
    src/base/alemaj.f90
    src/base/calmom.f90
    src/base/cou1do.f90
    src/base/coupbi.f90
    src/base/coupbo.f90
    src/base/covofi.f90
    src/base/cscpfb.f90
    src/base/dvvpst.f90
    src/base/memale.f90
    src/base/memcbr.f90
    src/base/memclg.f90
    src/base/memcli.f90
    src/base/memcs1.f90
    src/base/memcs2.f90
    src/base/memdis.f90
    src/base/memdtv.f90
    src/base/memdyp.f90
    src/base/memkep.f90
    src/base/memkom.f90
    src/base/memnav.f90
    src/base/mempdc.f90
    src/base/memphy.f90
    src/base/memrij.f90
    src/base/memsca.f90
    src/base/memt1d.f90
    src/base/memtri.f90
    src/base/memtsm.f90
    src/base/memv2f.f90
    src/base/memvor.f90
    src/base/navsto.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    src/base/scalai.f90
    src/base/strdep.f90
    src/base/strini.f90
    src/base/strpre.f90
    src/base/tridim.f90
    src/base/turbke.f90
    src/base/turbkw.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfphyv.f90
    src/cfbl/cfqdmv.f90
    src/cfbl/memcfe.f90
    src/cfbl/memcfm.f90
    src/cfbl/memcft.f90
    src/cfbl/memcfv.f90
    src/cogz/d3pphy.f90
    src/cplv/cpltsv.f90
    src/cplv/cptsvc.f90
    src/cplv/memcp1.f90
    src/elec/elphyv.f90
    src/fuel/futsvc.f90
    src/fuel/memfu1.f90
    src/lagr/lagcel.f90
    src/lagr/lagent.f90
    src/lagr/lageqp.f90
    src/lagr/lagesp.f90
    src/lagr/lagfch.f90
    src/lagr/laghis.f90
    src/lagr/laglis.f90
    src/lagr/lagnwc.f90
    src/lagr/lagphy.f90
    src/lagr/lagpoi.f90
    src/lagr/lagune.f90
    src/lagr/memla1.f90
    src/lagr/memla2.f90
    src/mati/memmat.f90
    src/pprt/ppclim.f90
    src/pprt/ppphyv.f90
    src/rayt/memra1.f90
    src/rayt/memra2.f90
    src/rayt/memra3.f90
    src/rayt/raycli.f90

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Appending multiple meshes is now done through a user function;
  coordinate transformations and group renames are now possible.
  modified files:
    src/apps/cs_solver.c
    src/base/Makefile.am
    src/base/cs_preprocessor_data.c
    src/base/cs_preprocessor_data.h
    src/base/cs_prototypes.h
    users/base/cs_user_mesh_input.c
    users/base/usmodg.f90

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove include directory if possible when uninstalling.
  modified scripts:
    src/Makefile.am

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve bft_printf_flush() usage consistency.
  modified files:
    src/base/cs_syr4_coupling.c

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct behavior of _copy_indexed_gatherv().
  modified files:
    src/fvm/fvm_part_to_block.c

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove obsolete comment (verbosity control moved to component API).
  modified files:
    src/apps/cs_solver.c

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor style changes.
  modified files:
    src/fvm/fvm_to_med.c
    src/base/cs_syr3_coupling.c
    src/base/cs_io.c

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Cutting warped faces now logs global and not local counts.
  modified files:
    src/base/cs_mesh_warping.c

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Removed internationalization for memory allocation log file.
  modified files:
    preprocessor/util/ecs_mem.c
    src/bft/bft_mem.c

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Avoid buffering of cs_exec_environment.run_command() output with Python
  versions > 2.3 so output starts appearing before process is finished.
  modified scripts:
    bin/cs_exec_environment.py

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Modifiy Fortran to C string copy to avoid issues with bounds
  checking with recent Fortran compilers such as icc 11.
  modified files:
    src/base/cs_base_fortran.c
    src/base/cs_base_fortran.h
    src/base/inipst.f90

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update user documentations.
  modified file:
    doc/user/saturne1.tex

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update default compiler flags.
  modified scripts:
    config/cs_auto_flags.sh

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct periodicity definition when a mesh with periodicity data
  is not the first preprocessor output file read.
  modified files:
    src/base/cs_preprocessor_data.c

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Avoid unneeded ordering when no global numbers are present in
  fvm_order_local_allocated().
  modified files:
    src/fvm/fvm_order.c

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct example in usdpst.
  modified files:
    users/base/usdpst.f90

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct memory leak in fvm_part_to_block_copy_indexed().
  modified files:
    src/fvm/fvm_part_to_block.c

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor Makefile consistency improvements.
  modified scripts:
    src/atmo/Makefile.am
    src/bft/Makefile.am
    src/cfbl/Makefile.am
    src/cogz/Makefile.am
    src/cplv/Makefile.am
    src/elec/Makefile.am
    src/fuel/Makefile.am
    src/fvm/Makefile.am
    src/mati/Makefile.am
    src/mei/Makefile.am
    src/pprt/Makefile.am
    src/rayt/Makefile.am

* 23/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update script for move of headers from include to src.
  modified script:
    sbin/rmb

* 19/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct mismatched working dir type in MPI environement setup.
  modified script:
    bin/cs_exec_environment.py

* 19/08/2010 - Juan Uribe <juan.uribe@manchester.ac.uk>
  Correct value for the diffusion coefficient in k-omega SST.
  modified routine:
    src/base/iniini.f90

* 17/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Allow reading of meshes with cell but no face definitions.
  modified files:
    preprocessor/base/ecs_maillage.c

* 16/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct parallel file open when no mode hints are given.
  modified files:
    src/fvm/fvm_file.c

* 16/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct result tesselation data distribution offset when padding
  for extra spatial dimensions.
  modified files:
    src/fvm/fvm_tesselation.c

* 16/08/2010 - Bertrand Carissimo <bertrand.carissimo@edf.fr>
  Better correction for uninitialized variable.
  modified routine:
    users/base/usatcl.f90

* 05/08/2010 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Transform all Fortran common blocks to modules.
  Fold dimfbr into dimens and vector into parall.
  modified scripts:
    configure.ac
    bin/cs_compile.py
    bin/cs_config_build.py
    config/cs_fortran.am
    src/Makefile.am
    src/apps/Makefile.am
    src/atmo/Makefile.am
    src/base/Makefile.am
    src/cfbl/Makefile.am
    src/cogz/Makefile.am
    src/cplv/Makefile.am
    src/ctwr/Makefile.am
    src/elec/Makefile.am
    src/fuel/Makefile.am
    src/lagr/Makefile.am
    src/mati/Makefile.am
    src/pprt/Makefile.am
    src/rayt/Makefile.am
  modified files:
    src/*/*.f90
    users/*/*.f90
  removed files:
    src/base/dimfbr.f90
    src/base/vector.f90

* 05/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Move all Fortran include files from include/* to src/* and rename
  their extension to .f90 in preparation for switch to modules.
  Rename vortex.h to vorinc.f90 to avoid conflict with existing vortex.f90.
  modified files:
    include/*/*.h
    src/*/*.f90
    users/*/*.f90

* 05/08/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Move all C header files from include/* to src/*.
  modified scripts:
    src/base/Makefile.am
    src/ctwr/Makefile.am
    src/lagr/Makefile.am

* 30/07/2010 - Benoit de Laage de Meux <benoit.de-laage-de-meux@edf.fr>
  Add a missing multiplication by the density in a coupling source term.
  modified routine:
    src/base/csc2ts.f90

* 30/07/2010 - David Monfort <david.monfort@edf.fr>
  Update the installer to behave correctly with the new packaging.
  modified files:
    extras/installer/install_saturne.py
    extras/installer/README.txt
    extras/installer/setup

* 29/07/2010 - David Monfort <david.monfort@edf.fr>
  Update French dictionnary.
  modified file:
    po/fr.po

* 29/07/2010 - David Monfort <david.monfort@edf.fr>
  Move the mass-flux update in case of a rotating mesh, only relevant when
  disabling the pressure reconstruction (no impact on current simulations).
  modified routine:
    src/base/navsto.f90

* 29/07/2010 - David Monfort <david.monfort@edf.fr>
  Add pragmas to disable warnings on float-comparisons, only for two specific
  routines where we do want to do these comparisons.
  modified routines:
    src/lagr/cs_lagr.c
    src/mei/mei_evaluate.c

* 29/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a wrong definition of integers instead of reals.
  modified routine:
    src/atmo/atprke.f90

* 29/07/2010 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix a bug in the SYRTHES 4 post-processing.
  modified routines:
    src/base/cs_syr4_coupling.c

* 28/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Changed ple_coupling_mpi_world... ple_coupling_mpi_set, and add
  ple_coupling_mpi_set_synchronize(), ple_coupling_mpi_set_get_status(),
  and ple_coupling_mpi_set_get_timestep() functions.
  modified routines:
    include/base/cs_coupling.h
    libsyrcs/syr_defs.c
    src/base/cs_coupling.c
    src/base/cs_sat_coupling.c
    src/base/cs_syr4_coupling.c
    src/base/cs_syr_coupling.c

* 28/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Prepare the scripts to handle SYRTHES 4 in a near future.
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/runcase.in

* 28/07/2010 - David Monfort <david.monfort@edf.fr>
  Update Code_Saturne version number to 2.1-alpha1
  modified script:
    configure.ac

* 28/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove all occurences of the application number and replace it by the
  application name.
  modified script:
    bin/cs_case_domain.py
  modified routines:
    gui/Pages/ConjugateHeatTransferModel.py
    gui/Pages/ConjugateHeatTransferView.py
    include/base/cs_base.h
    include/base/cs_coupling.h
    include/base/cs_sat_coupling.h
    include/base/cs_syr3_coupling.h
    include/base/cs_syr4_coupling.h
    include/base/cs_syr_coupling.h
    src/apps/cs_partition.c
    src/apps/cs_solver.c
    src/base/cs_base.c
    src/base/cs_coupling.c
    src/base/cs_gui_conjugate_heat_transfer.c
    src/base/cs_sat_coupling.c
    src/base/cs_sat_f2c.f90
    src/base/cs_syr3_coupling.c
    src/base/cs_syr4_coupling.c
    src/base/cs_syr_coupling.c
    src/base/cs_syr_f2c.f90
    users/base/ussatc.f90
    users/base/ussyrc.f90

* 28/07/2010 - David Monfort <david.monfort@edf.fr>
  Initialize some variables to avoid spurious compiler warnings, even if there
  was no real issue in the code.
  modified routines:
    preprocessor/appli/ecs_cmd.c
    preprocessor/pre-post/ecs_champ_post.c
    preprocessor/pre-post/ecs_champ_post_med.c
    preprocessor/pre-post/ecs_pre_cgns.c
    preprocessor/pre-post/ecs_pre_ens.c
    preprocessor/pre-post/ecs_pre_ideas.c
    preprocessor/pre-post/ecs_pre_med.c
    preprocessor/pre-post/ecs_pre_nopo.c
    preprocessor/util/ecs_comm.c
    src/atmo/atphyv.f90
    src/base/bilsc2.f90
    src/base/clca66.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/clsyvt.f90
    src/base/condli.f90
    src/base/coupbo.f90
    src/base/covofi.f90
    src/base/cscpfb.f90
    src/base/cs_gui_matisse.c
    src/base/cs_join_intersect.c
    src/base/cs_join_update.c
    src/base/cs_mesh_warping.c
    src/base/cs_perio.c
    src/base/cs_syr3_comm.c
    src/base/cs_syr3_coupling.c
    src/base/distpr.f90
    src/base/dvvpst.f90
    src/base/iniva0.f90
    src/base/lecamp.f90
    src/base/navsto.f90
    src/base/numvec.f90
    src/base/preduv.f90
    src/base/resssg.f90
    src/base/rijech.f90
    src/base/typecl.f90
    src/base/varpos.f90
    src/base/vericl.f90
    src/base/verini.f90
    src/cfbl/cfbsc2.f90
    src/cfbl/cfqdmv.f90
    src/cogz/colecd.f90
    src/cogz/d3pint.f90
    src/cogz/ebuphy.f90
    src/cogz/pdflwc.f90
    src/cogz/pdfpp4.f90
    src/cplv/cpcym2.f90
    src/cplv/cpflux.f90
    src/cplv/cpltsv.f90
    src/cplv/cplym1.f90
    src/cplv/cptssc.f90
    src/cplv/cptsvc.f90
    src/cplv/cpvarp.f90
    src/ctwr/cs_ctwr_air_props.c
    src/ctwr/cs_ctwr.c
    src/ctwr/cs_ctwr_mesh.c
    src/elec/elflux.f90
    src/elec/elphyv.f90
    src/fuel/fucym1.f90
    src/fuel/futsvc.f90
    src/fuel/fuvarp.f90
    src/lagr/enslag.f90
    src/lagr/lagcar.f90
    src/lagr/lagcel.f90
    src/lagr/lages1.f90
    src/lagr/lages2.f90
    src/lagr/lagich.f90
    src/lagr/lagitf.f90
    src/lagr/laglis.f90
    src/lagr/lagnwc.f90
    src/lagr/lagsta.f90
    users/atmo/usatcl.f90
    users/base/usvort.f90
    users/lagr/uslabo.f90

* 28/07/2010 - David Monfort <david.monfort@edf.fr>
  Remove no more used static functions in the periodicity algorithm.
  modified routines:
    src/base/cs_perio.c

* 28/07/2010 - David Monfort <david.monfort@edf.fr>
  Fix a wrong macro for MPI detection (an old version was used).
  modified routines:
    src/base/cs_gradient.c

* 28/07/2010 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Fix the command line related to the app-name option.
  modified script:
    bin/cs_case_domain.py
  modified routine:
    src/base/cs_opts.c

* 27/07/2010 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Update French dictionnary.
  modified file:
    po/fr.po

* 27/07/2010 - David Monfort <david.monfort@edf.fr>
  Free temporary buffer for saved-halo in case of rotation.
  modified routines:
    include/base/cs_halo.h
    src/base/cs_halo.c
    src/base/cs_mesh.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove useless gettext call.
  modified routines:
    src/bft/bft_mem.c
    src/fvm/fvm_to_text.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add two part-to-block functions in preparation to MPI-I/O writing.
  modified routines:
    src/fvm/fvm_part_to_block.c
    src/fvm/fvm_part_to_block.h

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add counter to memory alloc/realloc/free calls.
  modified routines:
    src/bft/bft_mem_usage.c
    src/bft/bft_mem_usage.h
    tests/bft_mem_usage_test.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove part of the VmPeak/VmSize query (needed only on old Linux kernels).
  modified routine:
    src/bft/bft_mem_usage.c
    src/bft/bft_mem_usage.h

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove a redundant call to the _set_block_ranges function.
  modified routine:
    src/base/cs_preprocessor_data.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Make coherent the use of echoing in the preprocessor_output reading.
  modified routine:
    src/base/cs_preprocessor_data.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Split an error message into two clearer ones.
  modified routine:
    src/base/cs_preprocessor_data.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Don't read the mesh dimension anymore (assuming it is always 3).
  modified routine:
    src/base/cs_preprocessor_data.c

* 27/07/2010 - David Monfort <david.monfort@edf.fr>
  Remove a last occurence of the SOLCOM format in the scripts.
  modified script:
    bin/cs_case.py

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a minor bug when echoing I/O structures.
  modified routine:
    src/base/cs_io.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve the instrumentation of the multigrid (size of the coarse grid).
  modified routine:
    src/base/cs_multigrid.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve the instrumentation of the I/O operations.
  modified routines:
    include/base/cs_io.h
    src/apps/cs_solver.c
    src/base/cs_io.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a map helper to have a correspondance between names and ids.
  added routines:
    include/base/cs_map.h
    src/base/cs_map.c
  modified script:
    src/base/Makefile.am

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correctly free memory when reading an XML file.
  modified routines:
    include/base/cs_gui_particles.h
    src/apps/cs_solver.c
    src/base/cs_gui.c
    src/base/cs_gui_particles.c
    src/base/cs_gui_specific_physics.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update the memory summary to the different kiB units.
  modified routine:
    src/base/cs_base.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Code and comment cleaning.
  modified routines:
    src/base/cs_grid.c
    src/base/cs_gui_boundary_conditions.c
    src/base/cs_gui.c
    src/base/cs_gui_mobile_mesh.c
    src/base/cs_multigrid.c
    src/base/cs_post_f2c.f90
    src/base/ecrava.f90
    src/base/gradrc.f90
    src/fvm/fvm_block_to_part.c
    src/fvm/fvm_block_to_part.h
    src/fvm/fvm_periodicity.h
    src/lagr/enslag.f90
    src/lagr/lagout.f90

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a --log-name option to the SYRTHES wrapper.
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_case.py
  modified routine:
    libsyrcs/syr_cs.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Final changeset to handle the code coupling through appnames.
  modified scripts:
    bin/cs_case_domain.py
    bin/runcase.in
  modified routines:
    libsyrcs/syr_comm.c
    libsyrcs/syr_coupling.c
    libsyrcs/syr_coupling.h
    libsyrcs/syr_cs.c
    libsyrcs/syr_defs.c
    libsyrcs/syr_defs.h
    src/apps/cs_solver.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a wrong "else if" clause on the size of cs_int_t.
  modified routine:
    src/base/cs_post.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Now use an appname to distinguish between codes in case of coupling.
  modified routines:
    include/base/cs_base.h
    include/base/cs_opts.h
    src/base/cs_base.c
    src/base/cs_opts.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
               Jérôme Bonelle <jerome.bonelle@edf.fr>
  Add the locate-on-closest feature for SYRTHES 4 coupling.
  modified routines:
    include/base/cs_coupling.h
    src/base/cs_coupling.c
    src/base/cs_syr4_coupling.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Revert --mpi option suppression for the partitioner (useful for MPI init).
  modified routine:
    src/apps/cs_partition.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug in the datatype settings in the MED and CGNS writers.
  modified routines:
    src/fvm/fvm_to_cgns.c
    src/fvm/fvm_to_med.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Missing modification in the mesh builder changeset (periodicity).
  modified routine:
    src/base/iniusi.f90

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add the possibility to suppress the writing of the checkpoint files.
  modified file:
    doc/user/saturne2.tex
  modified routines:
    src/base/caltri.f90
    src/base/verini.f90

* 27/07/2010 - David Monfort <david.monfort@edf.fr>
  Change the options behavior according to what is done in the solver.
  modified routine:
    src/apps/cs_partition.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Code and comment cleaning, English translation.
  modified routines:
    src/mei/mei_hash_table.c
    src/mei/mei_hash_table.h

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add the debug and optimized flags for the C compiler.
  modified scripts:
    src/bft/Makefile.am
    src/fvm/Makefile.am
    src/mei/Makefile.am

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor correction in an error message.
  modified file:
    po/fr.po
  modified routines:
    preprocessor/util/ecs_file.c
    src/bft/bft_file.c

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add the parallel partitioning capability to the user script.
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/runcase.in

* 27/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove igghexa_to_med.c file from the POTFILES.in list.
  modified file:
    po/POTFILES.in

* 27/07/2010 - David Monfort <david.monfort@edf.fr>
  Update French dictionnary.
  modified file:
    po/fr.po

* 27/07/2010 - David Monfort <david.monfort@edf.fr>
  Instrumentation of the gradient computation. Also add a first
  implementation of a pure C interface fo the gradients.
  modified routines:
    include/base/cs_gradient.h
    include/base/cs_prototypes.h
    src/apps/cs_solver.c
    src/base/cs_gradient.c
    src/base/grdcel.f90

* 27/07/2010 - David Monfort <david.monfort@edf.fr>
  Fix unquoted variable in the Zlib m4 macro definition.
  modified script:
    config/cs_zlib.m4

* 27/07/2010 - David Monfort <david.monfort@edf.fr>
  The monitoring files are now created in a specific directory.
  modified script:
    bin/cs_case_domain.py
  modified routines:
    include/base/cs_base_fortran.h
    src/base/cs_base_fortran.c
    src/base/ecrhis.f90
    src/base/iniini.f90

* 26/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Refactoring of the periodic faces creation in preparation of the
  preprocessor_output writing from the solver. Moreover it should now be
  compatible with the warped-faces cutting.
  The joining numbering (along with periodicity numbering) is also handled
  differently to take into account possible periodicity definition in a
  preprocessor_output file.
  modified routines:
    include/base/cs_join.h
    include/base/cs_join_perio.h
    include/base/cs_join_update.h
    include/base/cs_join_util.h
    include/base/cs_mesh.h
    include/base/cs_mesh_halo.h
    include/base/cs_perio.h
    src/apps/cs_solver.c
    src/base/cs_gui_mesh.c
    src/base/cs_halo.c
    src/base/cs_join.c
    src/base/cs_join_f2c.f90
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c
    src/base/cs_join_perio.c
    src/base/cs_join_perio_f2c.f90
    src/base/cs_join_split.c
    src/base/cs_join_update.c
    src/base/cs_join_util.c
    src/base/cs_mesh.c
    src/base/cs_mesh_halo.c
    src/base/cs_mesh_warping.c
    src/base/cs_parall.c
    src/base/cs_perio.c
    src/base/cs_preprocessor_data.c
    src/base/iniini.f90
    src/fvm/fvm_interface.c
    src/fvm/fvm_interface.h
    users/base/usjoin.f90
    users/base/usperi.f90

* 26/07/2010 - David Monfort <david.monfort@edf.fr>
  The checkpoint files are now created in a specific directory. Likewise, the
  restart files are read from a specific directory.
  Moreover, the filenames cannot be changed by the user anymore (it was
  already breaking the scripts anyway).
  modified file:
    po/fr.po
  modified script:
    bin/cs_case_domain.py
  modified routines:
    gui/Pages/StartRestartView.py
    include/base/cs_base.h
    include/base/entsor.h
    src/base/caltri.f90
    src/base/cregeo.f90
    src/base/cs_restart.c
    src/base/ecrava.f90
    src/base/impini.f90
    src/base/iniini.f90
    src/base/lecamp.f90
    src/base/lecamx.f90
    src/base/varpos.f90
    src/base/vorini.f90
    src/base/vortex.f90
    src/lagr/laglec.f90
    src/lagr/lagout.f90
    src/rayt/raylec.f90
    src/rayt/rayout.f90

* 26/07/2010 - David Monfort <david.monfort@edf.fr>
  Add a MOAB batch submission file and use environment variable for all.
  modified file:
    extras/batch/batch.MOAB
  modified files:
    extras/batch/batch.LL
    extras/batch/batch.LSF
    extras/batch/batch.PBS
    extras/batch/batch.SGE
  modified script:
    bin/cs_create.py

* 26/07/2010 - David Monfort <david.monfort@edf.fr>
  Update cs_solver completion and add cs_io_dump completion.
  modified file:
    extra/bash_completion/code_saturne

* 26/07/2010 - David Monfort <david.monfort@edf.fr>
  Update French dictionnary.
  modified file:
    po/fr.po

* 26/07/2010 - David Monfort <david.monfort@edf.fr>
  Add a batch card management through the config file.
  added files:
    extras/batch
    extras/batch/batch.LL
    extras/batch/batch.LSF
    extras/batch/batch.PBS
    extras/batch/batch.SGE
  modified scripts:
    bin/cs_create.py
    bin/runcase.in
    Makefile.am

* 26/07/2010 - David Monfort <david.monfort@edf.fr>
  Add a space to the valgrind command to avoid potential issues.
  modified script:
    bin/cs_case_domain.py

* 26/07/2010 - Maya Milliez <maya.milliez@edf.fr>
  English translation.
  modified routine:
    users/base/usatcl.f90

* 26/07/2010 - David Monfort <david.monfort@edf.fr>
  Minor corrections and changes in the graphical interface code.
  modified routines:
    gui/Pages/BatchRunningView.py
    gui/Pages/BatchRunningModel.py
    gui/Base/MainView.py

* 23/07/2010 - David Monfort <david.monfort@edf.fr>
  Fix two issues preventing the partitioner to be compiled without MPI
  support.
  modified routine:
    src/apps/cs_partition.c

* 21/07/2010 - David Monfort <david.monfort@edf.fr>
  Add an option to handle the temporary directory from the config file.
  modified scripts:
    bin/cs_case.py
    bin/runcase.in

* 21/07/2010 - David Monfort <david.monfort@edf.fr>
  Fix issues when running simulations with periodicity (iperio not defined).
  modified routines:
    src/apps/cs_solver.c
    src/base/cs_join_perio.c
    src/base/cs_preprocessor_data.c

* 21/07/2010 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix the periodicities definition when using the graphical interface.
  modified routines:
    src/base/cs_join.c
    src/base/cs_join_perio.c

* 21/07/2010 - David Monfort <david.monfort@edf.fr>
  Add an option to handle the notion of mesh database directory.
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_config.py.in
    bin/runcase.in
    Makefile.am

* 21/07/2010 - David Monfort <david.monfort@edf.fr>
  Remove non-functional num/format managament in the runcase script.
  modified script:
    bin/cs_case_domain.py

* 21/07/2010 - David Monfort <david.monfort@edf.fr>
  Remove the SOLCOM option from the runcase script (kept in the solver).
  modified scripts:
    bin/cs_case_domain.py
    bin/runcase.in

* 21/07/2010 - David Monfort <david.monfort@edf.fr>
  Add a configuration file for Code_Saturne installation and use.
  added file:
    extras/code_saturne.cfg
  modified script:
    configure.ac

* 21/07/2010 - David Monfort <david.monfort@edf.fr>
  Remove useless localedir definition (now handled by autoconf).
  modified script:
    configure.ac

* 20/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct crash when reading GAMBIT file with ignored bar sections.
  modified files:
    preprocessor/pre_post/ecs_pre_gambit.c

* 20/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct crash when reading CGNS file with ignored bar sections,
  prepare for prefixing by CG_ of CGNS3 types.
  modified files:
    preprocessor/pre_post/ecs_champ_post_cgns.c
    preprocessor/pre_post/ecs_cgns.c
    preprocessor/pre_post/ecs_post_cgns.c
    preprocessor/pre_post/ecs_cgns.h
    preprocessor/pre_post/ecs_pre_cgns.c

* 19/07/2010 - David Monfort <david.monfort@edf.fr>
  Correct free memory when using MEI for a variable specific heat.
  modified routine:
   src/base/cs_gui.c

* 19/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Documentation updates: CGNS and IggHexa description, getfac example
  correction, batch parameter references to obsolete clusters removed.
  modified files:
    doc/user/saturne1.tex

* 19/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct typos in preprocessor help.
  modified files:
    preprocessor/appli/ecs_cmd.c

* 19/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve detection of UTF-8 output mode on some environments.
  modified files:
    preprocessor/util/ecs_def.c

* 19/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct occasional error when updating faces after merging vertices.
  modified files:
    preprocessor/base/ecs_champ_def.c

* 19/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Added missing preprocessor debug and optimization flags.
  modified files:
    preprocessor/appli/Makefile.am
    preprocessor/base/Makefile.am
    preprocessor/pre-post/Makefile.am
    preprocessor/util/Makefile.am

* 19/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix corrupt preprocessor output.
  modified file:
    preprocessor/pre-post/ecs_maillage_ncs.c

* 19/07/2010 - David Monfort <david.monfort@edf.fr>
  Use the right path to find the preprocessor.
  modified routine:
    gui/Pages/SolutionVerifView.py

* 19/07/2010 - David Monfort <david.monfort@edf.fr>
  Fix the default setting of the --enable-long-int option.
  modified script:
    configure.ac

* 13/07/2010 - David Monfort <david.monfort@edf.fr>
  Change the default behaviour for copying the result files (without suffix).
  modified script:
    bin/runcase.in

* 13/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix missing macro definition in the MPI detection (MPI_IO and MPI_ONE_SIDED).
  modified script:
    config/cs_mpi.m4

* 13/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Translate variable and property names in the example Xml files.
  modified files:
    examples/1-simple_junction/case1/case1.xml
    examples/2-full_domain/case2/case2.xml
    examples/2-full_domain/case3/case3.xml
    examples/2-full_domain/case4/case4.xml
    examples/3-stratified_junction/case5/case5.xml

* 13/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update the tests compilation according to the new directory structure.
  modified script:
    tests/Makefile.am
  modified routine:
    tests/fvm_file_test.c
    tests/fvm_interface_test.c
    tests/fvm_selector_postfix_test.c
    tests/fvm_selector_test.c
    tests/fvm_sizes_test.c

* 13/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add an option to the compile script to continue the compilation in case of
  errors. This option is disabled by default and enabled in the runcase script.
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_compile.py

* 13/07/2010 - David Monfort <david.monfort@edf.fr>
  Use AS_HELP_STRING everywhere needed.
  modified script:
    configure.ac

* 13/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Code and comments cleaning.
  modified routines:
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/cs_check_consistency.py
    bin/cs_check_mesh.py
    bin/cs_create.py
    bin/runcase.in
    gui/Base/BrowserView.py
    gui/Base/Toolbox.py
    gui/Pages/BoundaryConditionsParticlesModel.py
    gui/Pages/CommonCombustion.py
    gui/Pages/ConjugateHeatTransferView.py
    gui/Pages/CurrentSpeciesModel.py
    gui/Pages/ElectricalModelsModel.py
    gui/Pages/GasCombustionModel.py
    gui/Pages/IdentityAndPathesModel.py
    gui/Pages/LagrangianBoundariesModel.py
    gui/Pages/LagrangianOutputModel.py
    gui/Pages/LagrangianStatisticsModel.py
    gui/Pages/MatisseGeomModel.py
    gui/Pages/MatisseGeomView.py
    gui/Pages/MatisseHydrauModel.py
    gui/Pages/MatisseModel.py
    gui/Pages/MatisseNetworkModel.py
    gui/Pages/MatisseRangeDescriptionModel.py
    gui/Pages/MatisseThermicModel.py
    gui/Pages/MatisseTypeModel.py
    gui/Pages/MemoryAllocationModel.py
    gui/Pages/MobileMeshModel.py
    gui/Pages/NumericalParamGlobalModel.py
    gui/Pages/OutputSurfacicVariablesModel.py
    gui/Pages/SolutionVerifView.py
    gui/Pages/UserArraysModel.py

* 13/07/2010 - David Monfort <david.monfort@edf.fr>
  Fix a wrong structure item for file handle on some systems.
  modified routine:
    preprocessor/util/ecs_file.c

* 12/07/2010 - David Monfort <david.monfort@edf.fr>
  Add a new API for halo synchronization. Four new functions are available for
  scalars, vectors, diagonal tensor and 9x9 tensor. The old API
  "parcom/percom" remains available.
  modified routines:
    include/base/cs_mesh.h
    src/base/clvolc.f90
    src/base/csc2cl.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/cs_mesh.c
    src/base/distpr.f90
    src/base/distyp.f90
    src/base/dvvpst.f90
    src/base/inimas.f90
    src/base/itrgrp.f90
    src/base/itrmas.f90
    src/base/navsto.f90
    src/base/phyvar.f90
    src/base/preduv.f90
    src/base/reseps.f90
    src/base/resolp.f90
    src/base/resrij.f90
    src/base/rijech.f90
    src/base/vectds.f90
    src/base/viscfa.f90
    src/base/visdyn.f90
    src/base/visort.f90
    src/base/vissec.f90
    src/cfbl/cfdivs.f90
    src/cfbl/cfener.f90
    src/cfbl/cfmsfl.f90
    src/cfbl/cfmsgs.f90
    src/cfbl/cfmsvl.f90
    src/cfbl/cfqdmv.f90
    src/cogz/d3pini.f90
    src/cogz/ebuini.f90
    src/cogz/lwcini.f90
    src/cogz/lwctss.f90
    src/cplv/cpltsv.f90
    src/cplv/cptsvc.f90
    src/elec/elflux.f90
    src/fuel/futsvc.f90
    src/lagr/diverv.f90
    src/lagr/laggra.f90
    src/lagr/lagpoi.f90
    src/rayt/raydom.f90
    src/rayt/raypun.f90
    users/base/usproj.f90
    users/base/usvpst.f90

* 12/07/2010 - David Monfort <david.monfort@edf.fr>
  Prepare routines for Python 3 support (print function, module import,
  exception handling).
  modified routines:
    bin/code_saturne.in
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/cs_check_consistency.py
    bin/cs_create.py
    bin/cs_exec_environment.py
    bin/cs_info.py
    gui/Base/BrowserView.py
    gui/Base/IdView.py
    gui/Base/MainView.py
    gui/Base/QtPage.py
    gui/Base/Toolbox.py
    gui/Base/XMLengine.py
    gui/Base/XMLinitialize.py
    gui/Base/XMLmodel.py
    gui/Base/XMLvariables.py
    gui/cs_gui.py
    gui/Pages/AnalysisFeaturesView.py
    gui/Pages/AtmosphericFlowsModel.py
    gui/Pages/BatchRunningModel.py
    gui/Pages/BatchRunningView.py
    gui/Pages/BodyForcesModel.py
    gui/Pages/BodyForcesView.py
    gui/Pages/BoundaryConditionsCoalInletView.py
    gui/Pages/BoundaryConditionsMobileMeshView.py
    gui/Pages/BoundaryConditionsParticlesModel.py
    gui/Pages/BoundaryConditionsParticlesView.py
    gui/Pages/BoundaryConditionsTurbulenceInletView.py
    gui/Pages/BoundaryConditionsVelocityInletView.py
    gui/Pages/BoundaryConditionsView.py
    gui/Pages/Boundary.py
    gui/Pages/CoalCombustionModel.py
    gui/Pages/CoalCombustionView.py
    gui/Pages/CoalThermoChemistry.py
    gui/Pages/CommonCombustion.py
    gui/Pages/ConjugateHeatTransferModel.py
    gui/Pages/ConjugateHeatTransferView.py
    gui/Pages/CurrentSpeciesModel.py
    gui/Pages/CurrentSpeciesView.py
    gui/Pages/DefineUserScalarsModel.py
    gui/Pages/DefineUserScalarsView.py
    gui/Pages/ElectricalModelsModel.py
    gui/Pages/FacesSelectionView.py
    gui/Pages/FluidCharacteristicsModel.py
    gui/Pages/FluidCharacteristicsView.py
    gui/Pages/FluidStructureInteractionModel.py
    gui/Pages/FluidStructureInteractionView.py
    gui/Pages/GasCombustionModel.py
    gui/Pages/HeadLossesModel.py
    gui/Pages/HeadLossesView.py
    gui/Pages/IdentityAndPathesModel.py
    gui/Pages/InitializationModel.py
    gui/Pages/InitializationView.py
    gui/Pages/LagrangianBoundariesModel.py
    gui/Pages/LagrangianBoundariesView.py
    gui/Pages/LagrangianModel.py
    gui/Pages/LagrangianOutputModel.py
    gui/Pages/LagrangianOutputView.py
    gui/Pages/LagrangianStatisticsModel.py
    gui/Pages/LagrangianStatisticsView.py
    gui/Pages/LagrangianView.py
    gui/Pages/LocalizationModel.py
    gui/Pages/LocalizationView.py
    gui/Pages/MatisseCustomView.py
    gui/Pages/MatisseGeomModel.py
    gui/Pages/MatisseGeomView.py
    gui/Pages/MatisseHydrauModel.py
    gui/Pages/MatisseHydrauView.py
    gui/Pages/MatisseModel.py
    gui/Pages/MatisseNetworkModel.py
    gui/Pages/MatisseNetworkView.py
    gui/Pages/MatisseRangeDescriptionModel.py
    gui/Pages/MatisseRangeDescriptionView.py
    gui/Pages/MatisseThermicModel.py
    gui/Pages/MatisseThermicView.py
    gui/Pages/MatisseTypeModel.py
    gui/Pages/MatisseTypeView.py
    gui/Pages/MemoryAllocationModel.py
    gui/Pages/MemoryAllocationView.py
    gui/Pages/MobileMeshModel.py
    gui/Pages/MobileMeshView.py
    gui/Pages/NumericalParamEquationModel.py
    gui/Pages/NumericalParamEquationView.py
    gui/Pages/NumericalParamGlobalModel.py
    gui/Pages/NumericalParamGlobalView.py
    gui/Pages/OutputControlModel.py
    gui/Pages/OutputControlView.py
    gui/Pages/OutputSurfacicVariablesModel.py
    gui/Pages/OutputSurfacicVariablesView.py
    gui/Pages/OutputVolumicVariablesModel.py
    gui/Pages/OutputVolumicVariablesView.py
    gui/Pages/PreProcessingInformationsView.py
    gui/Pages/ProfilesModel.py
    gui/Pages/ProfilesView.py
    gui/Pages/QMeiEditorView.py
    gui/Pages/ReferenceValuesModel.py
    gui/Pages/ReferenceValuesView.py
    gui/Pages/SalomeHandler.py
    gui/Pages/SolutionDomainModel.py
    gui/Pages/SolutionDomainView.py
    gui/Pages/SolutionVerifView.py
    gui/Pages/StartRestartModel.py
    gui/Pages/StartRestartView.py
    gui/Pages/SteadyManagementModel.py
    gui/Pages/SteadyManagementView.py
    gui/Pages/ThermalRadiationModel.py
    gui/Pages/ThermalRadiationView.py
    gui/Pages/ThermalScalarModel.py
    gui/Pages/ThermalScalarView.py
    gui/Pages/TimeAveragesModel.py
    gui/Pages/TimeAveragesView.py
    gui/Pages/TimeStepModel.py
    gui/Pages/TimeStepView.py
    gui/Pages/TurbulenceModel.py
    gui/Pages/TurbulenceView.py
    gui/Pages/UserArraysModel.py
    gui/Pages/UserArraysView.py
    gui/Pages/UserScalarPropertiesView.py
    gui/Pages/VerifyExistenceLabelDialogView.py
    gui/Pages/WelcomeView.py

* 12/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update the runacse script according to the up-to-date preprocessor.
  modified scripts:
    bin/cs_case_domain.py
	bin/runcase.in

* 12/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Update the admin tools with the new directories structure.
  Trailing blank removal.
  modified scripts:
    sbin/backup
	sbin/rmb

* 12/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Make the CCM files reader able to read both 2.6.1 and later versions.
  modified routine:
    preprocessor/pre-post/ecs_pre_ccm.c

* 12/07/2010 - David Monfort <david.monfort@edf.fr>
  Again... other Makefile.am and gettext files to patch.
  modified scripts:
    preprocessor/appli/Makefile.am
    preprocessor/base/Makefile.am
    preprocessor/pre-post/Makefile.am
    preprocessor/tools/Makefile.am
  modified files:
	po/fr.po
	po/POTFILES.in

* 12/07/2010 - David Monfort <david.monfort@edf.fr>
  Fix the Makefile.am script due to a directory renaming...
  modified script:
    Makefile.am

* 12/07/2010 - David Monfort <david.monfort@edf.fr>
  Disable some annoying remarks/warnings with Intel compilers.
  modified script:
    config/cs_auto_flags.sh

* 12/07/2010 - David Monfort <david.monfort@edf.fr>
  Fix the configure.ac script due to a directory renaming.
  modified scrip:
    configure.ac

* 12/07/2010 - David Monfort <david.monfort@edf.fr>
  Remove the igghexa_to_med.1 entry in the Makefile.am.
  modified script:
    Makefile.am

* 12/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Migrate the preprocessor into Code_Saturne repository.
  Major code refactoring to ease the maintenance.
  added scripts:
    config/cs_adf.m4
    config/cs_ccm.m4
    config/cs_zlib.m4
    preprocessor/appli/Makefile.am
    preprocessor/base/Makefile.am
    preprocessor/Makefile.am
    preprocessor/pre-post/Makefile.am
    preprocessor/tools/Makefile.am
    preprocessor/util/Makefile.am
  added file:
    doc/manpages/cs_preprocess.1
  added routines:
    extras/preprocessor
    extras/preprocessor/mod_ideas.c
    extras/preprocessor/mod_nopo.c
    preprocessor
    preprocessor/appli
    preprocessor/appli/ecs_cmd.c
    preprocessor/appli/ecs_cmd.h
    preprocessor/appli/ecs_cmd_priv.h
    preprocessor/appli/ecs_main.c
    preprocessor/base
    preprocessor/base/ecs_champ_att.c
    preprocessor/base/ecs_champ_att.h
    preprocessor/base/ecs_champ.c
    preprocessor/base/ecs_champ_def.c
    preprocessor/base/ecs_champ_def.h
    preprocessor/base/ecs_champ.h
    preprocessor/base/ecs_champ_priv.h
    preprocessor/base/ecs_descr.c
    preprocessor/base/ecs_descr_chaine.c
    preprocessor/base/ecs_descr_chaine.h
    preprocessor/base/ecs_descr.h
    preprocessor/base/ecs_descr_priv.h
    preprocessor/base/ecs_famille.c
    preprocessor/base/ecs_famille_chaine.c
    preprocessor/base/ecs_famille_chaine.h
    preprocessor/base/ecs_famille.h
    preprocessor/base/ecs_famille_priv.h
    preprocessor/base/ecs_maillage.c
    preprocessor/base/ecs_maillage.h
    preprocessor/base/ecs_maillage_priv.h
    preprocessor/pre-post
    preprocessor/pre-post/ecs_cgns.c
    preprocessor/pre-post/ecs_cgns.h
    preprocessor/pre-post/ecs_champ_comm.c
    preprocessor/pre-post/ecs_champ_comm.h
    preprocessor/pre-post/ecs_champ_post.c
    preprocessor/pre-post/ecs_champ_post_cgns.c
    preprocessor/pre-post/ecs_champ_post_cgns.h
    preprocessor/pre-post/ecs_champ_post_ens.c
    preprocessor/pre-post/ecs_champ_post_ens.h
    preprocessor/pre-post/ecs_champ_post.h
    preprocessor/pre-post/ecs_champ_post_med.c
    preprocessor/pre-post/ecs_champ_post_med.h
    preprocessor/pre-post/ecs_maillage_ncs.c
    preprocessor/pre-post/ecs_maillage_ncs.h
    preprocessor/pre-post/ecs_maillage_post.c
    preprocessor/pre-post/ecs_maillage_post.h
    preprocessor/pre-post/ecs_maillage_pre.c
    preprocessor/pre-post/ecs_maillage_pre.h
    preprocessor/pre-post/ecs_med.c
    preprocessor/pre-post/ecs_med.h
    preprocessor/pre-post/ecs_med_priv.h
    preprocessor/pre-post/ecs_post.c
    preprocessor/pre-post/ecs_post_cgns.c
    preprocessor/pre-post/ecs_post_cgns.h
    preprocessor/pre-post/ecs_post_cgns_priv.h
    preprocessor/pre-post/ecs_post_ens.c
    preprocessor/pre-post/ecs_post_ens.h
    preprocessor/pre-post/ecs_post_ens_priv.h
    preprocessor/pre-post/ecs_post.h
    preprocessor/pre-post/ecs_post_med.c
    preprocessor/pre-post/ecs_post_med.h
    preprocessor/pre-post/ecs_pre.c
    preprocessor/pre-post/ecs_pre_ccm.c
    preprocessor/pre-post/ecs_pre_ccm.h
    preprocessor/pre-post/ecs_pre_cgns.c
    preprocessor/pre-post/ecs_pre_cgns.h
    preprocessor/pre-post/ecs_pre_comet.c
    preprocessor/pre-post/ecs_pre_comet.h
    preprocessor/pre-post/ecs_pre_ens.c
    preprocessor/pre-post/ecs_pre_ens.h
    preprocessor/pre-post/ecs_pre_gambit.c
    preprocessor/pre-post/ecs_pre_gambit.h
    preprocessor/pre-post/ecs_pre_gmsh.c
    preprocessor/pre-post/ecs_pre_gmsh.h
    preprocessor/pre-post/ecs_pre.h
    preprocessor/pre-post/ecs_pre_ideas.c
    preprocessor/pre-post/ecs_pre_ideas.h
    preprocessor/pre-post/ecs_pre_med.c
    preprocessor/pre-post/ecs_pre_med.h
    preprocessor/pre-post/ecs_pre_meta.c
    preprocessor/pre-post/ecs_pre_meta.h
    preprocessor/pre-post/ecs_pre_nopo.c
    preprocessor/pre-post/ecs_pre_nopo.h
    preprocessor/tools
    preprocessor/tools/igghexa_to_med.c
    preprocessor/util
    preprocessor/util/ecs_backtrace.c
    preprocessor/util/ecs_backtrace.h
    preprocessor/util/ecs_comm.c
    preprocessor/util/ecs_comm.h
    preprocessor/util/ecs_def.c
    preprocessor/util/ecs_def.h
    preprocessor/util/ecs_elt_typ_liste.h
    preprocessor/util/ecs_fic.c
    preprocessor/util/ecs_fic.h
    preprocessor/util/ecs_file.c
    preprocessor/util/ecs_file.h
    preprocessor/util/ecs_mem.c
    preprocessor/util/ecs_mem.h
    preprocessor/util/ecs_mem_usage.c
    preprocessor/util/ecs_mem_usage.h
    preprocessor/util/ecs_tab.c
    preprocessor/util/ecs_tab_glob.h
    preprocessor/util/ecs_tab.h
    preprocessor/util/ecs_timer.c
    preprocessor/util/ecs_timer.h
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/cs_check_mesh.py
    bin/cs_config.py.in
    configure.ac
    Makefile.am
  modified files:
    AUTHORS
    TODO
    po/fr.po
    po/POTFILES.in

* 12/07/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct manpage for cs_partition.
  modified file:
    doc/manpages/cs_partition.1

* 12/07/2010 - David Monfort <david.monfort@edf.fr>
  Remove a spurious blank in a variable use.
  modified script:
    configure.ac

* 07/07/2010 - David Monfort <david.monfort@edf.fr>
  Fix LES WALE model handling when it is set up in the GUI.
  modified routine:
    src/base/cs_gui.c

* 30/06/2010 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Fix an issue in MPICH2 detection with the Python runcase.
  modified script:
    bin/cs_exec_environment.py

* 28/06/2010 - David Monfort <david.monfort@edf.fr>
  Fix the version number output.
  modified script:
    bin/cs_info.py

* 25/06/2010 - David Monfort <david.monfort@edf.fr>
  Little fixes and improvement for code/code coupling.
  modified routines:
    src/base/cscpfb.f90
    src/base/cs_sat_coupling.c

* 25/06/2010 - Benoit de Laage de Meux <benoit.de-laage-de-meux@edf.fr>
  Add a missing local variable definition (epsilon for the RHS sweep).
  modified routine:
    src/base/resv2f.f90

* 23/06/2010 - David Monfort <david.monfort@edf.fr>
  Fix the working directory option for MPI MPMD parameters.
  modified script:
    bin/cs_case.py

* 21/06/2010 - Pascal Nicolas <pascal.nicolas@incka.fr>
               David Monfort <david.monfort@edf.fr>
  Code_Saturne examples update, according to 2.0-rc2 version.
  modified files:
    examples/1-simple_junction/case1/case1.xml
    examples/2-full_domain/case2/case2.xml
    examples/2-full_domain/case3/case3.xml
    examples/2-full_domain/case3/usclim.f90
    examples/2-full_domain/case4/case4.xml
    examples/2-full_domain/case4/usclim.f90
    examples/2-full_domain/case4/usproj.f90
    examples/3-stratified_junction/case5/case5.xml
    examples/3-stratified_junction/case5/usdpst.f90
    examples/3-stratified_junction/case5/usmpst.f90
    examples/3-stratified_junction/case5/usvpst.f90
  removed files:
    examples/1-simple_junction/case1/runcase
    examples/2-full_domain/case2/lance
    examples/2-full_domain/case2/runcase
    examples/2-full_domain/case3/runcase
    examples/2-full_domain/case3/usphyv.f90
    examples/2-full_domain/case4/runcase
    examples/2-full_domain/case4/uskpdc.f90
    examples/2-full_domain/case4/usphyv.f90
    examples/3-stratified_junction/case5/runcase
    examples/3-stratified_junction/case5/usphyv.f90

* 21/06/2010 - David Monfort <david.monfort@edf.fr>
  Minor correction for the tutorial documentation.
  modified file:
    doc/tutorial/tuto_case2.tex

* 21/06/2010 - David Monfort <david.monfort@edf.fr>
  Missing initialization in memory handling.
  modified routine:
    src/base/memdyp.f90

* 21/06/2010 - David Monfort <david.monfort@edf.fr>
  By-pass a possible bug with the flush Fortran 2003 statement on BG systems.
  modified script:
    config/cs_fortran.m4

* 21/06/2010 - David Monfort <david.monfort@edf.fr>
  On BlueGene systems, RUSAGE_CHILDREN is not available.
  modified routine:
    src/base/tremai.c

* 21/06/2010 - David Monfort <david.monfort@edf.fr>
  Make the particles output compliant with EnSight 6 format and improve the
  robustness of the output for visualizing with ParaView.
  Thanks to Stéphane Blanchet for reporting this issue.
  modified routine:
    src/lagr/enslag.f90
    src/lagr/enswaf.f90

* 15/06/2010 - David Monfort <david.monfort@edf.fr>
  Fix a crash when asking for the check_mesh help.
  modified script:
    bin/cs_check_mesh.py

* 15/06/2010 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix two issues in the coal combustion modelling.
  modified routines:
    src/cplv/cpphy1.f90
    src/cplv/cpphyv.f90

* 15/06/2010 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Minor corrections and code cleaning.
  modified routine:
    src/base/cs_mesh_halo.c

* 15/06/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  English translation.
  modified routine:
    users/base/usphyv.f90

* 15/06/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Set the reference pressure to the atmospheric pressure.
  modified routine:
    users/base/usini1.f90

* 15/06/2010 - David Monfort <david.monfort@edf.fr>
  Properly set the version number of the different pre-requisites,
  especially Python.
  modified script:
    configure.ac
  modified file:
    COMPATIBILITY

* 15/06/2010 - David Monfort <david.monfort@edf.fr>
  Update French dictionnary and POTFILES.in.
  modified files:
    po/POTFILES.in
	po/fr.po

* 15/06/2010 - David Monfort <david.monfort@edf.fr>
  Correct comments in specific physics definition.
  modified routine:
    users/pprt/usppmo.f90

* 10/06/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove bft_file dependency in fvm_file to improve error handling.
  modified routine:
    src/fvm/fvm_file.c

* 10/06/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Comments correction in header.
  modified routines:
    src/base/caltri.f90
    src/fvm/fvm_periodicity.c
    src/fvm/fvm_periodicity.h

* 10/06/2010 - David Monfort <david.monfort@edf.fr>
  Improve the robustness of the Python installer.
  modified files:
    extras/installer/README
    extras/installer/install_saturne.py
    extras/installer/setup

* 08/06/2010 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Miscellaneous fixes for the parallel joining algorithm.
  modified routines:
    include/base/cs_join_util.h
    src/base/cs_join_intersect.c
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c
    src/base/cs_join_perio.c
    src/base/cs_join_split.c
    src/base/cs_join_update.c
    src/base/cs_join_util.c

* 08/06/2010 - David Monfort <david.monfort@edf.fr>
  Miscellaneous fixes for code/code coupling.
  modified routines:
    include/base/cplsat.h
    src/base/csc2cl.f90
    src/base/cscini.f90
    src/base/cscpfb.f90
    src/base/cs_sat_coupling.c
    users/base/ussatc.f90

* 08/06/2010 - David Monfort <david.monfort@edf.fr>
  Missing initialization in memory handling.
  modified routine:
    src/base/memdis.f90

* 08/06/2010 - David Monfort <david.monfort@edf.fr>
  Missing header in previous commit.
  modified routine:
    src/base/clptrg.f90

* 26/05/2010 - David Monfort <david.monfort@edf.fr>
  Same fix as the one below on clptur, now concerns the rough walls.
  modified routine:
    src/base/clptrg.f90

* 28/05/2010 - David Monfort <david.monfort@edf.fr>
  Don't use the type bool, use cs_bool_t instead (thanks to Charles Moulinec).
  modified routine:
    src/base/cs_join_set.c

* 27/05/2010 - David Monfort <david.monfort@edf.fr>
  Fix a bug introduced recently when disabling dlopen or sockets features.
  modified routine:
    src/base/cs_opts.c

* 26/05/2010 - David Monfort <david.monfort@edf.fr>
  Fix the wall treatment management in case of mobile mesh for rotating
  machinery (or ALE formulation). The velocity was not correctly projected.
  modified routine:
    src/base/clptur.f90

* 25/05/2010 - David Monfort <david.monfort@edf.fr>
  Minor fixes to alleviate cross-compilation issues with mingw32 compilers.
  modified script:
    configure.ac
  modified routines:
    src/base/cs_base.c
    src/base/cs_opts.c
    src/base/tremai.c

* 25/05/2010 - David Monfort <david.monfort@edf.fr>
  Fix a wrong initizaliation for the thermal roughness (when using the
  graphical interface). Thanks to Maxime Nibart for reporting this bug.
  modified routine:
    src/base/cs_gui_boundary_conditions.c

* 21/05/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve the cs_solver options management so that the error message is clearer
  in case the code is not compiled with X feature support.
  modified routine:
    src/base/cs_opts.c

* 21/05/2010 - David Monfort <david.monfort@edf.fr>
  Rename the package in code_saturne instead of code-saturne (should have
  tried the interface before committing...).
  modified script:
    configure.ac
  modified routine:
    gui/cs_gui.py

* 21/05/2010 - David Monfort <david.monfort@edf.fr>
  Rename the package in code-saturne instead of ncs.
  modified script:
    configure.ac

* 21/05/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add diff capabilities to the I/O dump utility.
  modified routine:
    src/apps/cs_io_dump.c

* 21/05/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a wrong integer type in the partitioner.
  modified routine:
    src/apps/cs_partition.c

* 21/05/2010 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix small bugs in post-processing management of the Lagrangian module.
  modified routines:
    src/lagr/enswaf.f90
    src/lagr/lagopt.f90

* 21/05/2010 - Maya Milliez <maya.milliez@edf.fr>
               Bertrand Carissimo <bertrand.carissimo@edf.fr>
  Several little fixes and improvements for the atmospheric module.
  modified routine:
    src/atmo/atiniv.f90
    src/atmo/atmcls.f90
    src/atmo/atphyv.f90
    src/atmo/atprke.f90
    src/atmo/attycl.f90
    src/base/clptrg.f90
    src/base/turbke.f90
    users/atmo/usatcl.f90
    users/atmo/usati1.f90

* 21/05/2010 - Pascal Nicolas <pascal.nicolas@incka.fr>
  Update the tutorial description.
  modified files:
    doc/tutorial/case4.tex
    doc/tutorial/graphics/V-11.png
    doc/tutorial/graphics/V-12.png
    doc/tutorial/graphics/V-14.png
    doc/tutorial/graphics/V-15.png
    doc/tutorial/graphics/V-16.png
    doc/tutorial/graphics/V-17.png
    doc/tutorial/graphics/V-3.png
    doc/tutorial/graphics/V-5.png
    doc/tutorial/graphics/V-6.png
    doc/tutorial/graphics/V-7.png
    doc/tutorial/graphics/V-9.png
    doc/tutorial/tuto_case1.tex
    doc/tutorial/tuto_case3.tex
    doc/tutorial/tuto_case4.tex

* 21/05/2010 - David Monfort <david.monfort@edf.fr>
  Enable silent rules with recent automake (>= 1.11.1). The default mode is
  verbose, the silent mode can be activated with --enable-silent-rules at
  configure stage or make V=0 at compilation stage.
  modified script:
    configure.ac

* 19/05/2010 - David Monfort <david.monfort@edf.fr>
  Revert previous changeset for improving compilers detection as it isn't as
  straigthforward as I thought...
  modified script:
    configure.ac

* 19/05/2010 - David Monfort <david.monfort@edf.fr>
  Enhance the compilers detection in the configury stage. Abort with error if
  none is found.
  modified script:
    configure.ac

* 19/05/2010 - David Monfort <david.monfort@edf.fr>
  Revert a changeset regarding the turbulence relaxation (k/epsilon/omega) to
  avoid stability issues in some calculations. This still needs to be
  investigated in order to have a correct unsteadyness when needed.
  modified routine:
    src/base/modini.f90

* 19/05/2010 - David Monfort <david.monfort@edf.fr>
  Fix a bug in the user files results copy in the Python runcase.
  modified script:
    bin/cs_case_domain.py

* 12/05/2010 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix a useless test on the number of directions in the radiative transfer
  module when using the P1 model.
  modified routine:
    src/rayt/rayopt.f90

* 12/05/2010 - David Monfort <david.monfort@edf.fr>
  Fix a bug on IA64 arch with Intel Compiler (due to a non-standard behaviour
  in the ucontext.h header), removing inclusion of signal.h header.
  modified routine:
    src/bft/bft_backtrace.c

* 12/05/2010 - David Monfort <david.monfort@edf.fr>
  Fix a bug when updating the user file list (with 1d-profiles).
  modified routine:
    gui/Pages/BatchRunningModel.py

* 12/05/2010 - David Monfort <david.monfort@edf.fr>
  Missing PLE dependency for the partitioner.
  modified script:
    src/apps/Makefile.am

* 11/05/2010 - David Monfort <david.monfort@edf.fr>
  Enable the capability to use either the internal PLE library or an external
  already installed library.
  modified scripts:
    config/cs_ple.m4
    configure.ac
    libsyrcs/Makefile.am
    Makefile.am
    sbin/bootstrap
    src/apps/Makefile.am
    src/base/Makefile.am
    src/ctwr/Makefile.am

* 11/05/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add PLE library to Code_Saturne Subversion repository.
  added files:
    libple
    libple/AUTHORS
    libple/ChangeLog
    libple/config
    libple/config/ple_auto_flags.sh
    libple/config/ple_config_info.m4
    libple/config/ple_config_publ.m4
    libple/config/ple_mpi.m4
    libple/config/ple_types.m4
    libple/configure.ac
    libple/COPYING
    libple/doc
    libple/doc/configuration
    libple/doc/internationalization
    libple/doc/Makefile.am
    libple/doc/manpages
    libple/doc/manpages/ple-config.1
    libple/examples
    libple/examples/Makefile
    libple/examples/my_ple_mesh.c
    libple/examples/my_ple_mesh.h
    libple/examples/my_ple_mesh_priv.h
    libple/examples/my_ple_point_location.c
    libple/examples/my_ple_point_location.h
    libple/INSTALL
    libple/Makefile.am
    libple/NEWS
    libple/README
    libple/sbin
    libple/sbin/backup
    libple/sbin/bootstrap
    libple/sbin/clean
    libple/sbin/rmb
    libple/src
    libple/src/Makefile.am
    libple/src/ple_config_defs.h
    libple/src/ple_coupling.c
    libple/src/ple_coupling.h
    libple/src/ple_defs.c
    libple/src/ple_defs.h
    libple/src/ple_locator.c
    libple/src/ple_locator.h
    libple/tests
    libple/tests/Makefile.am
    libple/tests/ple_coupling_test.c
    libple/TODO

* 11/05/2010 - David Monfort <david.monfort@edf.fr>
  The header fvm_point_location.h is now installed.
  modified script:
    src/fvm/Makefile.am

* 10/05/2010 - David Monfort <david.monfort@edf.fr>
  Remove useless BFT dependency check in PLE detection.
  Remove useless PLE dependency while linking the partitionner.
  modified scripts:
    config/cs_ple.m4
	src/apps/Makefile.am

* 05/05/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix Python detection at configure stage (when detected in /usr/bin).
  modified script:
    configure.ac

* 05/05/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a missing string definition in the run directory definition.
  modified script:
    bin/runcase.py

* 05/05/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve Code_Saturne manuals launch from the main script.
  modified script:
    bin/cs_info.py

* 05/05/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve MPICH2 detection and some MPI shell commands.
  modified scritps:
	bin/cs_case.py
    bin/cs_exec_environment.py

* 25/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Change the behavior of the configure option for finding a Python
  interpreter.
  modified script:
    configure.ac

* 25/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix minor issues due to the migration of the different libraries.
  modified script:
    configure.ac
  modified routines:
    src/base/cs_syr3_comm.c
    src/bft/bft_mem.c
    src/bft/bft_mem_usage.c
    src/bft/bft_sys_info.c
    src/fvm/fvm_point_location.c
    src/fvm/fvm_point_location.h
    src/fvm/fvm_to_cgns.c

* 24/04/2010 - David Monfort <david.monfort@edf.fr>
  Fix some system definition on GNU Linux systems for better portability.
  modified routines:
    src/bft/bft_backtrace.c
    src/bft/bft_file.c
    src/bft/bft_mem.c
    src/bft/bft_mem_usage.c

* 24/04/2010 - David Monfort <david.monfort@edf.fr>
  Migrate the BFT (Basic Functions and Tools) library in the Code_Saturne
  directory, from rev 184.
  added scritps:
    src/bft/Makefile.am
    src/fvm/Makefile.am
    src/mei/Makefile.am
    src/apps/Makefile.am
    src/base/Makefile.am
    src/ctwr/Makefile.am
    src/lagr/Makefile.am
    src/Makefile.am
    tests/Makefile.am
  deleted script:
    config/cs_bft.m4
  added routines:
    src/bft
    src/bft/bft_backtrace.c
    src/bft/bft_backtrace.h
    src/bft/bft_config_defs.h
    src/bft/bft_error.c
    src/bft/bft_error.h
    src/bft/bft_file.c
    src/bft/bft_file.h
    src/bft/bft_mem.c
    src/bft/bft_mem.h
    src/bft/bft_mem_usage.c
    src/bft/bft_mem_usage.h
    src/bft/bft_printf.c
    src/bft/bft_printf.h
    src/bft/bft_sys_info.c
    src/bft/bft_sys_info.h
    src/bft/bft_timer.c
    src/bft/bft_timer.h
    tests/bft_backtrace_test.c
    tests/bft_error_test.c
    tests/bft_mem_test.c
    tests/bft_mem_usage_test.c
    tests/bft_printf_test.c
    tests/bft_test.c
  modified routines:
    src/apps/cs_partition.c
    src/apps/cs_solver.c
    src/base/cs_ale.c
    src/base/cs_mesh_solcom.c
    src/base/cs_opts.c
    src/base/cs_post.c
    src/base/cs_sat_coupling.c
  modified scripts:
    bin/cs_compile.py
    configure.ac
    Makefile.am
  modified file:
    AUTHORS

* 24/04/2010 - David Monfort <david.monfort@edf.fr>
  Migrate the FVM (Finite Volume Mesh) library in the Code_Saturne
  directory, from rev 594.
  added scripts:
    config/cs_cgns.m4
    config/cs_hdf5.m4
    config/cs_med.m4
    src/fvm/Makefile.am
  deleted script:
    config/cs_fvm.m4
  added routines:
    src/fvm
    src/fvm/fvm_block_dist.c
    src/fvm/fvm_block_dist.h
    src/fvm/fvm_block_to_part.c
    src/fvm/fvm_block_to_part.h
    src/fvm/fvm_box.c
    src/fvm/fvm_box.h
    src/fvm/fvm_box_priv.h
    src/fvm/fvm_box_tree.c
    src/fvm/fvm_box_tree.h
    src/fvm/fvm_config_defs.h
    src/fvm/fvm_convert_array.c
    src/fvm/fvm_convert_array.h
    src/fvm/fvm_defs.c
    src/fvm/fvm_defs.h
    src/fvm/fvm_file.c
    src/fvm/fvm_file.h
    src/fvm/fvm_gather.c
    src/fvm/fvm_gather.h
    src/fvm/fvm_group.c
    src/fvm/fvm_group.h
    src/fvm/fvm_interface.c
    src/fvm/fvm_interface.h
    src/fvm/fvm_io_num.c
    src/fvm/fvm_io_num.h
    src/fvm/fvm_morton.c
    src/fvm/fvm_morton.h
    src/fvm/fvm_neighborhood.c
    src/fvm/fvm_neighborhood.h
    src/fvm/fvm_nodal_append.c
    src/fvm/fvm_nodal_append.h
    src/fvm/fvm_nodal.c
    src/fvm/fvm_nodal_extract.c
    src/fvm/fvm_nodal_extract.h
    src/fvm/fvm_nodal_extrude.c
    src/fvm/fvm_nodal_extrude.h
    src/fvm/fvm_nodal_from_desc.c
    src/fvm/fvm_nodal_from_desc.h
    src/fvm/fvm_nodal.h
    src/fvm/fvm_nodal_order.c
    src/fvm/fvm_nodal_order.h
    src/fvm/fvm_nodal_priv.h
    src/fvm/fvm_nodal_project.c
    src/fvm/fvm_nodal_project.h
    src/fvm/fvm_nodal_triangulate.c
    src/fvm/fvm_nodal_triangulate.h
    src/fvm/fvm_order.c
    src/fvm/fvm_order.h
    src/fvm/fvm_parall.c
    src/fvm/fvm_parall.h
    src/fvm/fvm_part_to_block.c
    src/fvm/fvm_part_to_block.h
    src/fvm/fvm_periodicity.c
    src/fvm/fvm_periodicity.h
    src/fvm/fvm_point_location.c
    src/fvm/fvm_point_location.h
    src/fvm/fvm_selector.c
    src/fvm/fvm_selector.h
    src/fvm/fvm_selector_postfix.c
    src/fvm/fvm_selector_postfix.h
    src/fvm/fvm_tesselation.c
    src/fvm/fvm_tesselation.h
    src/fvm/fvm_to_cgns.c
    src/fvm/fvm_to_cgns.h
    src/fvm/fvm_to_ensight.c
    src/fvm/fvm_to_ensight_case.c
    src/fvm/fvm_to_ensight_case.h
    src/fvm/fvm_to_ensight.h
    src/fvm/fvm_to_med.c
    src/fvm/fvm_to_med.h
    src/fvm/fvm_to_text.c
    src/fvm/fvm_to_text.h
    src/fvm/fvm_trace.c
    src/fvm/fvm_trace.h
    src/fvm/fvm_triangulate.c
    src/fvm/fvm_triangulate.h
    src/fvm/fvm_writer.c
    src/fvm/fvm_writer.h
    src/fvm/fvm_writer_helper.c
    src/fvm/fvm_writer_helper.h
    src/fvm/fvm_writer_priv.h
    tests/fvm_file_test.c
    tests/fvm_interface_test.c
    tests/fvm_selector_postfix_test.c
    tests/fvm_selector_test.c
    tests/fvm_sizes_test.c
  modified scripts:
    bin/cs_compile.py
    config/cs_mpi.m4
    configure.ac
    Makefile.am
    src/apps/Makefile.am
    src/base/Makefile.am
    src/ctwr/Makefile.am
    src/lagr/Makefile.am
    src/Makefile.am
    tests/Makefile.am
  modified routines:
    include/base/cs_io.h
    src/apps/cs_partition.c
    src/base/cs_base.c
    src/base/cs_io.c
    src/base/cs_preprocessor_data.c
    src/base/cs_restart.c
    src/base/cs_search.c
  modified file:
    TODO

* 24/04/2010 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Replace the FVM coupling library by the new PLE one.
  added script:
    config/cs_ple.m4
  modified routines:
    include/base/cs_coupling.h
    include/ctwr/cs_ctwr.h
    libsyrcs/syr_comm.c
    libsyrcs/syr_comm.h
    libsyrcs/syr_coupling.c
    libsyrcs/syr_coupling.h
    libsyrcs/syr_cs.c
    libsyrcs/syr_defs.c
    src/base/cs_base.c
    src/base/cs_base_fortran.c
    src/base/cs_coupling.c
    src/base/cs_sat_coupling.c
    src/base/cs_syr4_coupling.c
    src/base/cs_syr_coupling.c
    src/ctwr/cs_ctwr.c
    src/ctwr/cs_ctwr_mesh.c
  modified scripts:
    bin/cs_config_build.py.in
    configure.ac
    config/cs_fvm.m4
    config/cs_syrthes.m4
    libsyrcs/Makefile.am
    Makefile.am
    src/apps/Makefile.am
    src/base/Makefile.am
    src/ctwr/Makefile.am

* 24/04/2010 - David Monfort <david.monfort@edf.fr>
  Remove memory couting from the SYRTHES wrapper.
  modified routines:
    libsyrcs/syr_cs.c
    libsyrcs/syr_defs.c
    libsyrcs/syr_defs.h

* 19/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Migrate the MEI (Mathematical Expression Interpreter) library in the
  Code_Saturne directory, from rev 32.
  Replace the SWIG dependency for the syntax checking in the graphical
  interface by a small executable called at each check.
  added scripts:
    src/mei/Makefile.am
    tests/Makefile.am
  added file:
    doc/manpages/cs_check_syntax.1
    tests
  added routines:
    src/apps/cs_check_syntax.c
    src/mei
    src/mei/mei_evaluate.c
    src/mei/mei_evaluate.h
    src/mei/mei_hash_table.c
    src/mei/mei_hash_table.h
    src/mei/mei_math_util.c
    src/mei/mei_math_util.h
    src/mei/mei_node.c
    src/mei/mei_node.h
    src/mei/mei_parser_glob.c
    src/mei/mei_parser_glob.h
    src/mei/mei_parser.y
    src/mei/mei_scanner.l
    tests/mei_test_graph.c
    tests/mei_test_main.c
  deleted script:
    config/cs_mei.m4
  modified files:
    AUTHORS
    po/fr.po
  modified routines:
    gui/Base/Common.py
    gui/Pages/BoundaryConditionsCoalInletView.py
    gui/Pages/BoundaryConditionsMobileMeshView.py
    gui/Pages/BoundaryConditionsVelocityInletView.py
    gui/Pages/FluidCharacteristicsView.py
    gui/Pages/FluidStructureInteractionView.py
    gui/Pages/MobileMeshView.py
    gui/Pages/QMeiEditorView.py
    include/base/cs_gui_boundary_conditions.h
    src/base/cs_gui_boundary_conditions.c
    src/base/cs_gui.c
    src/base/cs_gui_conjugate_heat_transfer.c
    src/base/cs_gui_mobile_mesh.c
    src/base/cs_gui_particles.c
    src/base/cs_gui_specific_physics.c
  modified scripts:
    bin/code_saturne.in
	bin/cs_compile.py
    bin/cs_config_build.py.in
    configure.ac
    Makefile.am
    sbin/bootstrap
    src/apps/Makefile.am
    src/base/Makefile.am
    src/Makefile.am

* 19/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix several bugs in the runcase management.
  modified script:
    bin/cs_case.py
  modified routines:
    gui/Pages/BatchRunningModel.py
    gui/Pages/SolutionDomainModel.py

* 16/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix YACS command line handling.
  modified script:
    bin/cs_case.py

* 15/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Handle the difference between HP-UX hppa and Itanium systems.
  modified script:
    config/cs_auto_flags.sh

* 15/04/2010 - David Monfort <david.monfort@edf.fr>
  Fix an uninitialized variable in fioul combustion module.
  modified routine:
    src/fuel/fuiniv.f90

* 15/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove deprecated FPE handling for non GNU_SOURCE system (fake routines now
  removed from BFT).
  modified routine:
    src/apps/cs_solver.c

* 15/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix minor issue for SYRTHES coupling and JANAF file handling.
  modified script:
    bin/cs_case_domain.py

* 15/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add YACS detection in the runcase script.
  modified script:
    bin/cs_case.py

* 15/04/2010 - David Monfort <david.monfort@edf.fr>
  ChangeLog entry to annotate the new Subversion repository.

* 09/04/2010 - David Monfort <david.monfort@edf.fr>
  French dictionnary update.
  modified file:
    po/fr.po

* 09/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor update to the documentation (mostly English corrections).
  modified files:
    doc/theory/bilsc2.tex
    doc/theory/combbase.tex
    doc/theory/combfuel.tex
    doc/theory/combgaz.tex
    doc/theory/thermo.tex
    doc/user/a1_autovalid.tex
    doc/user/graphics/cs_components.fig
    doc/user/saturne1.tex
    doc/user/saturne2.tex

* 09/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a valgrind warning for an uninitialized array in the quality tests.
  modified routine:
    src/base/testel.f90

* 09/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix some integer sizes in the reduced-neighborhood algorithm (only relevant
  for big meshes).
  modified routine:
    src/base/cs_ext_neighborhood.c

* 09/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Free temporary mesh structure in the Code_Aster coupling.
  modified routine:
    src/base/cs_ast_coupling.c

* 09/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add preprocessor_output files concatenation (works in parallel).
  modified routines:
    include/base/cs_io.h
    include/base/cs_preprocessor_data.h
    src/base/cs_io.c
    src/base/cs_preprocessor_data.c

* 09/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Use a more robust algorithm in I/O management.
  modified routine:
    src/base/cs_io.c

* 09/04/2010 - David Monfort <david.monfort@edf.fr>
  Missing header in the cs_solver routine.
  modified routine:
    src/apps/cs_gui_mesh.h

* 09/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Refactoring of the post-processing management of the SYRTHES coupling.
  modified routines:
    include/base/cs_syr4_coupling.h
    include/base/cs_syr_coupling.h
    src/base/cregeo.f90
    src/base/cs_syr4_coupling.c
    src/base/cs_syr_coupling.c

* 09/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a function freeing a post-processing mesh.
  modified routines:
    include/base/cs_post.h
    src/base/cs_post.c

* 08/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct Doxygen-like documentation for headers.
  modified routines:
    include/base/cs_halo.h
    src/base/cs_halo.c

* 08/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Move the warped-face-cutting setup from the command line option to a Fortran
  user routine and XML file.
  modified routines:
    gui/Pages/BatchRunningModel.py
    gui/Pages/SolutionDomainModel.py
    include/base/cs_gui_mesh.h
    include/base/cs_mesh_warping.h
    include/base/cs_opts.h
    src/apps/cs_solver.c
    src/base/cs_gui_mesh.c
    src/base/cs_mesh_warping.c
    src/base/cs_opts.c
    src/base/iniusi.f90
    users/base/usini1.f90
  modified scripts:
    bin/cs_case_domain.py
    bin/runcase.in
    po/fr.po

* 02/04/2010 - David Monfort <david.monfort@edf.fr>
  Update the list of "gettextized" files and the French dictionnary
  accordingly.
  modified files:
    po/fr.po
    po/POTFILES.in

* 02/04/2010 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Improve the mesh halo construction. Is is now based on the face interface.
  modified routine:
    src/base/cs_mesh_halo.c

* 02/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Switch the joining and periodicity support from the runcase script to the
  XML reader when using the graphical interface.
  Remove rarely used interior faces selection for mesh checking.
  Missing feature is the joining and periodicity support when checking the
  mesh quality.
  modified routines:
    gui/Pages/BatchRunningModel.py
    gui/Pages/FacesSelectionForm.ui
    gui/Pages/FacesSelectionView.py
    gui/Pages/SolutionDomainForm.ui
    gui/Pages/SolutionDomainModel.py
    gui/Pages/SolutionDomainView.py
    gui/Pages/SolutionVerifForm.ui
    gui/Pages/SolutionVerifView.py

* 02/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Code and comments cleanup.
  modifed routines:
    gui/Base/XMLengine.py
    gui/Base/XMLinitialize.py
    gui/Pages/BatchRunningModel.py
    gui/Pages/BodyForcesForm.ui
    gui/Pages/BoundaryConditionsCoalInletView.py
    gui/Pages/FacesSelectionView.py
    gui/Pages/QMeiEditorView.py
    gui/Pages/SolutionDomainModel.py
    gui/Pages/SolutionDomainView.py

* 02/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Prepare the XML reader for the joining and periodicity support.
  added routines:
    include/base/cs_gui_mesh.h
    src/base/cs_gui_mesh.c
  modified script:
    src/base/Makefile.am
  modified routines:
    include/base/cs_gui_util.h
    src/apps/cs_solver.c
    src/base/cs_gui_util.c

* 02/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Miscellaneous improvement for robustness.
  modified routines:
    src/base/cs_benchmark.c
    src/base/cs_gui_boundary_conditions.c
    src/base/cs_io.c
    src/base/cs_matrix.c
    src/base/cs_preprocessor_data.c
    src/base/testel.f90

* 02/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Cosmetic changes.
  modified routines:
    include/base/cs_gui_conjugate_heat_transfer.h
    include/base/cs_gui_util.h
    include/base/cs_mesh_warping.h
    include/base/cs_post.h
    src/base/autmgr.f90
    src/base/cregeo.f90
    src/base/cs_gui_util.c
    src/base/cs_io.c
    src/base/cs_mesh.c
    src/base/cs_mesh_quantities.c
    src/base/cs_mesh_warping.c
    src/base/cs_opts.c
    src/base/cs_parall.c
    src/base/cs_preprocessor_data.c
    src/base/cs_syr4_coupling.c
    src/base/cs_tpar1d.c
    src/base/impini.f90
    src/base/testel.f90
    src/base/varpos.f90
    users/base/usdpst.f90

* 02/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Cast all the printing in unsigned long long instead of unsigned long.
  modified routines:
    src/apps/cs_partition.c
    src/base/cs_base.c
    src/base/cs_boundary_conditions.c
    src/base/cs_ext_neighborhood.c
    src/base/cs_io.c
    src/base/cs_join_intersect.c
    src/base/cs_mesh.c
    src/base/cs_mesh_quantities.c
    src/base/cs_multigrid.c
    src/base/cs_preprocessor_data.c
    src/base/cs_restart.c
    src/base/cs_syr4_coupling.c

* 01/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add correct flags for the libsyrcs library.
  modified script:
    libsyrcs/Makefile.am

* 01/04/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor modifications to the joining alogrithm (mostly English translation
  and switch from unsigned long to unsigned long long for printing).
  modified routines:
    include/base/cs_prototypes.h
    src/apps/cs_solver.c
    src/base/cs_join_f2c.f90
    src/base/cs_join_intersect.c
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c
    src/base/cs_join_perio.c
    src/base/cs_join_perio_f2c.f90
    src/base/cs_join_set.c
    src/base/cs_join_split.c
    src/base/cs_join_util.c
    users/base/usjoin.f90
    users/base/usperi.f90

* 31/03/2010 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Add the periodicity "joining" handling in parallel by the solver.
  modified script:
    src/base/Makefile.am
  added routines:
    include/base/cs_join_perio.h
    src/base/cs_join_perio.c
    src/base/cs_join_perio_f2c.f90
    users/base/usperi.f90
  modified routines:
    include/base/cs_join.h
    include/base/cs_join_mesh.h
    include/base/cs_join_split.h
    include/base/cs_join_util.h
    include/base/cs_mesh.h
    src/apps/cs_solver.c
    src/base/cs_join.c
    src/base/cs_join_f2c.f90
    src/base/cs_join_intersect.c
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c
    src/base/cs_join_split.c
    src/base/cs_join_update.c
    src/base/cs_join_util.c
    src/base/cs_mesh.c

* 31/03/2010 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Miscellaneous improvements for the parallel joining algorithm and
  preparation for the periodicity handling.
  modified routines:
    include/base/cs_join.h
    include/base/cs_join_intersect.h
    include/base/cs_join_merge.h
    include/base/cs_join_mesh.h
    include/base/cs_join_post.h
    include/base/cs_join_set.h
    include/base/cs_join_update.h
    include/base/cs_join_util.h
    src/base/cs_join.c
    src/base/cs_join_intersect.c
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c
    src/base/cs_join_post.c
    src/base/cs_join_set.c
    src/base/cs_join_split.c
    src/base/cs_join_update.c
    src/base/cs_join_util.c
    users/base/usjoin.f90

* 31/03/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug in the standard initaliziation of MPI class.
  modified script:
    bin/cs_exec_environment.py

* 31/03/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Add many comments to the runcase script.
  Expose the VALGRIND option.
  modified script:
    bin/runcase.in

* 31/03/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix some minor bugs in library detections and a compilation issue with
  ParMETIS.
  modified scripts:
    config/cs_metis.m4
    config/cs_scotch.m4
  modified routines:
    src/apps/cs_partition.c

* 30/03/2010 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Move the partitioning and I/O dump tools from the preprocessor to the kernel
  package. Add the ParMETIS and PT-SCOTCH/SCOTCH support.
  added routines:
    src/apps/cs_io_dump.c
    src/apps/cs_partition.c
  added scripts:
    config/cs_metis.m4
    config/cs_scotch.m4
  modified routines:
    include/base/cs_io.h
    src/base/cs_io.c
  modified scripts:
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/runcase.in
    configure.ac
    doc/manpages/cs_io_dump.1
    doc/manpages/cs_partition.1
    Makefile.am
    src/apps/Makefile.am

* 29/03/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Split the base functions in two parts (Fortran and C) to prepare for linking
  executable with onry the C functions.
  Seemingly add a libcscore library.
  added routines:
    include/base/cs_base_fortran.h
    src/base/cs_base_fortran.c
    src/base/csopli.f90
  modified routines:
    include/base/cs_base.h
    include/base/cs_opts.h
    include/base/cs_prototypes.h
    src/apps/cs_solver.c
    src/apps/Makefile.am
    src/base/cs_base.c
    src/base/cs_opts.c
    src/base/csinit.f90
    src/base/Makefile.am

* 22/03/2010 - David Monfort <david.monfort@edf.fr>
  Update the tutorial documentation and replace .jpg by .png files.

* 24/02/2010 - David Monfort <david.monfort@edf.fr>
  Fix a couple of remaining issues related to compilation on BlueGene systems.
  modified scripts:
    config/cs_auto_flags.sh
    config/cs_blas.m4
    config/cs_fortran.m4
    config/cs_mpi.m4
    configure.ac
  modified routine:
    src/base/cs_opts.c

* 23/02/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Make the Python runcase script mandatory, and update the interface behaviour
  accordingly.
  modified scripts:
    bin/cs_create.py
    configure.ac
    Makefile.am
  modified routine:
    gui/Pages/BatchRunningAdvancedOptionsDialogForm.ui
    gui/Pages/BatchRunningForm.ui
    gui/Pages/BatchRunningModel.py
    gui/Pages/BatchRunningView.py
    gui/Pages/SolutionDomainModel.py
    gui/Pages/SolutionVerifView.py
    gui/Pages/WelcomeForm.ui
  deleted scripts:
    bin/runcase.help
    bin/runcase.in
    bin/runcase_mpi_env
  renamed script:
    bin/runcase.py.in

* 23/02/2010 - David Monfort <david.monfort@edf.fr>
  Fix PyQt dev tools detection (pyuic4/pyrcc4) for kfreebsd-* systems.
  Thanks to Petr Salinger for providing the hack.
  modified script:
    configure.ac

* 19/02/2010 - David Monfort <david.monfort@edf.fr>
  Release of Code_Saturne 2.0-rc1.

* 19/02/2010 - David Monfort <david.monfort@edf.fr>
  Remove a line introduced twice in the arguments of usray4.
  modified routine:
    src/rayt/raycli.f90

* 19/02/2010 - David Monfort <david.monfort@edf.fr>
  Add Clamart 2 cluster "scratchdir" to the list of the temporary directories.
  modified scripts:
    bin/runcase.in
    bin/runcase.py.in

* 19/02/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug in handling FVM long-gnum option in the restart files.
  modified routine:
    src/base/cs_io.c

* 19/02/2010 - David Monfort <david.monfort@edf.fr>
  Fix last-minute bug where the number of arguments of a subroutine did not
  match (with no impact on the calculation).
  modified routine:
    src/cfbl/cfvarp.f90

* 18/02/2010 - David Monfort <david.monfort@edf.fr>
  Pre-release of Code_Saturne 2.0-rc1.

* 18/02/2010 - Pierre Plion <pierre.plion@edf.fr>
  Improve combustion documentation in the theory manual.
  added files:
    doc/theory/combbase.tex
    doc/theory/combcharb.tex
    doc/theory/combfuel.tex
    doc/theory/combgaz.tex
    doc/theory/thermo.tex
  removed files:
    doc/theory/combustion.tex
  modified files:
    doc/theory/Makefile.am
    doc/theory/theory.tex

* 18/02/2010 - David Monfort <david.monfort@edf.fr>
  Third pass for English translation: translation of most of users
  subroutines.
  Thanks to many of Code_Saturne developpers for their input!

* 18/02/2010 - Marc Sakiz <marc.sakiz@edf.fr>
  Remove unused arguments in source term subroutines in Rij and v2-f models.
  modified routines:
    src/base/reseps.f90
    src/base/resrij.f90
    src/base/resssg.f90
    src/base/resv2f.f90
    users/base/ustsri.f90
    users/base/ustsv2.f90

* 18/02/2010 - David Monfort <david.monfort@edf.fr>
  Improve MEI detection (for mei_prefix variable) in case --with-mei is not
  provided.
  modified script:
    config/cs_mei.m4

* 17/02/2010 - David Monfort <david.monfort@edf.fr>
  Second pass for English translation of some Fortran subroutines headers.

* 15/02/2010 - David Monfort <david.monfort@edf.fr>
  First pass for English translation of some Fortran subroutines headers.

* 15/02/2010 - David Monfort <david.monfort@edf.fr>
  Remove some documentation directories for the release (work in progress).
  modified routine:
    doc/Mafile.am

* 15/02/2010 - David Monfort <david.monfort@edf.fr>
  Minor fixes for the treatment of periodicity with code/code coupling.
  modified routines:
    src/base/cscpce.f90
    src/base/cscpfb.f90

* 12/02/2010 - David Monfort <david.monfort@edf.fr>
  Fix issues in the filename handling for profiles generation with the GUI.
  modified routine:
    src/base/cs_gui.c

* 12/02/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Change the error file name according to the new behaviour of the listing.
  modified routine:
    src/base/cs_base.c

* 10/02/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve MPI launcher management in the Python runcase scripts.
  modified scripts:
    bin/cs_case.py
    bin/cs_exec_environment.py
    bin/runcase.py.in

* 09/02/2010 - David Monfort <david.monfort@edf.fr>
  Temporarily by-pass the official web-site for Code_Saturne packages
  download (waiting for being granted access to www.code-saturne.org).
  modified files:
    extras/installer/install_saturne.py

* 09/02/2010 - David Monfort <david.monfort@edf.fr>
  Update the Python installer for the 2.0-rc1 release.
  modified files:
    extras/installer/install_saturne.py
    extras/installer/README.txt
    extras/installer/setup

* 09/02/2010 - David Monfort <david.monfort@edf.fr>
  Rewrite the AUTHORS file with a firstname/lastname ordering.
  modified file:
    AUTHORS

* 09/02/2010 - David Monfort <david.monfort@edf.fr>
  Improve the preprocessor and SYRTHES detection (especially, exit with
  failure if the preprocessor is not found, and handle Debian packaging
  system).
  modified scripts:
    bin/cs_config.py.in
    bin/runcase.in
    config/cs_syrthes.m4
    configure.ac
    Makefile.am

* 08/02/2010 - David Monfort <david.monfort@edf.fr>
  Add a framework for an installation guide under the documentation directory.
  modified scripts:
    doc/Makefile.am
    configure.ac

* 05/02/2010 - David Monfort <david.monfort@edf.fr>
  Only emit a warning for missing partitioner when the number of processor is
  strictly greater than 1.
  modified scripts:
    bin/cs_case_domain.py
    bin/runcase.in

* 04/02/2010 - David Monfort <david.monfort@edf.fr>
  As suggested by Charles Moulinec from Daresbury laboratories, increase the
  listing name to 7 numbers instead of 4 when the number of processors is
  higher than 10000.
  modified routine:
    src/base/csinit.f90

* 03/02/2010 - David Monfort <david.monfort@edf.fr>
  Add specific post-processing variables for rotor/stator interaction.
  modified routines:
    src/base/dvvpst.f90
    users/base/usini1.f90

* 03/02/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove a spurious assert from the SYRTHES 4 coupling.
  modified routine:
    src/base/cs_syr4_coupling.c

* 03/02/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a rare error that could arise with time-independant writers (in
  post-processing).
  modified routine:
    src/base/cs_post.c

* 03/02/2010 - David Monfort <david.monfort@edf.fr>
  Change the default label of boundary zones in the GUI from Wall to BC.
  modified routine:
    gui/Pages/LocalizationModel.py

* 02/02/2010 - David Monfort <david.monfort@edf.fr>
  Always request the MEI library to be available (but keep the availability of
  disabling it).
  modified script:
    config/cs_mei.m4

* 02/02/2010 - David Monfort <david.monfort@edf.fr>
  Correct the centrifugal potential definition in the rotor/stator coupling.
  modified routine:
    src/base/cscpfb.f90

* 01/02/2010 - Alexandre Douce <alexandre.douce@edf.fr>
  Add/improve the formula examples for fluid/structure interaction.
  modified routines:
    gui/Pages/FluidStructureInteractionView.py
    gui/Pages/MobileMeshModel.py
    gui/Pages/MobileMeshView.py

* 01/02/2010 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix a missing header in the Xml file produced by the GUI and concerning the
  scalars initialization.
  modified routine:
    gui/Pages/DefineUserScalarsModel.py

* 01/02/2010 - Alexandre Douce <alexandre.douce@edf.fr>
  Move upwards the definition of additional scalars in the GUI because the
  physical properties can depend on them.
  modified routine:
    gui/Base/BrowserView.py

* 28/01/2010 - David Monfort <david.monfort@edf.fr>
  Fix unfortunate errors in code/code coupling in relative reference frame.
  modified routine:
    src/base/cscpfb.f90

* 28/01/2010 - David Monfort <david.monfort@edf.fr>
  Fix a spurious _CS_HAVE_MPI used instead of the standard HAVE_MPI.
  modified routine:
    src/base/cs_sat_coupling.c

* 28/01/2010 - Maya Milliez <maya.milliez@edf.fr>
  Fix a wrong index when adding a user scalar in addition to specific physics
  scalars with the GUI.
  modified routine:
    src/base/cs_gui.c

* 26/01/2010 - David Monfort <david.monfort@edf.fr>
  Add a test on the number of couplings to avoid a possible unnecessary loop.
  modified routine:
    src/base/resolp.f90

* 26/01/2010 - David Monfort <david.monfort@edf.fr>
  Fix two issues in the fluid interaction setup in the GUI (the mesh viscosity
  initialization and the definition of fluid forces for an internal coupling).
  modified routines:
    gui/Pages/Boundary.py
    gui/Pages/MobileMeshModel.py

* 26/01/2010 - David Monfort <david.monfort@edf.fr>
  Change the name of the mass/damping/stiffness matrix coefficients in case of
  fluid structure interaction with internal coupling (changed to resp. mij,
  cij and kij), for more consistency with the usual naming convention.
  modified routines:
    gui/Pages/Boundary.py
    gui/Pages/FluidStructureInteractionForm.ui
    gui/Pages/FluidStructureInteractionView.py
    src/base/cs_gui_mobile_mesh.c

* 26/01/2010 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix a bug when printing Lagrangian statistics.
  modified routine:
    src/lagr/laglis.f90

* 26/01/2010 - David Monfort <david.monfort@edf.fr>
  Set the verbosity level to the global one for GUI debugging.
  modified routines:
    gui/Pages/AtmosphericFlowsView.py
    gui/Pages/LocalizationView.py
    gui/Pages/MatisseCustomView.py
    gui/Pages/QMeiEditorView.py
    gui/Pages/SalomeHandler.py
    gui/Pages/SolutionDomainView.py

* 26/01/2010 - David Monfort <david.monfort@edf.fr>
  Fix a potential incoherency between the definition of the mesh viscosity in
  the graphical interface compared to its definition with usvima.
  Consequently, from now we only define the mesh viscosity at the first
  timestep (as it is usually done on the initial geometry).
  modified routines:
    src/base/phyvar.f90
    users/base/usvima.f90

* 25/01/2010 - David Monfort <david.monfort@edf.fr>
  Increase the maximum number of structures to 200 for both internal and
  external coupling.
  modified routine:
    include/base/paramx.h

* 25/01/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a minor bug in the printing of an error message.
  modified script:
    bin/cs_case_domain.py

* 25/01/2010 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix a missing initialization for a pointer only defined in some ALE
  configurations.
  modified routine:
    src/base/tridim.f90

* 25/01/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix the test to exit a "do-while" loop in the aborting process where we wait
  a couple of seconds before aborting.
  modified routine:
    src/base/cs_base.c

* 22/01/2010 - David Monfort <david.monfort@edf.fr>
  Trigger an error instead of a warning when configure cannot find PyQt
  support.
  modified script:
    configure.ac

* 22/01/2010 - David Monfort <david.monfort@edf.fr>
  Replace the mkpyqt.py script by our own build process (through autotools)
  for building PyQt files (user interface and resource files).
  Add configury checks for PyQt support (and version checking) as well as PyQt
  developper tools (pyuic4 and pyrcc4).
  Remove unused setup.py script.
  removed scripts:
    gui/sbin/mkpyqt.py
  modified scripts:
    configure.ac
    gui/Base/Makefile.am
    gui/Pages/Makefile.am

* 19/01/2010 - Yvan Fournier <yvan.fournier@edf.fr>
  Use Fortran 90 pointers to avoid access to unallocated arrays.
  modified routine:
    src/base/turrij.f90

* 19/01/2010 - David Monfort <david.monfort@edf.fr>
  Update the french dictionnary file.
  modified file:
    po/fr.po

* 19/01/2010 - David Monfort <david.monfort@edf.fr>
  Increase the xml file version number because of non compatible xml headers.
  modified routines:
    gui/Base/Common.py
    gui/Base/XMLengine.py
    gui/Base/XMLvariables.py
    src/base/cs_gui_util.c

* 19/01/2010 - David Monfort <david.monfort@edf.fr>
  Change the behaviour of the xml file relatively to the time step min/max
  factor so that it corrresponds to what is given by the user in the gui.
  modified routines:
    gui/Pages/TimeStepForm.ui
    gui/Pages/TimeStepModel.py
    gui/Pages/TimeStepView.py
    src/base/cs_gui.c

* 19/01/2010 - David Monfort <david.monfort@edf.fr>
               Bruno Audebert <bruno.audebert@edf.fr>
  Add rotor/stator interaction (specific interpolation) for relative frame
  calculation.
  modified routine:
    src/base/cscpfb.f90

* 19/01/2010 - David Monfort <david.monfort@edf.fr>
  Fix a mispelling-word bug in mass-flux update stage (vitboy instead of
  vitboz).
  modified routines:
    src/base/condli.f90
    src/base/navsto.f90

* 18/01/2010 - David Monfort <david.monfort@edf.fr>
               Bruno Audebert <bruno.audebert@edf.fr>
  Add first implementation for rotating machinery modelling.
  This is basically rotating mesh handling.
  Rotor/stator interaction (specific interpolation) is still missing.
  added routine:
    src/base/mmtycl.f90
  modified script:
    src/base/Makefile.am
  modified routines:
    include/base/cplsat.h
    include/base/optcal.h
    src/base/clptur.f90
    src/base/condli.f90
    src/base/cscini.f90
    src/base/gradrc.f90
    src/base/iniva0.f90
    src/base/memtri.f90
    src/base/modini.f90
    src/base/navsto.f90
    src/base/resolp.f90
    src/base/tridim.f90

* 18/01/2010 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix a wrong array (propce instead of rtpa) in the calculation
  of source term for radiative transfer i heavy fuel oil combustion.
  modified routine:
    src/base/covofi.f90
    src/fuel/furays.f90

* 13/01/2010 - David Monfort <david.monfort@edf.fr>
  Fix a bug in libxml2 detection (small annoying typo...).
  modified script:
    config/cs_libxml2.m4

* 12/01/2010 - David Monfort <david.monfort@edf.fr>
  Fix a bug in BLAS detection (warn instead of fail).
  modified script:
    config/cs_blas.m4

* 12/01/2010 - David Monfort <david.monfort@edf.fr>
  Upgrade version number to 2.0.0-rc1
  modified script:
    configure.ac

* 11/01/2010 - David Monfort <david.monfort@edf.fr>
  Add rotation matrices for pumps modelling.
  modified routines:
    include/base/cstphy.h
    include/base/optcal.h
    src/base/cscini.f90
    src/base/modini.f90

* 11/01/2010 - David Monfort <david.monfort@edf.fr>
  Update gettext file for French translation.
  modified file:
    po/fr.po

* 11/01/2010 - Bruno Audebert <bruno.audebert@edf.fr>
  Add new interpolation schemes to code/code coupling for
  rotor/stator interaction modelling.
  modified routines:
    include/base/cplsat.h
    src/base/bilsc2.f90
    src/base/csc2cl.f90
    src/base/cscpfb.f90
    src/base/iniini.f90
    src/base/resolp.f90

* 11/01/2010 - David Monfort <david.monfort@edf.fr>
  Minor fixes to account for the cs to code_saturne renaming.
  renamed file:
   doc/manpages/cs.1
  modified script:
   extras/installer/install_saturne.py
   Makefile.am

* 11/01/2010 - David Monfort <david.monfort@edf.fr>
  Update Code_Saturne prerequisites in the installer script.
  modified script:
   extras/installer/install_saturne.py

* 08/01/2010 - Maya Milliez <maya.milliez@edf.fr>
  Improve robustness for wall boundary conditions for atmospheric modelling.
  modified routine:
    src/atmo/atmcls.f90

* 06/01/2010 - David Monfort <david.monfort@edf.fr>
  Fix a an issue when returning the number of code/code couplings.
  Code cleaning to remove some compiler warnings.
  modified routine:
    src/base/cs_sat_coupling.c

* 21/12/2009 - David Monfort <david.monfort@edf.fr>
  Make code/code coupling compliant with the new discovering
  mechanism for coupling applications.
  modified script:
    src/base/Makefile.am
  added routine:
    src/base/cs_sat_f2c.f90
  modified routines:
    include/base/cs_sat_coupling.h
    src/apps/cs_solver.c
    src/base/cscloc.f90
    src/base/cs_sat_coupling.c
    src/base/initi1.f90
    src/base/tridim.f90
    users/base/ussatc.f90

* 21/12/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Add real-life examples for fluid properties variation laws.
  modidied routine:
    gui/Pages/FluidCharacteristicsView.py

* 21/12/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Add syntax highlighting for mathematical expression in the interface.
  modified routine:
    gui/Pages/QMeiEditorView.py

* 21/12/2009 - Maya Milliez <maya.milliez@edf.fr>
  Fix an issue in the inlet boundary conditions setup for
  the atmospheric modelling via the graphical interface.
  modified routine:
    src/base/cs_gui.c

* 17/12/2009 - Frank Hulsemann <frank.hulsemann@edf.fr>
  Fix a bug when copying the matrix coefficient in native format.
  No impact in current simulations as the code was never used.
  modified routine:
    src/base/cs_matrix.c

* 17/12/2009 - David Monfort <david.monfort@edf.fr>
  Update the "remove trailing blanks and tabs" script, so that it
  handles the Python interface files and the different runcase scripts.
  Run it once for every file.
  modified script:
    sbin/rmb

* 17/12/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Minor modifications for GUI integration in the SALOME platform.
  modified routines:
    gui/Pages/OutputControlModel.py
    gui/Pages/SolutionVerifView.py

* 16/12/2009 - David Monfort <david.monfort@edf.fr>
  Fix a bug in BLAS detection, introduced with latest improvement.
  modified script:
    config/cs_blas.m4

* 16/12/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Add a counter for the numbering of the joinings.
  modified routines:
    include/base/cs_join.h
    include/base/cs_join_util.h
    src/base/cs_join.c
    src/base/cs_join_f2c.f90
    src/base/cs_join_util.c
    users/base/usjoin.f90

* 16/12/2009 - David Monfort <david.monfort@edf.fr>
  Change some regular expressions for syntax checking in the
  interface according to what is done in MEI.
  modified routines:
    gui/Pages/DefineUserScalarsView.py
    gui/Pages/FacesSelectionView.py
    gui/Pages/OutputVolumicVariablesView.py

* 15/12/2009 - David Monfort <david.monfort@edf.fr>
  Remove hyphens and dots from variable names.
  modified routines:
    gui/Base/Toolbox.py
    gui/Base/XMLinitialize.py
    gui/Pages/Boundary.py
    gui/Pages/DefineUserScalarsModel.py
    gui/Pages/FluidCharacteristicsModel.py
    gui/Pages/InitializationModel.py
    gui/Pages/NumericalParamEquationModel.py
    gui/Pages/OutputVolumicVariablesModel.py
    gui/Pages/ThermalScalarModel.py
    gui/Pages/TurbulenceModel.py

* 14/12/2009 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Translation of most of the variables names.
  modified routines:
    src/cfbl/cfprop.f90
    src/cogz/coini1.f90
    users/base/usini1.f90
    users/cogz/uslwc1.f90

* 14/12/2009 - Benoit de Laage de Meux <benoit.de-laage-de-meux@edf.fr>
  Fix a wrong list of arguments for the cfiltr subroutine.
  modified routine:
    users/base/ussmag.f90

* 14/12/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Improve the Python runcase script for BG runs.
  modified scripts:
    bin/cs_case.py
    bin/runcase.py.in

* 14/12/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Improve the parallel joining algorithm.
  modified routines:
    include/base/cs_join.h
    include/base/cs_join_intersect.h
    include/base/cs_join_mesh.h
    include/base/cs_join_util.h
    src/base/cs_join.c
    src/base/cs_join_f2c.f90
    src/base/cs_join_intersect.c
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c
    src/base/cs_join_post.c
    src/base/cs_join_set.c
    src/base/cs_join_split.c
    src/base/cs_join_update.c
    src/base/cs_join_util.c
    users/base/usjoin.f90

* 09/12/2009 - David Monfort <david.monfort@edf.fr>
  Rename the main script in code_saturne to avoid a conflict
  with the cs executable of csound package.
  modified files:
    doc/refcard/refcard.tex
  modified scripts:
    extras/bash_completion/code_saturne
    bin/code_saturne.in
    bin/runcase_syrthes
    bin/SaturneGUI.in
    bin/runcase.in
    bin/cs.in
    Makefile.am

* 08/12/2009 - David Monfort <david.monfort@edf.fr>
  Change the behaviour of the pre-requisites detection by adding
  a check option. When a package is requested, exit with an error
  if the package is not found.
  Thanks for Sylvestre Ledru for advice.
  modified scripts:
    config/cs_bft.m4
    config/cs_blas.m4
    config/cs_fvm.m4
    config/cs_libxml2.m4
    config/cs_mei.m4
    config/cs_mpi.m4

* 03/12/2009 - David Monfort <david.monfort@edf.fr>
  Add a meteo data file example.
  added file:
    data/thch/meteo
  modified scripts:
    bin/runcase.in
    Makefile.am

* 09/25/2009 - David Monfort <david.monfort@edf.fr>
  Update Code_Saturne installer according to the previous commit.
  modified scripts:
    extras/installer/install_saturne.py

* 09/25/2009 - David Monfort <david.monfort@edf.fr>
  Improve package detection handling during configure stage.
  modified scripts:
    config/cs_bft.m4
    config/cs_blas.m4
    config/cs_fvm.m4
    config/cs_libxml2.m4
    config/cs_mei.m4
    config/cs_mpi.m4

* 09/25/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a wrong size allocation in SYRTHES 4 coupling.
  modified routine:
    src/base/cs_syr4_coupling.c

* 09/24/2009 - David Monfort <david.monfort@edf.fr>
  Fix a bug in BLAS detection when both C and Fortran symbols are present
  in the legacy BLAS library.
  modified script:
    config/cs_blas.m4

* 09/18/2009 - David Monfort <david.monfort@edf.fr>
  Fix several issues with the WALE model.
  modified routines:
    include/base/cstphy.h
    src/base/viswal.f90

* 09/18/2009 - David Monfort <david.monfort@edf.fr>
  Small correction when displaying I-deas file format.
  modified routine:
    gui/Pages/SolutionDomainModel.py

* 09/18/2009 - David Monfort <david.monfort@edf.fr>
  Fix issues in the check_mesh tool (GUI) with CGNS and MED format.
  modified routines:
    gui/Pages/SolutionVerifView.py
    users/base/usini1.f90

* 09/18/2009 - Clarisse Delalondre <clarisse.delalondre@edf.fr>
  Update the dp_ELE file (Argon properties) to account for radiative transfer.
  modified file:
    data/thch/dp_ELE

* 09/18/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix the statistical weight parameter issue in GUI for Lagrangian setup.
  modified routines:
    gui/Pages/LagrangianBoundariesModel.py
    gui/Pages/LagrangianBoundariesView.py

* 09/18/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix a bug when reading/writing dp_FCP thermochemistry file in GUI.
  modified routine:
   gui/Pages/CoalThermoChemistry.py

* 09/18/2009 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix the velocity computation when setting up a mass flow rate.
  modified routine:
    src/base/cs_gui_boundary_conditions.c

* 09/17/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Minor modifications.
  modified routines:
    gui/Pages/FluidStructureInteractionModel.py
    gui/Pages/InitializationModel.py

* 09/17/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Don't automatically set the number of processors to 1 in runcase anymore.
  Enable again the post-processing of SYRTHES coupling faces.
  modified routines:
    gui/Pages/BatchRunningModel.py
    gui/Pages/ConjugateHeatTransferModel.py
    gui/Pages/OutputControlView.py

* 09/17/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix some potential issues in the check_mesh feature and SALOME porting.
  modified routines:
    gui/Base/BrowserView.py
    gui/Base/MainView.py
    gui/Pages/BatchRunningView.py
    gui/Pages/SalomeHandler.py
    gui/Pages/SolutionDomainView.py
    gui/Pages/SolutionVerifView.py

* 09/17/2009 - David Monfort <david.monfort@edf.fr>
  Add LTLIBINTL to cs_solver dependency for linking with libintl library
  needed for gettext support on systems with a libc different from the glibc.
  modified script:
    src/apps/Makefile.am

* 09/11/2009 - David Monfort <david.monfort@edf.fr>
  Change the order of some libraries to link with on BG/P systems.
  modified script:
    config/cs_auto_flags.sh

* 04/11/2009 - David Monfort <david.monfort@edf.fr>
  Merge the user scripts manpages into a single one for the cs script.
  added file:
    doc/manpages/cs.1
  removed files:
    doc/manpages/cs_check_consistency.1
    doc/manpages/cs_check_mesh.1
    doc/manpages/cs_compile.1
    doc/manpages/cs_create.1
    doc/manpages/cs_info.1
    doc/manpages/cs_plot_probes.1
  modified script:
    Makefile.am

* 04/11/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Small fixes related to user scripts (lib64 rpath detection and
  distutils module not present).
  modified scripts:
    bin/cs_compile.py
    bin/cs.in

* 04/11/2009 - David Monfort <david.monfort@edf.fr>
  Fix some issues in BLAS detection (Intel MKL especially).
  modified script:
    config/cs_blas.m4

* 04/11/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Different fixes for PGI compilers support.
  modified script:
    config/cs_auto_flags.sh

* 03/11/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Add head loss setup in the graphical user interface.
  modified routines:
    gui/Base/BrowserView.py
    gui/Base/Toolbox.py
    gui/Base/XMLinitialize.py
    gui/Pages/HeadLossesForm.ui
    gui/Pages/HeadLossesModel.py
    gui/Pages/HeadLossesView.py
    gui/Pages/LocalizationModel.py
    gui/Pages/LocalizationView.py
    include/base/cs_gui.h
    src/base/caltri.f90
    src/base/cs_gui.c
    src/base/tridim.f90

* 03/11/2009 - David Monfort <david.monfort@edf.fr>
  Force 'bash' shell as 'sh' can be more minimalist one (like on Ubuntu
  systems where it is 'dash') and we are using bashism.
  modified script:
    bin/runcase.in

* 03/11/2009 - David Monfort <david.monfort@edf.fr>
  Finalize the implementation of SYRTHES coupling setup via the GUI.
  modified script:
    bin/runcase.in
  modified routines:
    gui/Base/Toolbox.py
    gui/Pages/BatchRunningModel.py
    gui/Pages/FacesSelectionView.py
    gui/Pages/Makefile.am
    gui/Pages/OutputControlView.py
    gui/Pages/SolutionDomainModel.py
    src/base/cs_gui_conjugate_heat_transfer.c
  removed routines:
    gui/Pages/SyrthesForm.ui
    gui/Pages/SyrthesView.py

* 30/10/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  First implementation of the SYRTHES coupling with a GUI setup.
  This functionality is not complete yet, the script has to be adapted
  and the XML reader corrected.
  modified routines:
    gui/Base/BrowserView.py
    gui/Base/Toolbox.py
    gui/Pages/CoalCombustionModel.py
    gui/Pages/ConjugateHeatTransferForm.ui
    gui/Pages/ConjugateHeatTransferModel.py
    gui/Pages/ConjugateHeatTransferView.py
    gui/Pages/Makefile.am
    gui/Pages/ThermalScalarModel.py
    include/base/cs_gui_conjugate_heat_transfer.h
    src/base/cs_gui_conjugate_heat_transfer.c
    src/base/initi1.f90
    src/base/Makefile.am

* 30/10/2009 - David Monfort <david.monfort@edf.fr>
  Add return statement so that the user subroutine are not executed.
  modified routines:
    users/base/uskpdc.f90
    users/base/ustsma.f90
    users/base/usvort.f90

* 30/10/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Minor correction in the GUI launcher module.
  modified routine:
    gui/cs_gui.py

* 30/10/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Improve the support for atmospheric flow modelling in the GUI.
  modified routines:
    gui/Pages/AtmosphericFlowsModel.py
    gui/Pages/ReferenceValuesModel.py
    gui/Pages/ReferenceValuesView.py
    gui/Pages/SolutionDomainView.py

* 30/10/2009 - Maya Milliez <maya.milliez@edf.fr>
  Improvement in the atmospheric module initialization.
  modified routines:
    src/atmo/atini1.f90
    src/atmo/atiniv.f90

* 30/10/2009 - David Monfort <david.monfort@edf.fr>
  Fix a bug introduced in a previous commit.
  modified routine:
    src/base/cs_gui_boundary_conditions.c

* 30/10/2009 - David Monfort <david.monfort@edf.fr>
  Fix a wrong array indirection where ra was used instead of ia.
  modified routine:
    src/base/strdep.f90

* 26/10/2009 - Maya Milliez <maya.milliez@edf.fr>
               Bertrand Carissimo <bertrand.carissimo@edf.fr>
  Fix some bugs in the atmospheric flows module. Change the setup of the
  thermal roughness, now defined in rcodcl(ifac,iv(iphas,3).
  modified routines:
    src/atmo/atini1.f90
    src/atmo/atlecm.f90
    src/atmo/atmcls.f90
    src/atmo/atprke.f90
    src/base/clptrg.f90
    src/base/cs_gui_boundary_conditions.c
    src/base/vericl.f90
    users/atmo/usatcl.f90

* 26/10/2009 - David Monfort <david.monfort@edf.fr>
  Fix a minor issue in MED installation parameters.
  modified file:
    extras/installer/install_saturne.py

* 26/10/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix some issues as regards the Lagrangian setup in the GUI.
  modified routines:
    gui/Pages/LagrangianBoundariesModel.py
    gui/Pages/LagrangianBoundariesView.py

* 21/10/2009 - Namane Méchitoua <namane.mechitoua@edf.fr>
  Set the relaxation factor between P0/P1 interpolations to 0.95 in multigrid
  algorithm in order to stabilize the algorithm in some calculations.
  Remove a useless line in addition.
  modified routines:
    src/base/crstgr.f90
    src/base/iniini.f90

* 21/10/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix a bug introduce previously (time-step page no more available).
  modified routine:
    gui/Base/BrowserView.py

* 20/10/2009 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix a missing sum over the processor for an error indicator.
  modified routine:
    src/pprt/ppcabs.f90

* 20/10/2009 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix a shift in the definition of post-processing pointer for luminance
  resulting in having the time-step instead of the luminance.
  modified routine:
    src/base/varpos.f90

* 19/10/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Move explicit source correction in raysca for a correct post-processing.
  This is allowed since combustion modelling always uses enthalpy.
  Correction in the GUI part in addition.
  modified routines:
    gui/Pages/ThermalRadiationModel.py
    src/rayt/raydom.f90
    src/rayt/raysca.f90

* 19/10/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor modification on a test when not enough data are available.
  modified routine:
    src/base/cs_mesh_quantities.c

* 19/10/2009 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Cosmetic modifications.
  modified routines:
    include/base/cs_preprocessor_data.h
    src/base/cs_post.c
    src/base/ecrhis.f90
    users/base/usclim.f90
    users/base/usjoin.f90
    users/base/usproj.f90

* 19/10/2009 - Namane Méchitoua <namane.mechitoua@edf.fr>
  Set the agglomeration limit to 3 instead of 8.
  modified routine:
    src/base/iniini.f90

* 19/10/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Disable FPE handling also on BlueGene systems.
  modified routine:
    src/apps/cs_solver.c

* 19/10/2009 - David Monfort <david.monfort@edf.fr>
  Add Code_Saturne installer in the extras directory.
  added files:
    extras/installer
    extras/installer/install_saturne.py
    extras/installer/README.txt
    extras/installer/setup

* 19/10/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Have a consistent behaviour of post-processing option depending on
  the time-step scheme.
  modified routines:
    gui/Base/BrowserView.py
    gui/Pages/OutputVolumicVariablesView.py
    gui/Pages/SteadyManagementModel.py
    gui/Pages/TimeStepModel.py
    include/base/cs_gui.h
    src/base/cs_gui.c
    src/base/iniusi.f90
    src/base/inivar.f90

* 19/10/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Add a coherency check for interior faces -> cells connectivity.
  modified routine:
    src/base/cs_mesh_halo.c

* 19/10/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix a freeze that could happen in the joining algorithm when
  no face is present after the slice redistribution.
  modified routines:
    src/base/cs_join_intersect.c
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c
    src/base/cs_join_split.c
    src/base/cs_join_update.c

* 19/10/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix an issue with the joining algorithm where not all the single
  vertices are detected during the selection step.
  modified routines:
    include/base/cs_join_util.h
    src/base/cs_join_util.c

* 16/10/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Add a verification for negative volume.
  modified routines:
    include/base/cs_mesh_quantities.h
    src/apps/cs_solver.c
    src/base/cs_mesh_quantities.c

* 16/10/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix a wrong initialization in mesh quality display when the array
  is empty.
  modified routine:
    src/base/cs_mesh_quality.c

* 16/10/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix a bug in the joining algorithm when the number of faces is
  lower than the number of ranks.
  modified routine:
    src/base/cs_join_merge.c

* 16/10/2009 - David Monfort <david.monfort@edf.fr>
  Replace fake variable by a fake array for consistency.
  modified routine:
    src/atmo/mematm.f90

* 16/10/2009 - David Monfort <david.monfort@edf.fr>
  Disable multigrid algorithm for P1 model (radiative transfer).
  modified routine:
    src/rayt/raypun.f90

* 08/10/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Improve GUI behaviour for a RESTART directory is already present.
  modified routine:
    gui/Pages/StartRestartView.py

* 07/10/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix a bug in the scalar initialization if the user adds a new
  scalar during a restarting calculation.
  modified routines:
    gui/Pages/InitializationView.py
    gui/Pages/LocalizationView.py
    include/base/cs_gui.h
    src/base/cs_gui.c
    src/base/inivar.f90

* 07/10/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Improvement in the profiles management in GUI.
  modified routine:
    gui/Pages/ProfilesView.py

* 06/10/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Upgrade to FVM 0.15.0
  modified script:
    configure.ac
  modified routines:
    src/base/cs_io.c
    src/base/cs_preprocessor_data.c
    src/base/cs_restart.c

* 01/10/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix a numbering issue for time averages in GUI.
  Add the choice for a different average number in case of restart.
  modified routines:
    gui/Base/QtPage.py
    gui/Pages/OutputVolumicVariablesModel.py
    gui/Pages/ProfilesModel.py
    gui/Pages/StartRestartModel.py
    gui/Pages/TimeAveragesForm.ui
    gui/Pages/TimeAveragesModel.py
    gui/Pages/TimeAveragesView.py
    src/base/cs_gui.c

* 01/10/2009 - David Monfort <david.monfort@edf.fr>
  Update Copyrights, clean subroutine and function keywords.

* 01/10/2009 - David Monfort <david.monfort@edf.fr>
  Change remaining keywords in lowercase.
  modified files:
    doc/user/saturne1.tex

* 30/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Change all Code_Saturne keywords in lowercase.
  modified files:
    doc/style/csindex.sty
    doc/style/csmacros.sty
    doc/user/saturne1.tex
    doc/user/saturne2.tex

* 30/09/2009 - David Monfort <david.monfort@edf.fr>
  Split two tests that could end in a SIGSEGV when checking array bounds.
  modified routine:
    src/lagr/laghis.f90

* 30/09/2009 - Matthieu Guillaud <matthieu-externe.guillaud@edf.fr>
  Increase the size of work array to the maximum number of particles.
  modified routines:
    src/lagr/lagent.f90
    src/lagr/lagnew.f90
    src/lagr/lagnpr.f90
    src/lagr/lagnwc.f90
    users/lagr/uslain.f90

* 30/09/2009 - Matthieu Guillaud <matthieu-externe.guillaud@edf.fr>
  Add a missing memory-pointer initialization and a missing indirection.
  modified routines:
    src/lagr/lagout.f90
    src/lagr/memla2.f90

* 30/09/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Read the checkpoint frequency parameter in the XML file.
  modified routines:
    gui/Pages/StartRestartAdvancedDialogForm.ui
    include/base/cs_gui.h
    src/base/cs_gui.c
    src/base/iniusi.f90

* 30/09/2009 - Maya Milliez <maya.milliez@edf.fr>
  Disable humid atmosphere modelling and enable steady/unsteady choice for
  specific physics in GUI (coherent with input verification as well).
  modified routine:
    gui/Pages/AnalysisFeaturesView.py

* 30/09/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Correctly handle the blending factor with SOLU convective scheme in GUI.
  modified routine:
    gui/Pages/NumericalParamEquationModel.py

* 30/09/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix a crash when specifying an inlet with oxydant and coal through the GUI.
  modified routine:
    src/base/cs_gui_boundary_conditions.c

* 29/09/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Add a box for the automatic/prescribed choice of CS_TMP_PREFIX.
  modified routines:
    gui/Pages/BatchRunningAdvancedOptionsDialogForm.ui
    gui/Pages/BatchRunningView.py

* 29/09/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix a problem related to monitoring points numbering (when the number
  of probes is greater than 10).
  modified routines:
    gui/Pages/OutputControlModel.py
    gui/Pages/OutputControlView.py
    src/base/cs_gui.c

* 29/09/2009 - David Monfort <david.monfort@edf.fr>
  Fix a wrong indirection for temperature/enthalpy conversion
  in case of coupling with SYRTHES or the 1D-wall thermal module.
  modified routines:
    src/base/cou1di.f90
    src/base/coupbi.f90

* 29/09/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Fix an issue for scalar profiles (label not found in XML files).
  modified routine:
    src/base/cs_gui.c

* 29/09/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Improve the behaviour of the profiles management in GUI (add a title
  box and automatically set the extension to .dat).
  modified routines:
    gui/Pages/BatchRunningModel.py
    gui/Pages/ProfilesForm.ui
    gui/Pages/ProfilesModel.py
    gui/Pages/ProfilesView.py
    src/base/cs_gui.c

* 29/09/2009 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix an issue with restart calculations in pulverized coal.
  Improve the initialization of boundary conditions for some variables.
  modified routines:
    src/base/ecrava.f90
    src/base/lecamo.f90
    src/cplv/cpptcl.f90

* 28/09/2009 - Marc Sakiz <marc.sakiz@edf.fr>
  Correctly handle non-uniform/variable time-step post-processing.
  modified routine:
    src/base/modini.f90
    src/base/memtri.f90
    src/base/varpos.f90

* 28/09/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Make the copy of JANAF depend on the presence of a thermochemistry file.
  modified scripts:
    bin/runcase.in
    bin/runcase.py.in

* 28/09/2009 - Marc Sakiz <marc.sakiz@edf.fr>
  Abort calculation if SST model is used in conjonction with Lagrangian
  two-way coupling modelling.
  modified routine:
    src/base/verini.f90

* 24/09/2009 - David Monfort <david.monfort@edf.fr>
  Fix an issue when averaging variables with the steady algorithm.
  modified routine:
    src/base/varpos.f90

* 24/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Update related to French translation.
  modified routines:
    src/ctwr/cs_ctwr.c
    src/base/cs_matrix.c
    src/base/cs_mesh.c
  modified file:
    po/fr.po

* 24/09/2009 - Marc Sakiz <marc.sakiz@edf.fr>
  Improve restart files writing information in the listing.
  modified routines:
    src/base/caltri.f90
    src/base/ecrava.f90

* 23/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Merge two tests for a more clearer code.
  modified routine:
    src/base/cs_restart.c

* 23/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Correct error message.
  modified routine:
    src/base/cs_restart.c

* 22/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add more thorough information on load balancing (mesh-related information).
  modified routine:
    src/base/cs_mesh.c

* 22/09/2009 - David Monfort <david.monfort@edf.fr>
  Avoid a warning on a potential truncature of a header related to particles
  tracking restart file (no impact on current code as variable names are
  shorter than the new maximum length).
  modified routine:
    include/lagr/lagran.h

* 22/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add warning and error messages when reading restart files.
  modified routine:
    src/base/cs_restart.c

* 22/09/2009 - David Monfort <david.monfort@edf.fr>
  Fix a (very) long-standing bug related to the extrapolation of some physical
  variables (specific heat and laminar viscosity of scalars). Fortunately,
  the defaut value for the theta-scheme has been first order since the
  the beginning (even with a second order scheme in time).
  modified routine:
    src/base/schtmp.f90

* 22/09/2009 - David Monfort <david.monfort@edf.fr>
  Add a residue calculation to avoid uninitialized value (Bi-CGStab).
  modified routine:
    src/base/cs_sles.c

* 22/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  English translation for variables and boundary conditions output.
  modified routines:
    src/base/inivar.f90
    src/base/typecl.f90

* 22/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Always use the IBM compiler optimized form for the dot product.
  modified routine:
    src/base/cs_sles.c

* 22/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Merge two MPI_Bcast into a single one for optimization.
  modified routine:
    src/base/cs_parall.c

* 22/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Force the preconditioner to be diagonal on coarse levels for the
  multigrid algorithm (otherwise the algorithm fails because the
  coarse matrices structure is not complete).
  modified routine:
    src/base/cs_mutigrid.c

* 22/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add an optimized matrix.vector product in CSR format based on MKL.
  modified routine:
    src/base/cs_matrix.c

* 22/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Fix a wrong number of inflowing outlet in parallel runs.
  modified routine:
    src/base/condli.f90

* 22/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a flush statement test (Fortran 2003) in autoconf pass.
  modified scripts:
    config/cs_fortran.m4
    configure.ac
  modified routine:
    src/base/csflsh.f90

* 22/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add an optional argument for the partitioner.
  modified script:
    bin/cs_case_domain.py

* 18/09/2009 - David Monfort <david.monfort@edf.fr>
  Add different options to the case creation commmand.
  modified scripts:
    bin/cs_create.py
    extras/bash_completion/code_saturne

* 16/09/2009 - David Monfort <david.monfort@edf.fr>
  Remove redundant information on boundary face conditions
  and elements selectionn based on a given criterion.
  modified routines:
    users/atmo/usatcl.f90
    users/atmo/usativ.f90
    users/base/usalcl.f90
    users/base/usclim.f90
    users/base/usiniv.f90
    users/base/uskpdc.f90
    users/base/usphyv.f90
    users/base/usproj.f90
    users/base/uspt1d.f90
    users/base/ussatc.f90
    users/base/usstru.f90
    users/base/ustske.f90
    users/base/ustskw.f90
    users/base/ustsma.f90
    users/base/ustsns.f90
    users/base/ustsri.f90
    users/base/ustssc.f90
    users/base/ustsv2.f90
    users/base/usvima.f90
    users/base/usvort.f90
    users/cfbl/uscfcl.f90
    users/cfbl/uscfpv.f90
    users/cfbl/uscfxi.f90
    users/cogz/usd3pc.f90
    users/cogz/usd3pi.f90
    users/cogz/usebuc.f90
    users/cogz/usebui.f90
    users/cogz/uslwcc.f90
    users/cogz/uslwci.f90
    users/cplv/uscpcl.f90
    users/cplv/uscpiv.f90
    users/cplv/uscplc.f90
    users/ctwr/usctcl.f90
    users/ctwr/usctiv.f90
    users/elec/uselcl.f90
    users/elec/useliv.f90
    users/elec/uselph.f90
    users/elec/usetcl.f90
    users/fuel/usfucl.f90
    users/fuel/usfuiv.f90
    users/lagr/uslag2.f90
    users/rayt/usray2.f90

* 16/09/2009 - David Monfort <david.monfort@edf.fr>
  Improve the bash completion script.
  modified script:
    extras/bash_completion/code_saturne

* 15/09/2009 - David Monfort <david.monfort@edf.fr>
  Make use of the cs_exec_environment module in cs_plot_probes.
  modified script:
    bin/cs_plot_probes.py

* 15/09/2009 - David Monfort <david.monfort@edf.fr>
  Remove unused MPE code (for MPI instrumentation).
  modified routines:
    include/base/cs_base.h
    src/base/cs_base.c

* 15/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix the precision of the bi-CgStab linear solver (revert to
  the old behaviour of version 1.2 as it improves the solver
  converges).
  modified routine:
    src/base/cs_sles.c

* 15/09/2009 - David Monfort <david.monfort@edf.fr>
  Update the COMPATIBILITY file
  modified file:
    COMPATIBILITY

* 15/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor modifications related to C89 compilation, code cleaning and
  compilation warnings.
  modified routines:
    include/base/cs_base.h
    include/base/cs_preprocessor_data.h
    include/base/cs_proxy_comm.h
    include/base/cs_sles.h
    libsyrcs/syr_comm.c
    libsyrcs/syr_cs.c
    src/apps/cs_solver.c
    src/base/cs_ast_coupling.c
    src/base/cs_base.c
    src/base/cs_benchmark.c
    src/base/cs_coupling.c
    src/base/cs_ext_neighborhood.c
    src/base/cs_gui_boundary_conditions.c
    src/base/cs_gui_mobile_mesh.c
    src/base/cs_gui_particles.c
    src/base/cs_gui_radiative_transfer.c
    src/base/cs_io.c
    src/base/cs_matrix.c
    src/base/cs_mesh.c
    src/base/cs_mesh_halo.c
    src/base/cs_post.c
    src/base/cs_preprocessor_data.c
    src/base/cs_restart.c
    src/base/cs_sles.c
    src/base/cs_tpar1d.c
    src/base/initi1.f90
    src/base/inivar.f90
    src/base/typecl.f90
    src/ctwr/cs_ctwr_air_props.c
    src/ctwr/cs_ctwr.c
    src/ctwr/cs_ctwr_mesh.c
    src/mati/mtimpi.f90
    users/base/usclim.f90
    users/base/usini1.f90

* 15/09/2009 - David Monfort <david.monfort@edf.fr>
  Improve the bash completion script so that it removes redundant
  or mutually exclusive options.
  modified script:
    extras/bash_completion/code_saturne

* 14/09/2009 - David Monfort <david.monfort@edf.fr>
  Move from getopt to optparse module for command line parsing.
  removed routine:
    gui/Base/CommandLine.py
  modified routines:
    gui/Base/Makefile.am
    gui/cs_gui.py

* 14/09/2009 - David Monfort <david.monfort@edf.fr>
  Add a template for the developper documentation.
  added files:
    doc/developper
    doc/developper/developper.tex
    doc/developper/graphics
    doc/developper/graphics/Makefile.am
    doc/developper/input
    doc/developper/Makefile.am
  modified scripts:
    configure.ac
    doc/Makefile.am

* 14/09/2009 - Marc Sakiz <marc.sakiz@edf.fr>
  Add an option to xmgrace for the window size.
  modified script:
    bin/cs_plot_probes.py

* 14/09/2009 - David Monfort <david.monfort@edf.fr>
  Make use of the cs_exec_environment instead of subprocess module.
  modified script:
    bin/cs_check_mesh.py

* 14/09/2009 - David Monfort <david.monfort@edf.fr>
  Remove "have" function as it may not be found.
  modified script:
    extras/bash_completion/code_saturne

* 14/09/2009 - David Monfort <david.monfort@edf.fr>
  Add a bash completion script for cs and cs_solver.
  added script:
    extras/bash_completion/code_saturne
  modified script:
    Makefile.am

* 13/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Adapt the code that waits for a MPI_Abort in case of errors. There
  should not be now any spurious error file.
  modified routine:
    src/base/cs_base.c

* 13/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a Fortran wrapper for MPI_Barrier (mainly for debugging purpose).
  modified routines:
    include/base/cs_parall.h
    src/base/cs_parall.h

* 13/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  The space-filling-curve algorithm for domain splitting is activated
  by default. A Fortran subroutine is available to change this choice.
  modified routines:
    include/base/cs_preprocessor_data.h
    src/base/cs_preprocessor_data.c

* 13/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a mpi_io option to the command line so that one can use FVM
  compiled with MPI/IO support and decide at runtime which type of I/O
  to use.
  modified routines:
    include/base/cs_io.h
    include/base/cs_opts.h
    src/apps/cs_solver.c
    src/base/cs_io.c
    src/base/cs_opts.c
    src/base/cs_preprocessor_data.c

* 11/09/2009 - David Monfort <david.monfort@edf.fr>
  Change FVM and BFT CPPFLAGS order so that one can find FVM headers,
  before BFT ones (and same trick for MEI).
  modified scripts:
    src/apps/Makefile.am
    src/base/Makefile.am
    src/ctwr/Makefile.am
    src/lagr/Makefile.am

* 11/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a Fortran m4 file for module detection and further tests (e.g.
  flush subroutine detection).
  added script:
    config/cs_fortran.m4
  modified script:
    Makefile.am

* 11/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Merge the preprocessor user guide into Code_Saturne user guide.
  added files:
    doc/user/graphics/join_tolerance.fig
    doc/user/graphics/join_periodic.fig
  modified files:
    doc/style/csmacros.sty
    doc/user/graphics/Makefile.am
    doc/user/saturne1.tex

* 11/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Add a new Python runcase script with more code coupling capabilities
  and more aware of MPI and batch environments.
  Add an option to the create command to use this script and relax the
  constraint on the upppercase name of the study.
  Some other modifications relative to scripts.
  added scripts:
    bin/cs_case_domain.py
    bin/cs_case.py
    bin/cs_exec_environment.py
    bin/runcase.py.in
  removed script:
    bin/runcase_coupling.in
  modified scripts:
    bin/cs_compile.py
    bin/cs_create.py
    configure.ac
    Makefile.am

* 11/09/2009 - David Monfort <david.monfort@edf.fr>
  Disable by default the multigrid algorithm for the potential vector
  in MHD as it does not seem to work correctly.
  modified routine:
    src/elec/elini1.f90

* 10/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Modifications to how the config info are handled to avoid potential
  issues (split configuration info into build/install info).
  added scripts:
    bin/cs_config_build.py.in
  modified scripts:
    bin/cs_compile.py
    bin/cs_config.py.in
    bin/cs.in
    configure.ac
    Makefile.am

* 10/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Updating Itanium compiler options for hot optimizations.
  modified scripts:
    config/cs_auto_flags.sh

* 10/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor adaptations in the joining algorithm code, relative to
  porting to MPI1 and code cleaning.
  modified routine:
    include/base/cs_join_util.h
    src/base/cs_join.c
    src/base/cs_join_intersect.c
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c
    src/base/cs_join_split.c
    src/base/cs_join_update.c
    src/base/cs_join_util.c

* 09/09/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix an issue in the mesh cleaning stage of the joining algorithm.
  modified routine:
    src/base/cs_join_mesh.c

* 09/09/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix a memory leak in case of conforming joining.
  modified routine:
    src/base/cs_join.c

* 09/09/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix a bug in "single element" building.
  modified routine:
    src/base/cs_join_util.c

* 09/09/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix a blocking problem when compiling without MPI support.
  modified routine:
    src/base/cs_join_util.c

* 03/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Build improvement in autotools (compiler flags, FVM detection).
  modified scripts:
    bin/cs_config.py.in
    bin/runcase_coupling.in
    bin/runcase.in
    config/cs_auto_flags.sh
    config/cs_fvm.m4
    config/cs_mpi.m4
    config/cs_syrthes.m4

* 03/09/2009 - David Monfort <david.monfort@edf.fr>
  Update the gui version number, accordingly with the cs_config
  information.
  modified scripts:
    bin/cs_config.py.in
    bin/cs_info.py
    gui/cs_gui.py
    gui/Makefile.am
    gui/setup.py
  modified routines:
    gui/Base/Common.py
    gui/Base/MainView.py
    gui/Pages/BatchRunningModel.py
  removed file:
    gui/VERSION

* 03/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Admin scripts improvement.
  modified scripts:
    sbin/backup
    sbin/rmb

* 03/09/2009 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Fix a potential issue when replacing "@strings@" with autoconf,
  it is preferred to use Makefile for this purpose. Also, fix the
  installation path for MEI (mimicking automake process).
  modified scripts:
    bin/cs.in
    config/cs_mei.m4
    configure.ac
    Makefile.am

* 02/09/2009 - David Monfort <david.monfort@edf.fr>
  Fix a wrong indirection for variables name array (with multigrid
  algorithm for purely diffusive scalars).
  modified routine:
    include/base/codits.h

* 02/09/2009 - David Monfort <david.monfort@edf.fr>
  Fix two blocks of commons whose names were identical.
  modified routine:
    include/base/mltgrd.h

* 02/09/2009 - David Monfort <david.monfort@edf.fr>
  Fix a missing test on electric arc modelling that lead in the use
  of an undefined pointer (on imaginary potential).
  modified routines:
    src/elec/elflux.f90

* 02/09/2009 - Clarisse Delalondre <clarisse.delalondre@edf.fr>
  Add a new common so that "elcou" variable can be used ni several
  routines (see uselrc.f90 for the meaning). Change some incorrect
  comments.
  modified routines:
    include/elec/elincl.h
    users/elec/uselen.f90
    users/elec/uselrc.f90

* 31/08/2009 - Boris Arcen <boris-externe.arcen@edf.fr>
  Fix EnSight format output for Lagrangian post-processing.
  Wildcard "stars" symbols were changed in "=" signs by the scripts
  that convert subroutines from fixed to free Fortran form.
  modified routine:
    src/lagr/enswaf.f90

* 31/08/2009 - Mickael Hassanaly <mickael.hassanaly@edf.fr>
  Move the second call to varpos just after the first pass in usray1,
  so that the code is aware of the activation of the radiative transfer
  module while reading thermochemistry files.
  modified routine:
    src/base/iniusi.f90

* 28/08/2009 - David Monfort <david.monfort@edf.fr>
  Fix JANAF file location in user directory. It is now searched in
  installation directory. Do not install it anymore in user data dir.
  modified scripts:
    bin/cs_create.py
    bin/runcase.in

* 28/08/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug when raising false floating-point exceptions on Itanium
  systems due to speculative tests in optimized builds.
  modified routine:
    src/apps/cs_solver.c

* 28/08/2009 - David Monfort <david.monfort@edf.fr>
  Fix a missing call of usray1 in initialization part.
  modified routine:
    src/base/iniusi.f90

* 27/08/2009 - Mickael Hassanaly <mickael.hassanaly@edf.fr>
  Fix a wrong indirection to access radiative fluxes in cell
  properties array.
  modified routine:
    src/base/condli.f90

* 29/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix BLAS ESSL link on BlueGene systems.
  modified scripts:
    config/cs_auto_flags.sh
    config/cs_blas.m4

* 29/07/2009 - David Monfort <david.monfort@edf.fr>
  Fix a spurious copy/paste un the runcase(s) scripts.
  modified scripts:
    bin/runcase.in
    bin/runcase_coupling.in

* 29/07/2009 - David Monfort <david.monfort@edf.fr>
  Tagging version 2.0-beta2

* 29/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Update tutorial examples to new Fortran format and Xml model.

* 29/07/2009 - David Monfort <david.monfort@edf.fr>
  Move loop on velocity/pressure system so that it includes
  the boundary conditions calculation.
  modified routines:
    src/base/memnav.f90
    src/base/tridim.f90
    src/base/verini.f90

* 28/07/2009 - Mickael Hassanaly <mickael.hassanaly@edf.fr>
  Use selection mechanism for exchange zone definition.
  added routine:
    src/ctwr/cs_ctwr_f2c.f90
  modified script:
    src/ctwr/Makefile.am
  modified routines:
    include/ctwr/cs_ctwr.h
    src/ctwr/cs_ctwr.c
    src/ctwr/cs_ctwr_mesh.c
    users/ctwr/usctdz.f90

* 28/07/2009 - Mickael Hassanaly <mickael.hassanaly@edf.fr>
  Make temperature difference setup available from uscti1.f90
  modified routines:
    include/ctwr/ctincl.h
    users/ctwr/uscti1.f90

* 28/07/2009 - Mickael Hassanaly <mickael.hassanaly@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Add a global structure in cooling tower module to store common
  fluid properties and gravity vector.
  modified routines:
    include/ctwr/cs_ctwr_air_props.h
    include/ctwr/cs_ctwr.h
    include/ctwr/cs_ctwr_mesh.h
    src/base/cregeo.f90
    src/ctwr/cs_ctwr_air_props.c
    src/ctwr/cs_ctwr.c
    src/ctwr/cs_ctwr_mesh.c
    users/ctwr/usctdz.f90
    users/ctwr/uscti1.f90

* 28/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Replace a goto statement with a do while loop.
  Add an anisotropy criterion calculation for coarse matrices.
  modified routines:
    src/base/autmgr.f90
    src/base/crstgr.f90

* 28/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Comments translation and documentation update.
  modifed files:
    doc/user/saturne1.tex
    src/base/autmgr.f90
    src/base/crstgr.f90
    src/base/iniini.f90
    users/base/ustmgr.f90

* 28/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor comments improvement.
  modified files:
    gui/Pages/BatchRunningAdvancedOptionsDialogForm.ui
    gui/Pages/FacesSelectionView.py
    gui/Pages/SolutionVerifForm.ui
    gui/Pages/UserScalarPropertiesForm.ui

* 28/07/2009 - David Monfort <david.monfort@edf.fr>
  Modify libsyrcs code so that one can compile SYRTHES/Code_Saturne
  coupling library without SYRTHES. Information on SYRTHES installation
  and compilers could now be given after Code_Saturne installation.
  modified scripts:
    config/cs_syrthes.m4
    libsyrcs/Makefile.am
    Makefile.am
  modified routines:
    libsyrcs/syr_cs.c
    libsyrcs/syr_defs.h

* 28/07/2009 - David Monfort <david.monfort@edf.fr>
  Change CFLAGS to gnu99 standard for compilation on Cygwin.
  modified script:
    config/cs_auto_flags.sh

* 28/07/2009 - David Monfort <david.monfort@edf.fr>
  Adapt main script so that it handles non standard directory for
  MEI installation (precisely not the same as the kernel).
  modified scripts:
    bin/cs.in
    confi/cs_mei.m4

* 28/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove seemingly useless test for restart files writing. All files
  are now written at the same moment (even for the last time-step).
  modified routine:
    src/base/caltri.f90

* 27/07/2009 - David Monfort <david.monfort@edf.fr>
  Add a trick to find MEI Python module when not in standard path.
  modified script:
    bin/cs.in

* 27/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a wrong assumed behaviour on x86_64 and IA64 computers
  in the particles tracking algorithm. One assumed that the internal
  FP precision was always 80 bits (true for FPU x87 coprocessor on
  x86 processors but wrong with SSE optimizations)...
  This is a short term fix (assembler + compiler-dependent option).
  modified scripts:
    config/cs_auto_flags.sh
    src/lagr/Makefile.am
    configure.ac
  modified routine:
    src/lagr/cs_lagr.c

* 27/07/2009 - Jérôme Lucas <jerome.lucas@incka.fr>
               David Monfort <david.monfort@edf.fr>
  Add restarting capabilities for cooling-towers module.
  modified routine:
    bin/runcase_coupling.in
    bin/runcase.in
    include/base/entsor.h
    include/base/optcal.h
    include/ctwr/cs_ctwr.h
    src/base/caltri.f90
    src/base/cregeo.f90
    src/base/iniini.f90
    src/ctwr/cs_ctwr.c
    users/ctwr/uscti1.f90

* 23/07/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix an issue in the parallel joining for specific cases.
  modified routines:
    src/base/cs_join_update.c

* 23/07/2009 - Jérôme Lucas <jerome.lucas@incka.fr>
  Fix a bug in parallel simulations with cooling-tower module.
  modified routine:
    src/ctwr/cs_ctwr_halo.c

* 23/07/2009 - David Monfort <david.monfort@edf.fr>
  Fix a bug introduced a couple of rev. ago in listing output.
  modified routine:
    src/base/ecrlis.f90

* 23/07/2009 - David Monfort <david.monfort@edf.fr>
  Add Coriolis source terms in standard calculations.
  modified routines:
    include/base/cs_gui.h
    include/base/cstphy.h
    src/base/cs_gui.c
    src/base/impini.f90
    src/base/iniini.f90
    src/base/iniusi.f90
    src/base/preduv.f90
    users/base/usini1.f90

* 23/07/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix an issue in the parallel joining for specific cases.
  modified routines:
    include/base/cs_join_util.h
    src/base/cs_join_update.c
    src/base/cs_join_util.c

* 23/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Translation of the two main user subroutines (initialization
  and boundary conditions).
  modified routines:
    users/base/usclim.f90
    users/base/usini1.f90

* 22/07/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix a test on tolerance in the merge stage.
  modified routine:
    src/base/cs_join_merge.c

* 22/07/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix a possible uninitialized variable in joining algorithm.
  modified routine:
    src/base/cs_join_intersect.c

* 22/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a possible uninitialized variable in benchmark routines.
  modified routine:
    src/base/cs_benchmark.c

* 22/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a possible compilation issue on BlueGene systems.
  modified script:
    config/cs_fvm.m4

* 22/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a long-standing bug when reducing extended neighborhood.
  modified routines:
    include/base/cs_ext_neighborhood.h
    include/base/cs_mesh.h
    src/base/cs_ext_neighborhood.c
    src/base/cs_mesh.c

* 22/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Translation in English of magic strings in user files.
  modified scripts:
    bin/cs_create
    Makefile.am

* 22/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Update the translation files.
  modified files:
    po/POTFILES.in
    po/fr.po

* 22/07/2009 - Jérôme Lucas <jerome.lucas@incka.fr>
               David Monfort <david.monfort@edf.fr>
  Fix several bugs in cooling-tower module and clean a few lines.
  modified routines:
    include/ctwr/cs_ctwr.h
    src/ctwr/cs_ctwr.c
    src/ctwr/cs_ctwr_halo.c
    src/ctwr/cs_ctwr_mesh.c

* 22/07/2009 - Jérôme Lucas <jerome.lucas@incka.fr>
               David Monfort <david.monfort@edf.fr>
  Split main cooling-tower modelling routine in two for a better
  understanding (mainly to move aside the mesh generation).
  added routines:
    include/ctwr/cs_ctwr_mesh.h
    src/ctwr/cs_ctwr_mesh.c
  modified script:
    src/ctwr/Makefile.am
  modified routines:
    include/ctwr/cs_ctwr.h
    src/ctwr/cs_ctwr.c

* 22/07/2009 - David Monfort <david.monfort@edf.fr>
  Move tutorial examples into a dedicated examples directory.

* 22/07/2009 - David Monfort <david.monfort@edf.fr>
  Add missing changes in tridim.f90 for GUI improvement... sorry!
  modified routine:
    src/base/tridim.f90

* 22/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a minor failure in I/O management.
  modified routine:
    src/base/cs_io.c

* 22/07/2009 - Sofiane Benhamadouche <sofiane.benhamadouche@edf.fr>
  Do not relax turbulent variables (k/epsilon/omega) in unsteady
  simulations.
  modified routine:
    src/base/modini.f90

* 22/07/2009 - David Monfort <david.monfort@edf.fr>
  Fix a bug in the P1 model for radiative transfer, where a local
  variable "iel" was not defined.
  modified routine:
    src/rayt/raypun.f90

* 22/07/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Adapt 1d-profiles file to SALOME format for title and labels.
  modified routine:
    src/base/cs_gui.c

* 20/07/2009 - David Monfort <david.monfort@edf.fr>
  Add radiative transfert support for fuel combustion.
  added routine:
    src/fuel/furays.f90
  modified script:
    src/fuel/Makefile.am
  modified routines:
    src/base/covofi.f90

* 20/07/2009 - David Monfort <david.monfort@edf.fr>
  Fix a bug related to oxycombustion.
  modified routine:
    src/cplv/cptehm.f90

* 20/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor modifications regarding code and comments cleaning.
  modified routines:
    src/base/cs_join.c
    src/base/cs_join_intersect.c
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c

* 20/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a space-filling-curve algorithm for parallel partitioning.
  This algorithm is based on a Morton curve and can be used by
  setting the variable USE_SFC to 1 in the file.
  modified routine:
    src/base/cs_preprocessor_data.c

* 20/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Change the name of a FVM function accordingly.
  modified routine:
    src/base/cs_restart.c

* 20/07/2009 - David Monfort <david.monfort@edf.fr>
  Scripts fixes and SYRTHES-related improvements.
  modified scripts:
    bin/cs_config.py.in
    bin/cs_create.py
    bin/runcase_coupling.in
    config/cs_syrthes.m4

* 20/07/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Update particles tracking setup via the graphical interface.
  modified routines:
    gui/Pages/LagrangianBoundariesModel.py
    gui/Pages/LagrangianBoundariesView.py
    gui/Pages/LagrangianOutputForm.ui
    gui/Pages/LagrangianStatisticsForm.ui
    include/base/cs_gui_particles.h
    include/base/cs_gui_radiative_transfer.h
    src/base/cs_gui_boundary_conditions.c
    src/base/cs_gui.c
    src/base/cs_gui_mobile_mesh.c
    src/base/cs_gui_particles.c
    src/base/cs_gui_radiative_transfer.c
    src/base/cs_gui_specific_physics.c
    src/lagr/lagent.f90
    src/lagr/lagopt.f90
    src/rayt/raycli.f90
    users/lagr/uslag1.f90
    users/lagr/uslag2.f90

* 17/07/2009 - David Monfort <david.monfort@edf.fr>
  Merge code/code coupling feature from the development branch.
  This feature is not yet functional as it has not been updated
  to the new communications initialization for codes coupling.
  added routines:
    include/base/cplsat.h
    src/base/csc2cl.f90
    src/base/csc2ts.f90
    src/base/csccel.f90
    src/base/cscfbr.f90
    src/base/cscini.f90
    src/base/cscloc.f90
    src/base/cscpce.f90
    src/base/cscpfb.f90
    src/base/cs_sat_coupling.c
    src/base/memcs1.f90
    src/base/memcs2.f90
    users/base/ussatc.f90
  modified routines:
    include/base/cs_sat_coupling.h
    include/base/paramx.h
    src/base/caltri.f90
    src/base/iniini.f90
    src/base/navsto.f90
    src/base/preduv.f90
    src/base/tridim.f90
    src/base/typecl.f90
  modified script:
    src/base/Makefile.am

* 17/07/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Improvements and fixes in the parallel join algorithm.
  modified routines:
    include/base/cs_join_post.h
    include/base/cs_join_update.h
    include/base/cs_join_util.h
    include/base/cs_mesh.h
    include/base/cs_mesh_quantities.h
    include/base/cs_search.h
    src/apps/cs_solver.c
    src/base/cs_join.c
    src/base/cs_join_intersect.c
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c
    src/base/cs_join_post.c
    src/base/cs_join_set.c
    src/base/cs_join_split.c
    src/base/cs_join_update.c
    src/base/cs_join_util.c
    src/base/cs_mesh.c
    src/base/cs_mesh_quantities.c
    src/base/cs_search.c
    users/base/usjoin.f90

* 16/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix the behaviour of memory consumption output in case of error trapping.
  modified routine:
    src/base/cs_base.c

* 16/07/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Add particles tracking set-up within the graphical interface.
  Code and comments cleaning, plus some fixes related to Xml file
  management.
  added routines:
    gui/Pages/BoundaryConditionsParticlesModel.py
    gui/Pages/BoundaryConditionsParticlesView.py
    include/base/cs_gui_particles.h
    src/base/cs_gui_particles.c
  renamed routines:
    include/base/cs_gui_mobile_mesh.h
    src/base/cs_gui_mobile_mesh.c
  modified script:
    src/base/Makefile.am
  modified routines:
    gui/Base/BrowserView.py
    gui/Base/BrowserView.py
    gui/Base/QtPage.py
    gui/Pages/AnalysisFeaturesView.py
    gui/Pages/BatchRunningModel.py
    gui/Pages/BoundaryConditionsVelocityInletView.py
    gui/Pages/FluidCharacteristicsView.py
    gui/Pages/LagrangianBoundariesForm.ui
    gui/Pages/LagrangianBoundariesView.py
    gui/Pages/Makefile.am
    gui/Pages/MemoryAllocationForm.ui
    gui/Pages/MobileMeshView.py
    gui/Pages/NumericalParamGlobalForm.ui
    gui/Pages/OutputVolumicVariablesModel.py
    gui/Pages/ReferenceValuesModel.py
    gui/Pages/SolutionDomainForm.ui
    gui/Pages/SolutionVerifForm.ui
    gui/Pages/SolutionVerifView.py
    gui/Pages/ThermalRadiationView.py
    gui/Pages/UserArraysForm.ui
    gui/Pages/UserScalarPropertiesView.py
    include/base/cs_gui.h
    include/base/cs_gui_radiative_transfer.h
    src/base/cs_gui_boundary_conditions.c
    src/base/cs_gui.c
    src/base/cs_gui_radiative_transfer.c
    src/base/iniusi.f90
    src/base/Makefile.am
    src/base/strini.f90
    src/lagr/lagent.f90
    src/lagr/lagopt.f90
    src/rayt/raycli.f90
    src/rayt/rayopt.f90

* 16/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Autotools machinery improvement for SYRTHES coupling and BLAS libraries.
  modified scripts:
    config/cs_blas.m4
    config/cs_syrthes.m4
    configure.ac

* 10/07/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Graphical interface update for radiative transfer modelling.
  modified routines:
    gui/Base/BrowserView.py
    gui/Base/Toolbox.py
    gui/Base/XMLinitialize.py
    gui/Pages/BatchRunningModel.py
    gui/Pages/BoundaryConditionsWallRadiativeTransferView.py
    gui/Pages/Boundary.py
    gui/Pages/CoalCombustionView.py
    gui/Pages/CoalThermoChemistry.py
    gui/Pages/ThermalRadiationModel.py
    gui/Pages/ThermalRadiationView.py
    gui/Pages/TimeStepView.py
    gui/Pages/WelcomeView.py
    include/base/cs_gui_radiative_transfer.h
    include/base/cs_gui_variables.h
    src/base/cs_gui.c
    src/base/cs_gui_radiative_transfer.c
    src/base/iniusi.f90
    src/base/strini.f90
    src/pprt/ppcsca.f90
    src/rayt/raydom.f90
    src/rayt/rayopt.f90
    users/rayt/usray1.f90

* 10/07/2009 - François Jusserand <francois.jusserand@edf.fr>
  Fix a bug when accounting for orthotropic mesh viscosity.
  modified routine:
    src/base/condli.f90

* 10/07/2009 - David Monfort <david.monfort@edf.fr>
  Remove exthis modification in usipes.
  modified routine:
    users/base/usini1.f90

* 10/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix the calculation of the face-warping quality criterium.
  modified routine:
    src/base/cs_mesh_quality.c

* 10/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  On Linux systems, use fenv library to trap floating point exceptions.
  modified routine:
    src/apps/cs_solver.c

* 10/07/2009 - David Monfort <david.monfort@edf.fr>
  Blank removal.

* 10/07/2009 - Jérôme Bonelle <jerome.bonelle@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Add parall mesh joining feature.
  modified script:
    src/base/Makefile.am
  modified routines:
    include/base/cs_prototypes.h
    src/apps/cs_solver.c
  added routines:
    include/base/cs_join.h
    include/base/cs_join_intersect.h
    include/base/cs_join_merge.h
    include/base/cs_join_mesh.h
    include/base/cs_join_post.h
    include/base/cs_join_set.h
    include/base/cs_join_split.h
    include/base/cs_join_update.h
    include/base/cs_join_util.h
    include/base/cs_search.h
    include/base/cs_sort.h
    src/base/cs_join.c
    src/base/cs_join_f2c.f90
    src/base/cs_join_intersect.c
    src/base/cs_join_merge.c
    src/base/cs_join_mesh.c
    src/base/cs_join_post.c
    src/base/cs_join_set.c
    src/base/cs_join_split.c
    src/base/cs_join_update.c
    src/base/cs_join_util.c
    src/base/cs_search.c
    src/base/cs_sort.c
    users/base/usjoin.f90

* 10/07/2009 - David Monfort <david.monfort@edf.fr>
  Rename cs_xxxx_util.f90 in cs_xxxx_f2c.f90 to highlight Fortran API.
  added routines:
    src/base/cs_post_f2c.f90
    src/base/cs_selector_f2c.f90
    src/base/cs_syr_f2c.f90
  deleted routines:
    src/base/cs_interpr_util.f90
    src/base/cs_post_util.f90
    src/base/cs_syr_util.f90
  modified script:
    src/base/Makefile.am

* 08/07/2009 - David Monfort <david.monfort@edf.fr>
  Add missing tests on Xml file presence.
  modified routine:
    src/base/iniusi.f90

* 08/07/2009 - Alexandre Douce <alexandre.douce@edf.fr>
  Numerous modifications in the Graphical User Interface.
  - refactor of GUI reader.
  - update coal combustion management for oxycombustion modelling
  - update radiative transfer management (partly)
  - activate formula management for b.c., phys. prop., ...
  - activate atmospheric modelling
  - activate mobile mesh and fluid structure interaction management
  - several fixes
  added file:
    gui/Pages/icons/22x22/weather-few-clouds.png
  added routines:
    gui/Pages/BoundaryConditionsWallRadiativeTransferForm.ui
    gui/Pages/BoundaryConditionsWallRadiativeTransferView.py
    include/base/cs_gui_boundary_conditions.h
    include/base/cs_gui_mobil_mesh.h
    include/base/cs_gui_specific_physics.h
    include/base/cs_gui_variables.h
    src/base/cs_gui_boundary_conditions.c
    src/base/cs_gui_mobil_mesh.c
    src/base/cs_gui_specific_physics.c
  modified scripts:
    gui/Pages/Makefile.am
    src/base/Makefile.am
  modified routines:
    gui/Base/BrowserView.py
    gui/Base/MainView.py
    gui/Base/Toolbox.py
    gui/Base/XMLengine.py
    gui/Pages/AnalysisFeaturesView.py
    gui/Pages/AtmosphericFlowsForm.ui
    gui/Pages/AtmosphericFlowsModel.py
    gui/Pages/AtmosphericFlowsView.py
    gui/Pages/BatchRunningModel.py
    gui/Pages/BatchRunningView.py
    gui/Pages/BoundaryConditionsCoalInletForm.ui
    gui/Pages/BoundaryConditionsCoalInletView.py
    gui/Pages/BoundaryConditionsForm.ui
    gui/Pages/BoundaryConditionsMeteoForm.ui
    gui/Pages/BoundaryConditionsMeteoView.py
    gui/Pages/BoundaryConditionsMobileMeshView.py
    gui/Pages/BoundaryConditionsSlidingWallView.py
    gui/Pages/BoundaryConditionsTurbulenceInletView.py
    gui/Pages/BoundaryConditionsVelocityInletForm.ui
    gui/Pages/BoundaryConditionsVelocityInletView.py
    gui/Pages/BoundaryConditionsView.py
    gui/Pages/Boundary.py
    gui/Pages/CoalCombustionForm.ui
    gui/Pages/CoalCombustionModel.py
    gui/Pages/CoalCombustionView.py
    gui/Pages/CoalThermoChemistry.py
    gui/Pages/FluidCharacteristicsModel.py
    gui/Pages/FluidCharacteristicsView.py
    gui/Pages/FluidStructureInteractionView.py
    gui/Pages/LocalizationView.py
    gui/Pages/MobileMeshView.py
    gui/Pages/NumericalParamEquationModel.py
    gui/Pages/NumericalParamGlobalView.py
    gui/Pages/OutputVolumicVariablesModel.py
    gui/Pages/ProfilesModel.py
    gui/Pages/QMeiEditorView.py
    gui/Pages/resources_pages.qrc
    gui/Pages/SalomeHandler.py
    gui/Pages/SolutionDomainView.py
    gui/Pages/StartRestartForm.ui
    gui/Pages/ThermalRadiationForm.ui
    gui/Pages/ThermalRadiationView.py
    gui/Pages/TimeAveragesModel.py
    gui/Pages/TimeStepModel.py
    include/base/cs_gui.h
    include/base/cs_gui_matisse.h
    include/base/cs_gui_radiative_transfer.h
    include/base/cs_gui_util.h
    src/atmo/atini1.f90
    src/atmo/atprop.f90
    src/atmo/atvarp.f90
    src/base/cs_gui.c
    src/base/cs_gui_matisse.c
    src/base/cs_gui_radiative_transfer.c
    src/base/cs_gui_util.c
    src/base/iniusi.f90
    src/base/phyvar.f90
    src/base/strdep.f90
    src/base/tridim.f90
    src/base/varpos.f90
    src/cplv/cpprop.f90
    src/cplv/cpvarp.f90
    src/rayt/rayopt.f90
    users/base/usalcl.f90

* 08/07/2009 - Bertrand Carissimo <bertrand.carissimo@edf.fr>
               Maya Milliez <maya.milliez@edf.fr>
  Add non-neutral atmosphere modelling (both dry and humid, though
  humid atmosphere modelling is not yet fully functional).
  added routines:
    src/atmo/atmcls.f90
    src/atmo/atphyv.f90
    src/atmo/atprop.f90
    src/atmo/atprke.f90
    src/atmo/atvarp.f90
  modified routines:
    include/atmo/atincl.h
    src/atmo/atini1.f90
    src/atmo/atlecm.f90
    src/atmo/attycl.f90
    src/atmo/Makefile.am
    src/base/clptrg.f90
    src/base/turbke.f90
    src/pprt/ppcsca.f90
    src/pprt/ppphyv.f90
    src/pprt/ppprop.f90
    src/pprt/ppvarp.f90
    users/atmo/usatcl.f90
    users/atmo/usativ.f90
    users/pprt/usppmo.f90

* 08/07/2009 - David Monfort <david.monfort@edf.fr>
  Fix a check on the multigrid algorithm. Convert the abort on
  error from a test on the pressure to a test on the convection.
  modified routine:
    src/base/verini.f90

* 07/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Add tags in the time-monitoring files for SALOME.
  Change the files name in probes_XXXX.dat
  modified script:
    bin/runcase.in
  modified routines:
    include/base/entsor.h
    src/base/ecrhis.f90
    src/base/iniini.f90

* 07/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a missing cs_config.h header and wrong MPI type.
  modified routine:
    src/base/cs_boundary_conditions.c

* 07/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Use a Fortran 95 feature - advance=no - in writing formats instead of
  the deprecating use of the dollar symbol.
  modified routine:
    src/base/csprnt.f90

* 07/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  When detecting a divergence in the linear system solver stage, abort
  and write graphical data of the given matrix (rhs, diagonal, ...).
  modified routines:
    include/base/cs_grid.h
    include/base/cs_sles.h
    src/base/cs_grid.c
    src/base/cs_multigrid.c
    src/base/cs_sles.c

* 07/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add some management functions for post-processing writer definition
  in case of one encounters an error.
  modified routines:
    include/base/cs_post.h
    src/base/cs_post.c

* 07/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Make easier the launch of a SYRTHES 3 / Code_Saturne coupling.
  through sockets.
  modified script:
    bin/runcase.in
  modified routines:
    include/base/cs_opts.h
    include/base/cs_syr3_comm.h
    include/base/cs_syr_coupling.h
    src/apps/cs_solver.c
    src/base/cs_opts.c
    src/base/cs_syr3_comm.c
    src/base/cs_syr_coupling.c

* 07/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  OpenMP-related modifications.
  modified routines:
    include/base/cs_grid.h
    include/base/cs_prototypes.h
    include/base/parall.h
    include/base/paramx.h
    src/apps/cs_solver.c
    src/base/cs_grid.c
    src/base/cs_multigrid.c
    src/base/cs_renumber.c
    src/base/csinit.f90
    src/base/majgeo.f90

* 06/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a wrong post-processing management for 2D SYRTHES-coupled meshes
  with SYRTHES 4.
  modified routines:
    include/base/cs_post.h
    src/base/cs_mesh_solcom.c
    src/base/cs_post.c
    src/base/cs_syr3_coupling.c
    src/base/cs_syr4_coupling.c
    src/ctwr/cs_ctwr.c

* 06/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a mesh category for an easier management of user-defined
  post-processing.
  modified routines:
    include/base/cs_post.h
    include/base/cs_prototypes.h
    src/base/cs_post.c
    src/base/dvvpst.f90

* 06/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a subroutine to control the behaviour of MPI I/O.
  modified routines:
    include/base/cs_io.h
    src/apps/cs_solver.c
    src/base/cs_io.c
    src/base/cs_preprocessor_data.c
    src/base/cs_restart.c

* 06/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Refactor compiler detection to alleviate some issues with IBM
  compilers (autodetection of xlc on non-BlueGene systems and
  for two different BlueGene systems on the same frontal).
  Add a MPI_TYPE autodetection for different MPI distribution.
  Code improvement/cleaning.
  modified scripts:
    bin/cs_check_consistency.py
    bin/cs_config.py.in
    bin/runcase.help
    bin/runcase.in
    config/cs_auto_flags.sh
    config/cs_mpi.m4

* 06/07/2009 - David Monfort <david.monfort@edf.fr>
  Remove call to the removed usruet subroutine.
  modified routine:
    src/base/clptrg.f90

* 06/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Code and comment cleaning.
  modified routines:
    include/base/cs_boundary_conditions.h
    include/base/cs_grid.h
    include/base/cs_mesh.h
    include/base/cs_mesh_quantities.h
    include/base/cs_multigrid.h
    include/base/cs_numbering.h
    include/base/cs_post.h
    include/base/cs_restart.h
    include/base/cs_sles.h
    src/base/cs_grid.c
    src/base/cs_halo.c
    src/base/cs_io.c
    src/base/cs_matrix.c
    src/base/cs_mesh.c
    src/base/cs_mesh_quality.c
    src/base/cs_mesh_quantities.c
    src/base/cs_multigrid.c
    src/base/cs_numbering.c
    src/base/cs_opts.c
    src/base/cs_post.c
    src/base/cs_sles.c
    src/base/ecrhis.f90
    src/base/ecrlis.f90
    src/base/typecl.f90
    src/base/viswal.f90
    users/base/usdpst.f90
    users/base/ussyrc.f90

* 06/07/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug in the grid coarsening in case of parallelism.
  modified routine:
    src/base/cs_grid.c
 
* 06/07/2009 - David Monfort <david.monfort@edf.fr>
  Remove nearly never used user subroutine for u* calculation.
  removed routine:
    users/base/usruet.f90
  modified routine:
    src/base/clptur.f90
  modified documentation:
    doc/theory/clptrg.tex
    doc/theory/clptur.tex
    doc/user/saturne1.tex
  modified script:
    src/base/Makefile.am

* 03/07/2009 - Alexandre Douce <alexandre.douce@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Several modifications of radiative transfer module.
  - Only one radiating phase is now possible
  - Use of propce and propfb arrays to store most of the variables
  - Use of standard routines for post-processing, leveraging the
  need of single-processor simulation for boundary variables output
  - Activation of the radiative transfer module from usray1, and no
  more from the different dp_XXX data files for specific physics
  modified thermochemistry data files:
    data/thch/dp_C3P
    data/thch/dp_C3PSJ
    data/thch/dp_C4P
    data/thch/dp_FCP
    data/thch/dp_FUE
  modified scripts:
    src/fuel/Makefile.am
    src/rayt/Makefile.am
  removed routines:
    src/rayt/raybrd.f90
    src/rayt/rayens.f90
  modified routines:
    include/base/cs_gui.h
    include/base/cs_gui_radiative_transfer.h
    include/lagr/lagran.h
    include/pprt/ppincl.h
    include/rayt/radiat.h
    src/base/caltri.f90
    src/base/clptrg.f90
    src/base/clptur.f90
    src/base/condli.f90
    src/base/covofi.f90
    src/base/cs_gui.c
    src/base/cs_gui_radiative_transfer.c
    src/base/dvvpst.f90
    src/base/impini.f90
    src/base/iniusi.f90
    src/base/memcli.f90
    src/base/tridim.f90
    src/base/varpos.f90
    src/base/verini.f90
    src/cogz/coini1.f90
    src/cogz/colecd.f90
    src/cogz/coprop.f90
    src/cogz/d3pint.f90
    src/cogz/d3pphy.f90
    src/cogz/ebuphy.f90
    src/cogz/pdflwc.f90
    src/cogz/pdfpp4.f90
    src/cplv/cpini1.f90
    src/cplv/cplecd.f90
    src/cplv/cplin1.f90
    src/cplv/cplpro.f90
    src/cplv/cpprop.f90
    src/cplv/cprays.f90
    src/elec/ellecd.f90
    src/elec/elphyv.f90
    src/elec/elveri.f90
    src/fuel/fuini1.f90
    src/fuel/fulecd.f90
    src/fuel/fuprop.f90
    src/lagr/lagcou.f90
    src/lagr/lagent.f90
    src/lagr/lagich.f90
    src/lagr/lagitp.f90
    src/lagr/laglec.f90
    src/lagr/lagopt.f90
    src/lagr/lagout.f90
    src/pprt/ppcabs.f90
    src/pprt/ppinii.f90
    src/pprt/ppray4.f90
    src/rayt/memra1.f90
    src/rayt/memra2.f90
    src/rayt/memra3.f90
    src/rayt/raycli.f90
    src/rayt/raydir.f90
    src/rayt/raydom.f90
    src/rayt/raylec.f90
    src/rayt/rayopt.f90
    src/rayt/rayout.f90
    src/rayt/raypar.f90
    src/rayt/raypun.f90
    src/rayt/raysca.f90
    src/rayt/raysol.f90
    users/cogz/usd3p1.f90
    users/cogz/usebu1.f90
    users/cogz/uslwc1.f90
    users/cplv/uscpl1.f90
    users/elec/uselph.f90
    users/lagr/uslaed.f90
    users/lagr/uslast.f90
    users/rayt/usray1.f90
    users/rayt/usray2.f90
    users/rayt/usray3.f90
    users/rayt/usray4.f90
    users/rayt/usray5.f90

* 03/07/2009 - David Monfort <david.monfort@edf.fr>
  Add a configure option to disable the graphical interface support.
  modified scripts:
    configure.ac
    Makefile.am

* 02/07/2009 - David Monfort <david.monfort@edf.fr>
  Merge syr_cs library into the kernel package for an easier
  maintenance and installation.
  Move preprocessor serach macro in configure.ac script.
  added script:
    config/cs_syrthes.m4
  removed script:
    config/cs_tools.m4
  modified scripts:
    bin/cs_compile.py
    bin/cs_config.py.in
    bin/runcase_coupling.in
    bin/runcase.in
    bin/runcase_syrthes
    configure.ac
    Makefile.am
  added routines:
    libsyrcs
    libsyrcs/Makefile.am
    libsyrcs/syr_comm.c
    libsyrcs/syr_comm.h
    libsyrcs/syr_coupling.c
    libsyrcs/syr_coupling.h
    libsyrcs/syr_cs.c
    libsyrcs/syr_defs.c
    libsyrcs/syr_defs.h

* 02/07/2009 - David Monfort <david.monfort@edf.fr>
  Pass Fortran specific libraries only to executable link stage.
  modified scripts:
    configure.ac
    bin/cs_config.py.in
    src/apps/Makefile.am

* 01/07/2009 - Richard Howard <richard.howard@edf.fr>
  Add a new turbulence model for LES: the WALE model.
  added routine:
    src/base/viswal.f90
  modified routines:
    gui/Pages/NumericalParamEquationModel.py
    gui/Pages/NumericalParamEquationView.py
    gui/Pages/TimeStepModel.py
    gui/Pages/TimeStepView.py
    gui/Pages/TurbulenceModel.py
    gui/Pages/TurbulenceView.py
    include/base/cstphy.h
    src/base/cs_gui.c
    src/base/impini.f90
    src/base/iniini.f90
    src/base/Makefile.am
    src/base/memphy.f90
    src/base/modini.f90
    src/base/phyvar.f90
    src/base/tridim.f90
    src/base/verini.f90
    users/base/usini1.f90

* 01/07/2009 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix a wrong division by the density in the norm calculation for
  mass and lagrangian source terms.
  modified routine:
    src/base/resolp.f90

* 01/07/2009 - David Monfort <david.monfort@edf.fr>
  Fix a wrong test on radiative transfer modelling activated by
  specific physics.
  modified routine:
    src/rayt/rayopt.f90

* 01/07/2009 - David Monfort <david.monfort@edf.fr>
  Fix a missing "if" when testing for radiative transfer.
  modified routine:
    src/base/covofi.f90

* 01/07/2009 - David Monfort <david.monfort@edf.fr>
  Fix minor bugs introduced when committing user script modifications.
  modified scripts:
    bin/cs_check_consistency.py
    bin/runcase.in

* 26/06/2009 - David Monfort <david.monfort@edf.fr>
  Remove warning on padding.
  modified script:
    config/cs_auto_flags.sh

* 16/06/2009 - David Monfort <david.monfort@edf.fr>
  Remove executable bits for Python modules.
  modified scripts:
    bin/cs_check_consistency.py
    bin/cs_check_mesh.py
    bin/cs_compile.py
    bin/cs_config.py.in
    bin/cs_create.py
    bin/cs_info.py
    bin/cs_plot_probes.py
    gui/cs_gui.py

* 16/06/2009 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix bugs in the scalar source terms for pulverized coal combustion
  with CO2 equation (wrong pointer, wrong use of unitialize arrays).
  modified routine:
    src/cplv/cptssc.f90

* 15/06/2009 - David Monfort <david.monfort@edf.fr>
  Enable the multigrid algorithm for the diffusion equation in
  the electric arcs, Lagrangian, radiative transfert (P1 model)
  and ALE modules.
  modified scripts:
    src/base/codits.f90
    src/base/varpos.f90
    src/elec/elini1.f90
    src/lagr/lageqp.f90
    src/rayt/raypun.f90

* 15/06/2009 - Jérôme Lucas <jerome.lucas@incka.fr>
  Fix a missing initialization in the halo structure.
  modified routine:
    src/base/cs_halo.c

* 15/06/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Code cleaning.
  modified routines:
    include/base/cs_boundary_conditions.h
    src/base/cs_boundary_conditions.c

* 15/06/2009 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Fix a wrong array indirection in mass source term calculation.
  modified routines:
    src/base/mempdc.f90
    src/base/resolp.f90

* 15/06/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a tricky bug in Bull optimization for matrix/vector product,
  often seen while using the multigrid algorithm (more occurences...)
  modified routine:
    src/base/cs_matrix.c

* 15/06/2009 - David Monfort <david.monfort@edf.fr>
  Fix mass flux calculation for fans modelling.
  modified routine:
    src/base/cs_ventil.c

* 15/06/2009 - François Jusserand <francois.jusserand@edf.fr>
  Fix a missing variable initialization for Code_Aster coupling.
  modified routine:
    src/base/cs_ast_coupling.c

* 15/06/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Update compiler flags for SX9 system and add -fbounds-check for gcc.
  modified script:
    config/cs_auto_flags.sh

* 15/06/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix to avoid error in bounds checking with gcc.
  modified routine:
    src/base/covofi.f90

* 15/06/2009 - David Monfort <david.monfort@edf.fr>
  Use the default reader for pdf.
  modified script:
    bin/cs_info.py

* 15/06/2009 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Replace all the different user scripts by a single one.
  modified scripts:
    configure.ac
    Makefile.am
    doc/refcard/refcard.tex
    gui/Makefile.am
    gui/Base/MainView.py
  added scripts:
    bin/cs.in
    bin/cs_check_consistency.py
    bin/cs_check_mesh.py
    bin/cs_compile.py
    bin/cs_create.py
    bin/cs_info.py
    bin/cs_plot_probes.py
    gui/cs_gui.py
  removed scripts:
    bin/cs_check_consistency.in
    bin/cs_check_mesh.in
    bin/cs_compile.in
    bin/cs_config.py.in
    bin/cs_create.in
    bin/cs_info.in
    bin/cs_plot_probes.in
    bin/SaturneGUI.in
    gui/cs_gui.in

* 28/05/2009 - David Monfort <david.monfort@edf.fr>
  Add a trick to by-pass the PYTHONPATH environment variable.
  modified script:
    gui/cs_gui.in

* 28/05/2009 - David Monfort <david.monfort@edf.fr>
  Update user scripts with respect to the GUI integration,
  remove the ics_prefix references.
  modified scripts:
    bin/cs_info.in
    bin/runcase.in
    bin/runcase_coupling.in
    bin/cs_config.py.in

* 27/05/2009 - David Monfort <david.monfort@edf.fr>
  Update to new mkpyqt.py script.
  Remove two generated resources files.
  modified script:
    gui/sbin/mkpyqt.py
  removed files:
    gui/Base/resource_base_rc.py
    gui/Pages/resources_pages_rc.py

* 26/05/2009 - David Monfort <david.monfort@edf.fr>
  Merge the Graphical User Interface module within the Kernel
  module for a better consistency in development and maintenance.
  See the ICS Subversion repository for previous ChangeLog.
  added module:
    gui
  modified scripts:
    configure.ac
    config/cs_tools.m4
    bin/SaturneGUI.in
    Makefile.am

* 26/05/2009 - David Monfort <david.monfort@edf.fr>
  Tagging version 2.0 beta1

* 20/04/2009 - David Monfort <david.monfort@edf.fr>
  Mis-spelling of syr_cs_profile.
  modified script:
    bin/runcase_syrthes

* 15/04/2009 - David Monfort <david.monfort@edf.fr>
  Fix BG/L and /P ESSL BLAS detection.
  modified script:
    config/cs_auto_flags.sh
    config/cs_blas.m4

* 14/04/2009 - David Monfort <david.monfort@edf.fr>
  Change the order of header directory search when compiling.
  modified script:
    bin/cs_compile.in

* 14/04/2009 - David Monfort <david.monfort@edf.fr>
  Make all Python scripts depend on the right Python interpreter.
  Revert to 2.0.0-beta version number.
  modified scripts:
    bin/cs_check_consistency.in
    bin/cs_check_mesh.in
    bin/cs_compile.in
    bin/cs_config.py.in
    bin/cs_create.in
    bin/cs_info.in
    bin/cs_plot_probes.in
    configure.ac

* 14/04/2009 - David Monfort <david.monfort@edf.fr>
  Add a quick reference card documentation.
  Remove the reference to the VERS keyword in user subroutines.
  Change the version number to 2.0-beta1.
  modified files:
    doc/refcard/refcard.tex
    configure.ac
    Makefile.am

* 10/04/2009 - David Monfort <david.monfort@edf.fr>
  Fix the opt-libs option parsing in the compilation script.
  modified script:
    bin/cs_compile

* 08/04/2009 - David Monfort <david.monfort@edf.fr>
  Fix data/results for SYRTHES coupling.
  modified scritps:
    bin/runcase.in
    bin/runcase_syrthes

* 08/04/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Merge debug and optimized LDFLAGS.
  modified scripts:
    configure.ac
    src/*/Makefile.am

* 08/04/2009 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Add support for a future use of MEI library for function
  interpretrer.
  Corrections in compile and autoflags scripts.
  added script:
    config/cs_mei.m4
  modified scripts:
    configure.ac
    bin/cs_config.py.in
    config/cs_auto_flags.sh
    src/apps/Makefile.am
    src/base/Makefile.am

* 08/04/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Missing common for OpenMP support and simplification
  in boundary conditions output.
  modified routines:
    include/base/parall.h
    src/base/typecl.f90

* 30/03/2009 - David Monfort <david.monfort@edf.fr>
  Update cs_auto_flags.sh (missing optimized flags)
  modified script:
    config/cs_auto_flags.sh

* 27/03/2009 - David Monfort <david.monfort@edf.fr>
  Correct way of handling a local Python installation.
  Update to the new name of the GUI script: cs_gui.
    bin/SaturneGUI.in
    configure.ac
    config/cs_tools.m4

* 27/03/2009 - David Monfort <david.monfort@edf.fr>
  Translation dictionary update.
  modified files:
    po/fr.po
    po/POTFILES.in

* 27/03/2009 - David Monfort <david.monfort@edf.fr>
  Documentation update.
  modified files:
    doc/manpages/cs_check_consistency.1
    doc/manpages/cs_create.1
    doc/manpages/cs_info.1
    doc/user/saturne1.tex
    doc/user/saturne2.tex

* 27/03/2009 - David Monfort <david.monfort@edf.fr>
  Move from getopt to optparse module in Python scripts to handle
  the command line.
  Add a --force option to the compilation script (in case no source
  files are present).
  Change some missing classical short/long options in some scripts.
  modified scripts:
    bin/cs_check_consistency
    bin/cs_check_mesh.in
    bin/cs_compile.in
    bin/cs_create.in
    bin/cs_info.in
    bin/cs_plot_probes
    bin/runcase.in

* 27/03/2009 - David Monfort <david.monfort@edf.fr>
  Use the new cs_preprocess name for autoconf detection.
  Add a PYTHONPATH variable export in order to be able to launch
  the GUI correctly.
  modified scripts:
    bin/SaturneGUI
    config/cs_tools.m4

* 27/03/2009 - David Monfort <david.monfort@edf.fr>
  Add a runcase_coupling script to launch code/code coupling
  simulations (experimental, only the script works).
  added scripts:
    bin/runcase_coupling.in
  modified scripts:
    configure.ac
    Makefile.am

* 27/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Disable OpenMP by default.
  Add a missing -DHAVE_CONFIG_H in the cs_compile script.
  modified scripts:
    bin/cs_compile
    configure.ac

* 27/03/2009 - David Monfort <david.monfort@edf.fr>
  Add an "apps" directory in which the compilation of Code_Saturne
  main library and applications is done.
  Rename cs_main.c in cs_solver.c
  Add the pre-requisite version of Python (2.3).
  added files:
    src/apps
    src/apps/cs_solver.c
    src/apps/Makefile.am
    src/Makefile.am
  removed routine:
    src/base/cs_main.c
  modified files:
    src/base/Makefile.am
    configure.ac
    Makefile.am

* 25/03/2009 - David Monfort <david.monfort@edf.fr>
  Temporarily set the architecture name (for EDF purposes), this
  part will be rewritten later on.
  modified script:
    bin/runcase_mpi_env

* 25/03/2009 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Add a trick in some Python user scripts so that one does not
  have to set the PYTHONPATH variable in case the install path
  is not standard.
  modified scipts:
    bin/cs_check_mesh
    bin/cs_compile
    bin/cs_create
    bin/cs_info
    configure.ac

* 25/03/2009 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Change the way one detects OpenMPI (version 1.3).
  Two minor corrections in the runcase_syrthes scripts (some
  results were not copied back).
  Make the long options of the code use the double-hyphen style.
  modified files:
    bin/cs_check_mesh
    bin/cs_compile
    bin/runcase.help
    bin/runcase.in
    bin/runcase_mpi_rank
    bin/runcase_syrthes
    doc/manpages/cs_check_mesh.1
    doc/manpages/cs_info.1
    doc/manpages/cs_solver.1
    doc/user/saturne1.tex
    po/fr.po
    src/base/cs_opts.c

* 23/03/2009 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Add a trick to fool the Makefile.in.in from gettext support
  so that it handles the install-pdf target.
  Update the autoflags and cs_lagr.c accordingly.
  Small modification in the documentation macros.
  modified files:
    config/cs_auto_flags.sh
    doc/style/csmacros.sty
    po/fr.po
    po/Rules-install
    src/lagr/cs_lagr.c

* 23/03/2009 - David Monfort <david.monfort@edf.fr>
  Update French dictionnary.
  Remove ale.tex, integrated in the user guide.

* 23/03/2009 - David Monfort <david.monfort@edf.fr>
  Update Subversion ignore property.
  modified directories:
    config
    doc/refcard
    doc/refcard/graphics

* 23/03/2009 - David Monfort <david.monfort@edf.fr>
  Several modifications and corrections related to missing
  information (mostly).
  Updated GUI-related scripts in order to use an installed
  version of the GUI.
  modified scripts:
    bin/cs_config.py.in
    bin/SaturneGUI.in
    config/cs_auto_flags.sh
    config/cs_tools.m4
    configure.ac

* 23/03/2009 - David Monfort <david.monfort@edf.fr>
  Remove standard user shell script by Python ones.
  modified scripts:
    bin/cs_check_consistency
    bin/cs_check_mesh
    bin/cs_create
    bin/cs_info
    bin/cs_plot_probes
    bin/runcase.in

* 23/03/2009 - David Monfort <david.monfort@edf.fr>
  Reorganize the test cases database in a simpler way.
  Remove obsolete tex files.
  removed files:
    doc/theory/introd_fonc.save
    doc/theory/introd_fonc.tex.last

* 23/03/2009 - David Monfort <david.monfort@edf.fr>
  Lot of Makefile changes related to package distribution.
  Add a refcard documentation and some missing manpages.
  Add a csmacro and a csvers file containing all the macros
  and version for Code_Saturne documentation.
  Install cs_config.py in a Python site-package.
  Rename TEST_CASES in test_cases.
  modified files:
    configure.ac
    doc/howto/graphics/Makefile.am
    doc/howto/howto.tex
    doc/howto/Makefile.am
    doc/Makefile.am
    doc/manpages/cs_compile.1
    doc/manpages/cs_config.1
    doc/manpages/cs_create.1
    doc/manpages/cs_info.1
    doc/manpages/cs_plot_probes.1
    doc/manpages/cs_solver.1
    doc/refcard
    doc/refcard/graphics
    doc/refcard/graphics/Makefile.am
    doc/refcard/Makefile.am
    doc/refcard/refcard.tex
    doc/style/csdoc.sty
    doc/style/csindex.sty
    doc/style/csmacros.sty
    doc/style/csvers.tex.in
    doc/theory/graphics/Makefile.am
    doc/theory/Makefile.am
    doc/theory/theory.tex
    doc/tutorial/graphics/Makefile.am
    doc/tutorial/Makefile.am
    doc/tutorial/test_cases
    doc/tutorial/tutorial.tex
    doc/user/graphics/Makefile.am
    doc/user/Makefile.am
    doc/user/saturne1.tex
    doc/user/saturne2.tex
    doc/user/user.tex
    Makefile.am

* 23/03/2009 - David Monfort <david.monfort@edf.fr>
  Bug correction in SYRTHES coupling script.
  modified script:
    bin/runcase_syrthes

* 23/03/2009 - David Monfort <david.monfort@edf.fr>
  Remove the test on iasize in memory management routines where
  one does not need anymore new integer arrays. Fix a potential
  bug (introduced with the new multigrid algorithm) when
  checking a non-initialized variable.
  modified routines:
    src/base/memale.f90
    src/base/memdis.f90
    src/base/memdyp.f90
    src/base/memkep.f90
    src/base/memkom.f90
    src/base/memnav.f90
    src/base/memrij.f90
    src/base/memsca.f90
    src/base/memv2f.f90
    src/cfbl/memcfm.f90
    src/rayt/memra2.f90

* 20/03/2009 - David Monfort <david.monfort@edf.fr>
  Minor corrections and improvements based on feedback from
  Debian packager S. Ledru.
  added scripts:
    bin/runcase_mpi_env
    bin/runcase_mpi_rank
    bin/runcase_syrthes
  deleted scripts:
    bin/cs_runcase_mpi_env
    bin/cs_runcase_mpi_rank
    bin/cs_runcase_syrthes.in
    sbin/compil
    sbin/gettextize
    sbin/install
  modified scripts:
    bin/cs_config.py.in
    bin/runcase.in
    config/cs_auto_flags.sh
    configure.ac
    Makefile.am
    src/atmo/Makefile.am
    src/base/Makefile.am
    src/cfbl/Makefile.am
    src/cogz/Makefile.am
    src/cplv/Makefile.am
    src/ctwr/Makefile.am
    src/elec/Makefile.am
    src/fuel/Makefile.am
    src/lagr/Makefile.am
    src/pprt/Makefile.am
    src/rayt/Makefile.am

* 20/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Port autotools build system to BlueGene and Itanium systems.
  Add full BLAS and OpenMP support.
  modified scripts:
    config/cs_auto_flags.sh
    config/cs_blas.m4
    config/cs_fvm.m4
    config/cs_libxml2.m4
    config/cs_mpi.m4
    config/cs_tools.m4
    configure.ac

* 20/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Upgrade to BFT 1.1.
  Corrections and modifications for OpenMP support.
  Other small fixes regarding autotools support.
  modified script:
    src/base/Makefile.am
  modified routines:
    include/base/cs_base.h
    include/base/cs_blas.h
    include/base/cs_opts.h
    include/base/parall.h
    src/base/cs_ast_coupling.c
    src/base/cs_base.c
    src/base/cs_blas.c
    src/base/cs_main.c
    src/base/cs_matrix.c
    src/base/cs_opts.c
    src/base/cs_syr3_coupling.c
    src/base/majgeo.f90
    src/ctwr/cs_ctwr.c
    users/base/usdpst.f90

* 17/03/2009 - David Monfort <david.monfort@edf.fr>
  Add man pages for the main scripts to the documentation.
  added files:
    doc/manpages
    doc/manpages/cs_info.1
    doc/manpages/cs_check_consistency.1
    doc/manpages/cs_create.1
    doc/manpages/cs_config.1
    doc/manpages/cs_plot_probes.1
    doc/manpages/cs_check_mesh.1
  modified script:
    Makefile.am

* 17/03/2009 - David Monfort <david.monfort@edf.fr>
  Take into account the correct installation path for pdf documentation.
  modified scripts:
    bin/cs_create.in
    bin/cs_info.in

* 17/03/2009 - David Monfort <david.monfort@edf.fr>
  Bug correction in the copy of SYRTHES results.
  modified script:
    bin/cs_runcase_syrthes.in

* 17/03/2009 - David Monfort <david.monfort@edf.fr>
  Rename all scripts to remain coherent throughout Code_Saturne
  distribution.
  modified scripts:
    configure.ac
    Makefile.am

* 16/03/2009 - David Monfort <david.monfort@edf.fr>
  Major overhauling of the documentation building to keep
  automake rules.

* 16/03/2009 - David Monfort <david.monfort@edf.fr>
  Make lowercase documentation directories.

* 11/03/2009 - David Monfort <david.monfort@edf.fr>
  Remove (at last!) the cs_profile, Makefile and macros files.
  removed scripts:
    bin/cs_profile
    bin/macros_Blue_Gene_L.mk
    bin/macros_Blue_Gene_P.mk
    bin/macros_Darwin.mk
    bin/macros_Linux.mk
    bin/macros_Linux_IA64.mk
    bin/macros_Linux_x86_64.mk
    bin/macros_SX9.mk
    bin/Makefile
    extras/macros_old/macros_IRIX64.mk
    extras/macros_old/macros_SunOS.mk
    extras/macros_old/macros_OSF1.mk
    extras/macros_old/macros_Linux_CCRT.mk
    extras/macros_old/macros_HP-UX.mk
    extras/macros_old/README
    extras/macros_old

* 11/03/2009 - David Monfort <david.monfort@edf.fr>
  Add a --with-python option so that the Python executable used
  by the SaturneGUI script can be set up at installation stage.
  Minor modifications in the runcase script.
  modified scripts:
    bin/runcase.in
    bin/SaturneGUI.in
    config/cs_tools.m4
    configure.ac

* 11/03/2009 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Add a cs_compile Python script to enable user compilation,
  based on information provided by cs_config.py, and add rpath
  handling in this latter script to be able to link even if the
  library path is not standard.
  Add a call to the new syr_cs_profile in SYRTHES coupling
  handling.
  Modify the behaviour of cs_create so that the comment removal
  and version tag is done at the installation stage, and no more
  at the study structure creation.
  Minor correction and modification in the runcase script.
  added scripts:
    bin/cs_compile
    bin/runcase_syrthes.in
  removed scripts:
    bin/runcase_syrthes
  modified scripts:
    bin/cs_config.py.in
    bin/cs_create.in
    bin/runcase.in
    config/cs_auto_flags.sh
    config/cs_tools.m4
    configure.ac
    Makefile.am

* 10/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a Python config files to enable the user scripts to
  be aware of the build and install options.
  added scripts:
    bin/cs_config.py.in
    configure.ac
  modified scripts:
    config/cs_auto_flags.sh
    config/cs_config_info.m4

* 09/03/2009 - David Monfort <david.monfort@edf.fr>
  Do not compile the code if there is no user file.
  modified script:
    bin/runcase.in

* 09/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Refactoring of the mesh renumbering feature in order
  to account for OpenMP support. Still missing is the
  correct numbering of interior and boundary faces.
  Based on initial work of Pascal Vezolles from IBM.
  added routines:
    include/base/cs_numbering.h
    src/base/cs_numbering.c
  modified routines:
    include/base/cs_base.h
    include/base/cs_matrix.h
    include/base/cs_mesh.h
    include/base/cs_prototypes.h
    include/base/cs_renumber.h
    include/base/parall.h
    include/base/paramx.h
    include/base/vector.h
    src/base/cs_base.c
    src/base/cs_benchmark.c
    src/base/cs_grid.c
    src/base/csinit.f90
    src/base/cs_main.c
    src/base/cs_matrix.c
    src/base/cs_mesh.c
    src/base/cs_renumber.c
    src/base/cs_sles.c
    src/base/gradmc.f90
    src/base/iniini.f90
    src/base/majgeo.f90
    src/base/numvec.f90
    src/base/prods2.f90
    src/base/prods3.f90
    src/base/prodsc.f90
  modified scripts:
    po/POTFILES.in
    src/base/Makefile.am

* 09/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Create a graphical post-processing view of the boundary
  conditions definition in case of error.
  added routines:
    include/base/cs_boundary_conditions.h
    src/base/cs_boundary_conditions.c
  modified scripts:
    po/POTFILES.in
    src/base/Makefile.am
  modified routines:
    include/base/cs_post.h
    src/base/cs_post.c
    src/base/typecl.f90

* 09/03/2009 - David Monfort <david.monfort@edf.fr>
  Replace CS_HOME fixed behaviour with autoconf handling
  in check_mesh, cs_create, cs_info, runcase and SaturneGUI.
  Remove unused scripts.
  modified scripts:
    bin/check_mesh
    bin/cs_create
    bin/cs_info
    bin/mpi_rank.sh
    bin/runcase
    bin/runcase.help
    bin/SaturneGUI
    configure.ac
  removed scripts:
    bin/compiler_version
    bin/cs.exe
    bin/ecs

* 09/03/2009 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Change BFT and FVM behaviour wrt the _FLAGS handling.
  modified scripts:
    config/cs_bft.m4
    config/cs_fvm.m4
    configure.ac
    src/base/Makefile.am
    src/ctwr/Makefile.am
    src/lagr/Makefile.am

* 09/03/2009 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Automatic detection of fvm_coupl library, along with
  sockets and dlopen support, and some system calls.
  Installation of user scripts in the proper directories.
  Copyright correction and dictionnary update.
  modified scripts:
    config/cs_auto_flags.sh
    config/cs_bft.m4
    config/cs_blas.m4
    config/cs_fvm.m4
    config/cs_libxml2.m4
    config/cs_mpi.m4
    config/cs_tools.m4
    configure.ac
    Makefile.am
    sbin/backup
  modified routine:
    include/base/cs_base.h
    src/base/cs_base.c
  updated dictionnary:
    po/fr.po
    po/remove-potcdate.sed

* 06/03/2009 - David Monfort <david.monfort@edf.fr>
  Rename cs_lagrang in cs_lagr.
  modified files:
    po/POTFILES.in
    src/lagr/Makefile.am
  removed routines:
    include/lagr/cs_lagrang.h
    src/lagr/cs_lagrang.c
  added routines:
    include/lagr/cs_lagr.h
    src/lagr/cs_lagr.c

* 06/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug when running in benchmark mode.
  modified routine:
    src/base/cs_main.c

* 06/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Move from a global location to a local some specific
  MPI types.
  modified routines:
    include/base/cs_base.h
    src/base/cs_base.c
    src/base/cs_parall.c

* 06/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Rename cs_ecs_messages in cs_preprocessor_data.
  modified files:
    po/POTFILES.in
    src/base/cs_main.c
    src/base/Makefile.am
  removed routines:
    include/base/cs_ecs_messages.h
    src/base/cs_ecs_messages.c
  added routines:
    include/base/cs_preprocessor_data.h
    src/base/cs_preprocessor_data.c

* 06/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove unnecessary specific exit handling.
  modified routines:
    include/base/cs_base.h
    src/base/cs_base.c
    src/base/cs_calcium.c

* 05/03/2009 - David Monfort <david.monfort@edf.fr>
  First integration of the autoconfiscation of the build
  system.
  Add a bootstrap script, config files, Makefile.am
  files and configure.ac script.
  Add a Makefile.am file in every src sub-directory and
  modify C sources to account for the cs_config.h header.
  Add also some mandatory files in the root directory.
  added scripts:
    config
    config/cs_auto_flags.sh
    config/cs_bft.m4
    config/cs_blas.m4
    config/cs_fvm.m4
    config/cs_libxml2.m4
    config/cs_mpi.m4
    config/cs_tools.m4
    configure.ac
    INSTALL
    Makefile.am
    NEWS
    README
    sbin/bootstrap
    src/atmo/Makefile.am
    src/base/Makefile.am
    src/cfbl/Makefile.am
    src/cogz/Makefile.am
    src/cplv/Makefile.am
    src/ctwr/Makefile.am
    src/elec/Makefile.am
    src/fuel/Makefile.am
    src/lagr/Makefile.am
    src/mati/Makefile.am
    src/pprt/Makefile.am
    src/rayt/Makefile.am
  modified routines:
    src/base/cs_ale.c
    src/base/cs_ast_coupling.c
    src/base/cs_base.c
    src/base/cs_benchmark.c
    src/base/cs_blas.c
    src/base/cs_calcium.c
    src/base/cs_coupling.c
    src/base/cs_ecs_messages.c
    src/base/cs_ext_neighborhood.c
    src/base/cs_gradient.c
    src/base/cs_grid.c
    src/base/cs_gui.c
    src/base/cs_gui_matisse.c
    src/base/cs_gui_radiative_transfer.c
    src/base/cs_gui_util.c
    src/base/cs_halo.c
    src/base/cs_io.c
    src/base/cs_main.c
    src/base/cs_matrix.c
    src/base/cs_mesh.c
    src/base/cs_mesh_coherency.c
    src/base/cs_mesh_connect.c
    src/base/cs_mesh_halo.c
    src/base/cs_mesh_quality.c
    src/base/cs_mesh_quantities.c
    src/base/cs_mesh_solcom.c
    src/base/cs_mesh_warping.c
    src/base/cs_multigrid.c
    src/base/cs_opts.c
    src/base/cs_parall.c
    src/base/cs_perio.c
    src/base/cs_post.c
    src/base/cs_proxy_comm.c
    src/base/cs_renumber.c
    src/base/cs_restart.c
    src/base/cs_sat_coupling.c
    src/base/cs_selector.c
    src/base/cs_sles.c
    src/base/cs_syr3_comm.c
    src/base/cs_syr3_coupling.c
    src/base/cs_syr3_messages.c
    src/base/cs_syr4_coupling.c
    src/base/cs_syr_coupling.c
    src/base/cs_tpar1d.c
    src/base/cs_ventil.c
    src/base/tcpumx.c
    src/base/tremai.c
    src/ctwr/cs_ctwr_air_props.c
    src/ctwr/cs_ctwr.c
    src/ctwr/cs_ctwr_halo.c
    src/lagr/cs_lagrang.c
    src/lagr/cs_lagr_perio.c

* 05/03/2009 - David Monfort <david.monfort@edf.fr>
  Rename HAVE_XML macros to HAVE_LIBXML2 to give a better
  view of what is needed in the code.
  modified routines:
    src/base/cs_gui.c
    src/base/cs_gui_util.c
    src/base/cs_opts.c

* 04/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Cosmethic changes (committed in two revisions).
  modified routines:
    include/base/cs_base.h
    include/base/cs_parall.h
    include/base/cs_matrix.h
    include/base/cs_halo.h
    include/base/cs_mesh.h
    src/base/caltri.f90
    src/base/cs_benchmark.c
    src/base/cs_base.c
    src/base/cs_halo.c
    src/base/cs_matrix.c
    src/base/cs_mesh_quantities.c
    src/base/cs_mesh_warping.c
    src/base/cs_parall.c
    src/base/cs_syr_coupling.c
    users/base/usray3.F
    users/base/usray4.F
    users/base/usray5.F
  modified script:
    bin/runcase

* 04/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Add a sleep function in error handling to avoid multiple output
  in case of parallelism. Protect the cs_calcium.c sleep call with
  a test on _POSIX_SOURCE.
  modified routine:
    src/base/cs_base.c
    src/base/cs_calcium.c

* 04/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug in cs_benchmark.c (n_faces instead of n_cells).
  modified routine:
    src/base/cs_benchmark.c

* 04/03/2009 - David Monfort <david.monfort@edf.fr>
  Rename every _CS_HAVE_xxx macro in the more standard HAVE_xxx

* 04/03/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Refactoring the code in a stand-alone plug-in for YACS, thus
  the complex part of the shared library build is removed.
  modified routines:
    include/base/cs_base.h
    include/base/cs_calcium.h
    include/base/cs_opts.h
    src/base/cs_base.c
    src/base/cs_calcium.c
    src/base/cs_main.c
    src/base/cs_opts.c
  modified scripts:
    bin/macros_Blue_Gene_L.mk
    bin/macros_Blue_Gene_P.mk
    bin/macros_Darwin.mk
    bin/macros_Linux_Ch.mk
    bin/macros_Linux_IA64.mk
    bin/macros_Linux.mk
    bin/macros_Linux_x86_64.mk
    bin/macros_SX9.mk
    bin/Makefile
    sbin/install
  added file:
    extras/cs_component.py

* 04/03/2009 - Bertrand Sapa <bertrand-externe.sapa@edf.fr>
  Correction on some missing "ipproc" indirections for several
  arguments in the call to the "rmodak" subroutine.
  modified routine:
    src/pprt/ppcabs.f90

* 04/03/2009 - David Monfort <david.monfort@edf.fr>
  Fix wrong test when tagging user files with version number.
  modified script:
    bin/Makefile

* 25/02/2009 - David Monfort <david.monfort@edf.fr>
  Fix wrong commit of the cs_profile script.
  modified script:
    bin/cs_profile

* 25/02/2009 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Conversion of all the Fortran files (headers included)
  form fixed F77 format to free f90 format. A small-case
  extension is used so that one can, in the future, skip the
  preprocessing stage.
  Moreover the herebelow scripts have been updated to take
  into account the changes, especially the Makefile and macros
  files (to enforce the preprocessing stage by a correct compiler
  option).
  modified scripts:
    sbin/rmb
    bin/compiler_version
    bin/macros_Linux_Ch.mk
    bin/cs_profile
    bin/macros_Linux_x86_64.mk
    bin/cs_create
    bin/macros_Linux_IA64.mk
    bin/macros_SX9.mk
    bin/check_consistency
    bin/macros_Darwin.mk
    bin/runcase
    bin/macros_Linux.mk
    bin/macros_Blue_Gene_L.mk
    bin/Makefile
    bin/macros_Blue_Gene_P.mk

* 23/02/2009 - David Monfort <david.monfort@edf.fr>
  Minor corrections in file list optimization.
  modified scripts:
    bin/macros_Blue_Gene_L.mk
    bin/macros_Blue_Gene_P.mk
    bin/macros_Darwin.mk

* 23/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Correction in the mesh structure update when renumbering cells.
  modified routines:
    src/base/cs_renumber.c

* 23/02/2009 - David Monfort <david.monfort@edf.fr>
  Minor modifications on halos routines (no impact).
  modified routines:
    src/base/cs_mesh_halo.c
    src/ctwr/cs_ctwr_halo.c

* 23/02/2009 - David Monfort <david.monfort@edf.fr>
  Correction for tests based on IVERIF variable in usini1.F, bug
  introduced when merging the different verification tests.
  modified routine:
    users/base/usini1.F

* 23/02/2009 - David Monfort <david.monfort@edf.fr>
  Remove unused cs_mesh_select feature (replaced by fvm_selector
  for SYRTHES coupling).
  modified routines:
    src/base/cs_sat_coupling.c
    src/base/cs_syr_coupling.c
  deleted routines:
    include/base/cs_mesh_select.h
    src/base/cs_mesh_select.c

* 23/02/2009 - David Monfort <david.monfort@edf.fr>
  Porting to NEC SX9: replace VPP 5000 vectorization directives
  by NEC ones (!OCL... => !CDIR...) and add a specific macros file.
  Also add new AR and ARFLAGS variables in the Makefile so that one
  can specify the archiver.
  Thanks to HLRS for the modifications.
  added script:
    bin/macros_SX9.mk
  modified scripts:
    bin/macros_Blue_Gene_L.mk
    bin/macros_Blue_Gene_P.mk
    bin/macros_Darwin.mk
    bin/macros_Linux_Ch.mk
    bin/macros_Linux_IA64.mk
    bin/macros_Linux.mk
    bin/macros_Linux_x86_64.mk
    bin/Makefile
  modified routines:
    src/base/bilsc2.F
    src/base/cs_sles.c
    src/base/divmas.F
    src/base/gradmc.F
    src/base/gradrc.F
    src/base/matrdt.F
    src/base/matrix.F
    src/base/promav.F
    src/base/proxav.F
    src/base/recvmc.F
    src/base/tstvec.F
    src/base/vissec.F
    src/cfbl/cfbsc2.F
    src/cfbl/cfbsc3.F
    src/cfbl/cfdivs.F
    src/cplv/cplym1.F

* 23/02/2009 - David Monfort <david.monfort@edf.fr>
  Add a --version option to get Code_Saturne version number.
  modified routine:
    src/base/cs_opts.c
  updated dictionary:
    po/fr.po

* 23/02/2009 - David Monfort <david.monfort@edf.fr>
  Install the user subroutines and the documentation within
  a standard "arch/$NOM_ARCH/share" directory.
  Minor corrections in these scripts as well.
  modified scripts:
    bin/cs_create
    bin/cs_info
    bin/Makefile
    sbin/install

* 23/02/2009 - David Monfort <david.monfort@edf.fr>
  Typo in macro use (CS_ARCH_Linux instead of _CS_ARCH_Linux).
  modified routine:
    src/base/cs_proxy_comm.c

* 18/02/2009 - David Monfort <david.monfort@edf.fr>
  Minor modifications to make Fortran files to be compiled as
  Fortran 95 source files after conversion (in three commits).
  modified routines:
    src/base/causta.F
    src/base/crstgr.F
    src/base/divrij.F
    src/base/inimas.F
    src/base/projts.F
    src/cogz/pdfpp4.F
    src/cplv/cpphy2.F
    src/elec/elphyv.F
    src/elec/eltssc.F
    src/pprt/memppt.F

* 16/02/2009 - David Monfort <david.monfort@edf.fr>
  Change the mesh quality verification behaviour. The different
  gradient calculation modes are now done in one pass. Thus, only
  one option remains for the command line (-q, with no sub-option).
  modified routines:
    include/base/cs_opts.h
    src/base/caltri.F
    src/base/cs_main.c
    src/base/cs_opts.c
    src/base/initi1.F
    src/base/memtri.F
    src/base/modini.F
    src/base/testel.F
  modified documentation:
    bin/runcase.help
    doc/USER/latex/saturne1.tex
    po/fr.po

* 16/02/2009 - David Monfort <david.monfort@edf.fr>
  Change cs_glob_base_nbr, cs_glob_base_rang and cs_glob_base_mpi_comm
  in cs_glob_n_ranks, cs_glob_rank_id and cs_glob_mpi_comm (resp.).
  modified routines:
    include/base/cs_base.h
    include/base/cs_sat_coupling.h
    src/base/cs_ast_coupling.c
    src/base/cs_base.c
    src/base/cs_benchmark.c
    src/base/cs_coupling.c
    src/base/cs_ecs_messages.c
    src/base/cs_ext_neighborhood.c
    src/base/cs_gradient.c
    src/base/cs_grid.c
    src/base/cs_gui.c
    src/base/cs_halo.c
    src/base/cs_io.c
    src/base/cs_main.c
    src/base/cs_mesh.c
    src/base/cs_mesh_halo.c
    src/base/cs_mesh_quality.c
    src/base/cs_mesh_warping.c
    src/base/cs_multigrid.c
    src/base/cs_opts.c
    src/base/cs_parall.c
    src/base/cs_perio.c
    src/base/cs_post.c
    src/base/cs_proxy_comm.c
    src/base/cs_renumber.c
    src/base/cs_restart.c
    src/base/cs_sat_coupling.c
    src/base/cs_sles.c
    src/base/cs_syr3_comm.c
    src/base/cs_syr3_coupling.c
    src/base/cs_syr3_messages.c
    src/base/cs_syr4_coupling.c
    src/base/cs_tpar1d.c
    src/base/cs_ventil.c
    src/ctwr/cs_ctwr.c
    src/ctwr/cs_ctwr_halo.c
    src/lagr/cs_lagr_perio.c

* 16/02/2009 - François Jusserand <francois.jusserand@edf.fr>
  Fix Code_Aster coupling for sequential calculations.
  modified routines:
    include/base/cs_ast_coupling.h
    src/base/cs_ast_coupling.c
    src/base/cs_main.c
    src/base/strdep.F
    src/base/strini.F
    src/base/strpre.F

* 16/02/2009 - David Monfort <david.monfort@edf.fr>
  Update of french dictionnary and list of gettextized files.
  modified files:
    po/fr.po
    po/POTFILES.in

* 16/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Bug correction in the MPI environment guess script.
  modified script:
    bin/runcase_mpi_env

* 16/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Bug correction when closing files with MPI I/O enabled.
  modified routine:
    src/base/cs_io.c

* 16/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  The kernel is now able to post-process edges for a given
  mesh via the PSTEDG subroutine. This functionnality is
  thus removed from the preprocessor.
  modified routines:
    include/base/cs_post.h
    src/base/cs_post.c

* 16/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  English translation of the post-processing management.
  modified routines:
    include/base/cs_post.h
    include/base/cs_prototypes.h
    src/base/cs_main.c
    src/base/cs_mesh_quality.c
    src/base/cs_mesh_solcom.c
    src/base/cs_mesh_warping.c
    src/base/cs_multigrid.c
    src/base/cs_post.c
    src/base/cs_syr3_coupling.c
    src/base/cs_syr4_coupling.c
    src/ctwr/cs_ctwr.c

* 16/02/2009 - David Monfort <david.monfort@edf.fr>
  Rename cs_suite.[hc] files in cs_restart.[hc]

* 16/02/2009 - David Monfort <david.monfort@edf.fr>
  Wrong commit for cs_suite.c
  modified routine:
    src/base/cs_suite.c

* 16/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  English translation of the restart files management.
  Also add a basic timer for the restart files process.
  modified routines:
    include/base/cs_tpar1d.c
    src/base/cs_main.c
    src/base/cs_suite.c
    src/base/cs_tpar1d.c

* 16/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  English translation of the SolCom format reader.
  modified routines:
    include/base/cs_mesh_solcom.h
    src/base/cs_main.c
    src/base/cs_mesh_solcom.c

* 16/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Add cell renumbering capability and re-organize face
  renumbering process.
  added routine:
    src/base/tstvec.F
  modified routines:
    include/base/cs_halo.h
    include/base/cs_mesh.h
    include/base/cs_post.h
    include/base/cs_prototypes.h
    src/base/cs_ext_neighborhood.c
    src/base/cs_halo.c
    src/base/cs_mesh.c
    src/base/cs_post.c
    src/base/cs_renumber.c
    src/base/numvec.F

* 13/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Better english and french!
  modified routines:
    src/base/cs_multigrid.c
    src/base/ecrava.F
    src/base/ecrlis.F
    users/base/usvpst.F

* 13/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  SYRTHES coupling change set. Correction for SYRTHES 4 coupling
  and corresponding modifications for SYRTHES 3 coupling).
  Upgrade to syr_cs 2.3.0
  modified script:
    bin/cs_profile
  modified routines
    include/base/cs_syr3_comm.h
    include/base/cs_syr3_coupling.h
    include/base/cs_syr3_messages.h
    include/base/cs_syr4_coupling.h
    include/base/cs_syr_coupling.h
    src/base/caltri.F
    src/base/cs_coupling.c
    src/base/cs_syr3_comm.c
    src/base/cs_syr3_coupling.c
    src/base/cs_syr3_messages.c
    src/base/cs_syr4_coupling.c
    src/base/cs_syr_coupling.c

* 13/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Documentation update (mainly the mesh formats documentation
  that have been removed from the preprocessor manual).
  modified files:
    doc/style/csdoc.sty
    doc/USER/saturne1.tex
    doc/USER/user.tex

* 13/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  From now on, use fvm_part_to_block/fvm_block_to_part
  for restart files writing/reading.
  Upgrade to FVM version 0.13.0
  modified macros:
    bin/macros_Blue_Gene_L.mk
    bin/macros_Blue_Gene_P.mk
    bin/macros_Darwin.mk
    bin/macros_Linux_Ch.mk
    bin/macros_Linux_IA64.mk
    bin/macros_Linux.mk
    bin/macros_Linux_x86_64.mk
  modified file:
    COMPATIBILITY
  modified routine:
    src/base/cs_suite.c

* 13/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Free more memory (less valgrind errors...).
  modified routine:
    src/base/cs_gui.c

* 13/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor correction and new matrix.vector product tests.
  modified routine:
    src/base/cs_benchmark.c

* 13/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Correction in the MPI initialization in case of coupling.
  modified routine:
    src/base/cs_base.c

* 13/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  CS_MIN/MAX macros are now consistant with Bull's ones.
  modified routines:
    include/base/cs_base.h
    src/base/cs_matrix.c

* 13/02/2009 - Yvan Fournier <yvan.fournier@edf.fr>
  Code_Aster coupling update (YACS side).
  modified routines:
    include/base/cs_calcium.h
    src/base/cs_ast_coupling.c
    src/base/cs_calcium.c
    src/base/cs_main.c

* 13/02/2009 - Marc Sakiz <marc.sakiz@edf.fr>
  Minor corrections and updates in the documentation.
  modified files:
    doc/style/csdoc.sty
    doc/TUTORIAL/latex/case5.tex

* 13/02/2009 - Marc Sakiz <marc.sakiz@edf.fr>
  Minor changes in the 1D-profile generation iva the GUI.
  modified routine:
    src/base/cs_gui.c

* 13/02/2009 - David Monfort <david.monfort@edf.fr>
  Upgrade to new compilers, drivers and librairies on BG/L
  and BG/P architecture.
  modified scripts:
    bin/macros_Blue_Gene_L.mk
    bin/macros_Blue_Gene_P.mk

* 13/02/2009 - David Monfort <david.monfort@edf.fr>
  Add consistency checks for the atmospheric and cooling
  towers modules.
  modified script:
    bin/check_consistency

* 13/02/2009 - David Monfort <david.monfort@edf.fr>
  Add the executable bit for runcase_syrthes.
  modified script:
    bin/runcase_syrthes

* 02/02/2009 - David Monfort <david.monfort@edf.fr>
  Minor correction in help output.
  modified script:
    bin/cs_create

* 02/02/2009 - Marc Sakiz <marc.sakiz@edf.fr>
  Fix a bug when no wall is present on a domain for the 1D
  wall thermal module.
  modified routine:
    src/base/cs_tpar1d.c

* 28/11/2008 - David Monfort <david.monfort@edf.fr>
  Release of Code_Saturne version 1.4.0

* 28/11/2008 - François Jusserand <francois.jusserand@edf.fr>
               Marc Sakiz <marc.sakiz@edf.fr>
               David Monfort <david.monfort@edf.fr>
  First integration of the Code_Aster coupling capability.
  Not yet tested! Not ye compatible with parallelism.
  added routines:
    include/base/alaste.h
    include/base/cs_ast_coupling.h
    src/base/cs_ast_coupling.c
    users/base/usaste.F
  modified routines:
    include/base/paramx.h
    src/base/lecamx.F
    src/base/ecrava.F
    src/base/strdep.F
    src/base/strini.F
    src/base/iniini.F
    src/base/strpre.F
    src/base/tridim.F

* 28/11/2008 - David Monfort <david.monfort@edf.fr>
  Update french dictionnary.

* 28/11/2008 - David Monfort <david.monfort@edf.fr>
  Correction on a wrong test for boundary conditions settings
  with specific physics.
  modified routine:
    src/base/tridim.F

* 28/11/2008 - David Monfort <david.monfort@edf.fr>
               Jérôme Lucas <jerome.lucas@incka.fr>
  Complete the cooling towers feature.
  Still not complet and no restarting or parallelism.
  added routines:
    include/ctwr/cs_ctwr_air_props.h
    include/ctwr/cs_ctwr.h
    include/ctwr/cs_ctwr_halo.h
    src/ctwr/cs_ctwr_air_props.c
    src/ctwr/cs_ctwr.c
    src/ctwr/cs_ctwr_halo.c
    users/ctwr/usctdz.F
  modified routines:
    src/base/cregeo.F
    src/base/cs_main.c
    src/ctwr/ctphyv.F
    users/pprt/usppmo.F

* 28/11/2008 - David Monfort <david.monfort@edf.fr>
  Add a second routine for a second pass of initialization when
  modelling gas combustion in order to avoid mis-understanding
  of "variable initialization"...
  added routine:
    src/pprt/ppinv2.F
  modified routine:
    scr/base/scalai.F

* 28/11/2008 - David Monfort <david.monfort@edf.fr>
  Add the cstphy.h header in cregeo.F in order to ease
  the cooling towers integration.
  modified routines:
    src/base/caltri.F
    src/base/cregeo.F

* 27/11/2008 - David Monfort <david.monfort@edf.fr>
  Increase Code_Saturne version number to 1.4.0

* 27/11/2008 - David Monfort <david.monfort@edf.fr>
  Remove the splash screen at the GUI launch.
  modified script:
    bin/SaturneGUI

* 27/11/2008 - David Monfort <david.monfort@edf.fr>
  Add a QUALITY_ASSURANCE file which precises if the current
  version of Code_Saturne is validated under EDF quality
  assurance.
  added file:
    QUALITY_ASSURANCE

* 26/11/2008 - David Monfort <david.monfort@edf.fr>
  Add stubs for cooling towers subroutines and preparation
  of the cooling towers modelling integration.
  added routines:
    include/ctwr/ctincl.h
    src/ctwr/ctini1.F
    src/ctwr/ctiniv.F
    src/ctwr/ctphyv.F
    src/ctwr/cttssc.F
    src/ctwr/ctvarp.F
    users/ctwr/usctcl.F
    users/ctwr/uscti1.F
    users/ctwr/usctiv.F
  modified scripts:
    bin/Makefile
    sbin/install
  updated dictionnary:
    po/fr.po
  modified routines:
    include/base/cs_gui.h
    include/base/entsor.h
    include/pprt/ppincl.h
    src/base/cs_gui.c
    src/base/cs_post.c
    src/base/haltyp.F
    src/base/iniini.F
    src/base/inipst.F
    src/base/iniusi.F
    src/base/varpos.F
    src/pprt/ppclim.F
    src/pprt/ppcsca.F
    src/pprt/ppini1.F
    src/pprt/ppiniv.F
    src/pprt/ppphyv.F
    src/pprt/ppprcl.F
    src/pprt/pptssc.F
    src/pprt/ppvarp.F
    users/pprt/usppmo.F

* 26/11/2008 - David Monfort <david.monfort@edf.fr>
  Replace a test by an equivalent but simpler one.
  modified routine:
    src/rayt/rayopt.F

* 26/11/2008 - Marc Sakiz <marc.sakiz@edf.fr>
  Change the behaviour of the boundary conditions handling
  for the atmospheric module (let the user change the type
  of boundary condition even when a meteo profile file is
  read).
  modified routines:
    src/atmo/attycl.F
    users/atmo/usatcl.F

* 26/11/2008 - David Monfort <david.monfort@edf.fr>
  Add missing modifications for the atmospheric modelling.
  Without this patch, the code does not compile.
  modified routines:
    include/pprt/ppincl.h
    src/base/caltri.F
    src/base/varpos.F
    src/rayt/rayopt.F

* 25/11/2008 - Maya Milliez <maya.milliez@edf.fr>
               Bertrand Carissimo <bertrand.carissimo@edf.fr>
               Marc Sakiz <marc.sakiz@edf.fr>
  Integration of the atmospheric flow modelling for neutral
  atmosphere flows.
  modified scripts:
    bin/Makefile
    bin/runcase
    bin/runcase.help
    sbin/install
  modified routines:
    include/base/entsor.h
    include/base/cs_gui.h
    src/base/cs_gui.c
    src/base/iniini.F
    src/base/iniusi.F
    src/pprt/memppt.F
    src/pprt/ppclim.F
    src/pprt/ppcsca.F
    src/pprt/ppini1.F
    src/pprt/ppinii.F
    src/pprt/ppiniv.F
    src/pprt/ppprcl.F
    src/pprt/pptycl.F
    users/pprt/usppmo.F
  added routines:
    include/atmo
    include/atmo/atincl.h
    src/atmo
    src/atmo/atini1.F
    src/atmo/atiniv.F
    src/atmo/atlecm.F
    src/atmo/attycl.F
    src/atmo/intprf.F
    src/atmo/mematm.F
    users/atmo
    users/atmo/usatcl.F
    users/atmo/usati1.F
    users/atmo/usativ.F

* 25/11/2008 - Marc Sakiz <marc.sakiz@edf.fr>
  Add a common whose value depends whether the simulation
  uses a specific physics and if the radiative transfer
  modelling is enabled with a parametric file or not,
  preparing for the integration of the atmospheric modelling.
  modified routines:
    include/base/cs_gui.h
    include/pprt/ppincl.h
    src/base/caltri.F
    src/base/condli.F
    src/base/covofi.F
    src/base/cs_gui.c
    src/base/impini.F
    src/base/inivar.F
    src/base/memtri.F
    src/base/phyvar.F
    src/base/precli.F
    src/base/scalai.F
    src/base/tridim.F
    src/base/varpos.F
    src/base/verini.F
    src/rayt/raycli.F
    src/rayt/raydom.F
    src/rayt/rayopt.F
    users/rayt/usray1.F
    users/rayt/usray3.F

* 25/11/2008 - David Monfort <david.monfort@edf.fr>
  Update AUTHORS file.

* 25/11/2008 - David Monfort <david.monfort@edf.fr>
  Activate the multigrid algorithm for pressure by default.
  modified routine:
    users/base/usini1.F

* 24/11/2008 - David Monfort <david.monfort@edf.fr>
  Upgrade to GUI 1.4.d

* 24/11/2008 - Alexandre Douce <alexandre.douce@edf.fr>
  Add an option for the multigrid algorithm in the GUI.
  modified routines:
    include/base/cs_gui.h
    src/base/cs_gui.c
    src/base/iniusi.F

* 20/11/2008 - David Monfort <david.monfort@edf.fr>
  Remove the -fbounds-check option (gfortran compiler)
  as it seems to corrupt the stack.
  modified scripts:
    bin/macros_Linux.mk
    bin/macros_Linux_x86_64.mk

* 20/11/2008 - David Monfort <david.monfort@edf.fr>
  English translation of most of the missing C sources.
  modified routines:
    include/base/cs_gui.h
    include/base/cs_post.h
    include/base/cs_sat_coupling.h
    include/base/cs_tpar1d.h
    include/base/cs_ventil.h
    include/base/entsor.h
    include/fuel/fuincl.h
    include/mati/matiss.h
    src/base/cs_gui.c
    src/base/cs_gui_matisse.c
    src/base/cs_gui_radiative_transfer.c
    src/base/cs_gui_util.c
    src/base/cs_main.c
    src/base/cs_sat_coupling.c
    src/base/cs_tpar1d.c
    src/base/cs_ventil.c
  updated french dictionnary:
    po/fr.po
    po/POTFILES.in

* 19/11/2008 - David Monfort <david.monfort@edf.fr>
  Rename cs_couplage* sources to cs_sat_coupling*
  deleted routines:
    cs_couplage.h
    cs_couplage.c
  added routines:
    cs_sat_coupling.h
    cs_sat_coupling.c
  modified routines:
    cs_main.c
    cs_opts.c

* 17/11/2008 - David Monfort <david.monfort@edf.fr>
  Small correction on some output in cs_gui.c
  modified files:
    po/fr.po
    src/base/cs_gui.c

* 14/11/2008 - David Monfort <david.monfort@edf.fr>
  Set the precision on coarsest mesh equal to the one
  on finest mesh in the multigrid algorithm for better
  efficiency (and scalability).
  modified routine:
    src/base/cs_multigrid.c

* 14/11/2008 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Minor corrections and improvements.
  modified routines:
    src/base/cs_ext_neighborhood.c
    src/base/cs_ecs_messages.c
    src/base/cs_mesh.c

* 14/11/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Reformating comments and english translation.
  modified routines:
    include/base/cs_mesh_connect.h
    include/base/cs_mesh_solcom.h
    include/base/cs_prototypes.h
    include/base/tcpumx.h
    include/base/tremai.h
    src/base/cs_mesh_solcom.c
    src/base/tcpumx.c
    src/base/tremai.c
  modified dictionnary:
    po/fr.po

* 14/11/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a backup script for developpers.
  added script:
    sbin/backup

* 14/11/2008 - David Monfort <david.monfort@edf.fr>
  Merge documentation changes form the 1.3 branch (-r 777:778).
  modified documentation:
    THEORY/latex/Base/bilsc2.tex
    THEORY/latex/Base/clptrg.tex
    THEORY/latex/Base/clptur.tex
    THEORY/latex/Base/clsyvt.tex
    THEORY/latex/Base/condli.tex
    THEORY/latex/summary.tex
    THEORY/latex/theory.tex
    USER/latex/a1_autovalid.tex
    USER/latex/saturne1.tex
    USER/latex/saturne2.tex
  added documentation:
    THEORY/latex/Base/clptrg.tex

* 13/11/2008 - David Monfort <david.monfort@edf.fr>
  Updating Code_Saturne version number to 1.4.c and prerequisites.
  modified files:
    doc/style/csdoc.sty
    doc/THEORY/latex/theory.tex
    bin/cs_profile
    bin/Makefile
    bin/macros_Blue_Gene_P.mk
    COMPATIBILITY

* 13/11/2008 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Minor modifications in scripts, macros and docs.
  modified docs:
    doc/USER/latex/saturne1.tex
  modified scripts:
    bin/macros_Linux.mk
    bin/macros_Linux_x86_64.mk
    bin/runcase_syrthes

* 13/11/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Correction of the outputs english translation.
  modified routine:
    src/base/lecamx.F

* 13/11/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Bug correction and english translation in the restart file code.
  modified file:
    po/fr.po
  modified routines:
    include/base/cs_suite.h
    src/base/cs_suite.c

* 07/11/2008 - David Monfort <david.monfort@edf.fr>
  Updating the french dictionnary.
  modified file:
    po/fr.po

* 07/11/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Bug correction in the restart file reading.
  modified routine:
    src/base/cs_suite.c

* 07/11/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Bug correction in the SYRTHES coupling initialization.
  modified routine:
    src/base/cs_syr_coupling.c

* 07/11/2008 - David Monfort <david.monfort@edf.fr>
  Remove the dependency to BLAS in the Fortran dot products
  because one always provides Fortran wrappers in the C code.
  modified script:
    bin/Makefile
  modified routines:
    src/base/prodsc.F
    src/base/prods2.F
    src/base/prods3.F

* 07/11/2008 - David Monfort <david.monfort@edf.fr>
  Replace depecrated references to Tcl/Tk/Tix by PyQt ones.
  Update the wrapper around the Graphical User Interface.
  modified files:
    COMPATIBILITY
    bin/SaturneGUI

* 05/11/2008 - David Monfort <david.monfort@edf.fr>
  Always set the head loss tensor to be a full symmetric tensor
  in order to ease the setup within the Graphical User Interface
  (NCKPDC has been removed and replaced by the constant 6).
  modified documentation:
    doc/TUTORIAL/latex/case4.tex
    doc/USER/latex/saturne1.tex
  modified routines:
    include/base/pointe.h
    src/base/caltri.F
    src/base/covofi.F
    src/base/dttvar.F
    src/base/iniini.F
    src/base/mempdc.F
    src/base/navsto.F
    src/base/phyvar.F
    src/base/preduv.F
    src/base/reseps.F
    src/base/resolp.F
    src/base/resrij.F
    src/base/resssg.F
    src/base/resv2f.F
    src/base/scalai.F
    src/base/tridim.F
    src/base/tsepdc.F
    src/base/turbke.F
    src/base/turbkw.F
    src/base/turrij.F
    src/base/visdyn.F
    src/base/vislmg.F
    src/base/vissec.F
    src/base/vissma.F
    src/base/vissst.F
    src/cfbl/cfdivs.F
    src/cfbl/cfdttv.F
    src/cfbl/cfener.F
    src/cfbl/cfmsfl.F
    src/cfbl/cfmsgs.F
    src/cfbl/cfmsvl.F
    src/cfbl/cfqdmv.F
    src/cogz/ebutss.F
    src/cogz/lwctss.F
    src/cplv/cpltss.F
    src/cplv/cpltsv.F
    src/cplv/cptssc.F
    src/cplv/cptsvc.F
    src/elec/eltssc.F
    src/fuel/futssc.F
    src/fuel/futsvc.F
    src/mati/mtkpdc.F
    src/mati/mttsns.F
    src/mati/mttssc.F
    src/pprt/pptssc.F
    users/base/uskpdc.F
    users/base/ussmag.F
    users/base/ustske.F
    users/base/ustskw.F
    users/base/ustsma.F
    users/base/ustsns.F
    users/base/ustsri.F
    users/base/ustssc.F
    users/base/ustsv2.F
    users/base/usvist.F

* 05/11/2008 - Alexandre Douce <alexandre.douce@edf.fr>
               Nicole Picard <nicole-n.picard@edf.fr>
  Modifications in the XML reader related to the upgrade of the
  Graphical User Interface in version 1.4.c (now written in PyQt).
  Improvements in some areas but the Interface is not complete yet.
  modified script:
    bin/cs_profile
  modified routines:
    include/base/cs_gui.h
    include/base/cs_gui_util.h
    include/base/cs_prototypes.h
    src/base/caltri.F
    src/base/cs_gui.c
    src/base/cs_gui_radiative_transfer.c
    src/base/cs_gui_util.c
    src/base/iniusi.F
    src/base/stdtcl.F
    src/base/tridim.F
    src/cplv/cpltcl.F
    src/pprt/ppclim.F

* 05/11/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug arising when the ratio between the number of
  processors and the number of cells is two high.
  modified routine:
    src/base/cs_ecs_messages.c

* 05/11/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Makefile simplifications.
  modified script:
    bin/Makefile

* 05/11/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Major overhauling of the SYRTHES coupling: upgrade to
  FVM 0.12.0 and its coupling library, coupling with SYRTHES 3
  and in the future SYRTHES 4 available, definition of coupling
  via a user subroutine instead of a script command, simpler
  MPI initialization.
  modified scripts:
    bin/cs_profile
    bin/Makefile
    bin/runcase
    bin/runcase.help
    bin/runcase_syrthes
  modified routines:
    include/base/cs_base.h
    include/base/cs_opts.h
    include/base/cs_syr3_comm.h
    include/base/cs_syr3_coupling.h
    include/base/cs_syr3_messages.h
    src/base/coupbi.F
    src/base/coupbo.F
    src/base/cregeo.F
    src/base/cs_base.c
    src/base/cs_couplage.c
    src/base/cs_main.c
    src/base/cs_opts.c
    src/base/cs_syr3_comm.c
    src/base/cs_syr3_coupling.c
    src/base/cs_syr3_messages.c
    src/base/initi1.F
  added routines:
    include/base/cs_coupling.h
    include/base/cs_syr4_coupling.h
    include/base/cs_syr_coupling.h
    src/base/cs_coupling.c
    src/base/cs_syr4_coupling.c
    src/base/cs_syr_coupling.c
    src/base/cs_syr_util.F
    users/base/ussyrc.F

* 05/11/2008 - David Monfort <david.monfort@edf.fr>
  Upgrading to FVM 0.12.0 (fix a bug with MPI/IO) and BFT 1.0.8.
  modified routine:
    src/base/cs_base.c
  modified scripts:
    bin/macros_Blue_Gene_L.mk
    bin/macros_Blue_Gene_P.mk
    bin/macros_Linux.mk
    bin/macros_Linux_Ch.mk
    bin/macros_Linux_IA64.mk
    bin/macros_Linux_x86_64.mk

* 04/11/2008 - David Monfort <david.monfort@edf.fr>
  Ditto for vector synchronization.
  modified routine:
    src/base/cs_perio.c

* 04/11/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug if the simulation has a periodicity of a translation
  (missing test on the presence of rotation).
  modified routine:
    src/base/cs_perio.c

* 31/10/2008 - Richard Howard <richard.howard@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Make the test on the convergence of the gradient reconstruction
  method dimensionless if the maximum control volume is greater
  than 1 (useful for some atmospheric simulations).
  modified routines:
    include/base/cstphy.h
    src/base/alemaj.F
    src/base/calgeo.F
    src/base/caltri.F
    src/base/clvolc.F
    src/base/cregeo.F
    src/base/gradrc.F

* 31/10/2008 - David Monfort <david.monfort@edf.fr>
  Fix a MPI blocking bug on the BlueGene/P system (from IBM).
  modified file:
    bin/macros_Blue_Gene_P.mk

* 30/10/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 736:741, updating macros, runcase
  adaptation for Salome, examples in uskpdc and usproj).

* 29/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  English translation of code and comments in several files, along
  with some minor improvements.
  modified routines:
    bin/runcase
    include/base/cs_base.h
    include/base/cs_ecs_messages.h
    include/base/cs_grid.h
    include/base/cs_mesh_connect.h
    include/base/cs_mesh.h
    include/base/cs_opts.h
    include/base/cs_parall.h
    include/base/cs_post.h
    include/base/cs_prototypes.h
    src/base/coupbi.F
    src/base/coupbo.F
    src/base/cs_base.c
    src/base/cs_couplage.c
    src/base/cs_main.c
    src/base/cs_mesh.c
    src/base/cs_mesh_connect.c
    src/base/cs_mesh_quantities.c
    src/base/cs_mesh_warping.c
    src/base/cs_multigrid.c
    src/base/cs_opts.c
    src/base/cs_parall.c
    src/base/cs_post.c
    src/base/cs_sles.c
    src/base/cs_suite.c
    src/base/cs_syr3_coupling.c
    src/base/cs_tpar1d.c

* 29/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug when extracting part of the mesh if there is no
  boundary face.
  modified routine:
    src/base/cs_ecs_messages.c

* 29/10/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 731:732, minor lagopt bug fix)

* 29/10/2008 - David Monfort <david.monfort@edf.fr>
  Add a COMMAND_REORIENT variable in the runcase in order
  to simplify the runcase setup by the GUI.
  modified scritps:
    bin/runcase
    bin/runcase.help

* 28/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor corrections and improvement in scripts.
  modified scripts:
    bin/cs_info
    bin/mpi_rank.sh

* 27/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Correction on the use of shared arrays.
  modified routine:
    src/base/crstgr.F
    src/base/cs_grid.c

* 27/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Add C functions to deal with face/cell selection.
  modified routines:
    include/base/cs_selector.h
    src/base/cs_selector.c

* 27/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Adding some Fortran prototypes for C callers.
  modified routine:
    include/base/cs_prototypes.h

* 27/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Several Makefile corrections and improvements.
  modified script:
    bin/Makefile

* 27/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug in the mesh coherency check in case of translation.
  modified routine:
    src/base/cs_mesh_coherency.c

* 27/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove inconsistent comments.
  modified routine:
    src/base/initi1.F

* 27/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Change size_t variables to fvm_file_offt in order
  to bypass some possible limitations on BlueGene systems.
  modified routines:
    include/base/cs_io.h
    src/base/cs_io.c

* 27/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Fixing a bug when re-opening a file.
  modified routine:
    src/base/cs_io.c

* 27/10/2008 - David Monfort <david.monfort@edf.fr>
  Remove the forcing to ASCII mode for post-processing when
  the calculation is in verification mode.
  modified routine:
    src/base/initi1.F

* 27/10/2008 - David Monfort <david.monfort@edf.fr>
  Correction on a warning output (IPERIO instead of IRANGP).
  modified file:
    src/base/verini.F

* 27/10/2008 - David Monfort <david.monfort@edf.fr>
  Updating the dp_FUE file for fuel combustion to account
  for the number of fuel classes.
  modified file:
    data/thch/dp_FUE

* 27/10/2008 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Updating the dp_FCP file for coal combustion according
  to the new oxycombustion model.
  modified file:
    data/thch/dp_FCP

* 27/10/2008 - David Monfort <david.monfort@edf.fr>
  Move the autovalidation scripts to the extra directory.
  moved scripts:
    bin/Autovalidation
    bin/autovalid
    bin/autovalid.xml

* 27/10/2008 - David Monfort <david.monfort@edf.fr>
  Remove a redundant verification on the ICHRVR, ... variables.
  modified routine:
    src/cplv/cplver.F

* 27/10/2008 - David Monfort <david.monfort@edf.fr>
  Minor corrections in scripts.
  modified scripts:
    bin/check_consistency
    bin/check_mesh

* 27/10/2008 - David Monfort <david.monfort@edf.fr>
  English translation of part of the autovalidation scripts.
  modified scripts:
    bin/Autovalidation/Case.py
    bin/Autovalidation/Study.py

* 27/10/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Fixing a bug in cs_ecs_messages.c where all periodicities
  were added as a rotation.
  modified routine:
    src/base/cs_ecs_messages.c

* 27/10/2008 - David Monfort <david.monfort@edf.fr>
  Fixing a bug in cs_io.c where a file is closed twice.
  modified routine:
    src/base/cs_io.c

* 27/10/2008 - David Monfort <david.monfort@edf.fr>
  Remove the test on the number of cells in the restart files
  in varpos.F, as it is unknown at this moment.
  modified routine:
    src/base/varpos.F

* 10/10/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 705:706, minor lagopt bug fix)

* 01/10/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 701:704, missing argument
  and C89 syntax)

* 12/09/2008 - David Monfort <david.monfort@edf.fr>
  Remove all occurences of the CCRT machines "Tantale".
  modified files:
    TODO
    bin/cs_profile
    doc/USER/latex/saturne1.tex
    extras/macros_old/README
  removed file:
    bin/macros_Linux_CCRT.mk
  added file:
    extras/macros_old/macros_Linux_CCRT.mk

* 12/09/2008 - David Monfort <david.monfort@edf.fr>
  Temporary fix to avoid building a void CTWR library.
  modified scripts:
    bin/Makefile
    sbin/install

* 12/09/2008 - David Monfort <david.monfort@edf.fr>
  Updating french dictionnary.
  modified file:
    po/fr.po

* 12/09/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor correction on strings translation.
  modified routine:
    src/base/cs_multigrid.c

* 12/09/2008 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Correction on periodicity transfer from the preprocessor.
  modified routine:
    src/base/cs_ecs_messages.c

* 12/09/2008 - David Monfort <david.monfort@edf.fr>
  Replace all occurences of #if defined(__cplusplus) ...
  with a macro defined in cs_base.h for all C headers.
  The aim is to be able to compile the code with a C++
  compiler (for testing only).
  modified routines:
    src/base/cs_ale.c
    src/base/cs_base.c
    src/base/cs_benchmark.c
    src/base/cs_blas.c
    src/base/cs_calcium.c
    src/base/cs_couplage.c
    src/base/cs_ecs_messages.c
    src/base/cs_ext_neighborhood.c
    src/base/cs_gradient.c
    src/base/cs_grid.c
    src/base/cs_gui.c
    src/base/cs_gui_matisse.c
    src/base/cs_gui_radiative_transfer.c
    src/base/cs_gui_util.c
    src/base/cs_halo.c
    src/base/cs_io.c
    src/base/cs_main.c
    src/base/cs_matrix.c
    src/base/cs_mesh.c
    src/base/cs_mesh_coherency.c
    src/base/cs_mesh_connect.c
    src/base/cs_mesh_halo.c
    src/base/cs_mesh_quality.c
    src/base/cs_mesh_quantities.c
    src/base/cs_mesh_select.c
    src/base/cs_mesh_solcom.c
    src/base/cs_mesh_warping.c
    src/base/cs_multigrid.c
    src/base/cs_opts.c
    src/base/cs_parall.c
    src/base/cs_perio.c
    src/base/cs_post.c
    src/base/cs_proxy_comm.c
    src/base/cs_renumber.c
    src/base/cs_selector.c
    src/base/cs_sles.c
    src/base/cs_suite.c
    src/base/cs_syr3_comm.c
    src/base/cs_syr3_coupling.c
    src/base/cs_syr3_messages.c
    src/base/cs_tpar1d.c
    src/base/cs_ventil.c
    src/base/tcpumx.c
    src/base/tremai.c
    src/lagr/cs_lagrang.c
    src/lagr/cs_lagr_perio.c

* 12/09/2008 - David Monfort <david.monfort@edf.fr>
  Minor correction on the gettextize script (for old gettext tools).
  modified script:
    sbin/gettextize

* 12/09/2008 - Yvan Fournier <yvan.fournier@edf.fr>
               Marc Sakiz <marc.sakiz@edf.fr>
  Documentation improvement and corrections.
  modified files:
    doc/THEORY/latex/Base/introd.tex
    doc/THEORY/latex/Base/turbke.tex
    doc/USER/latex/saturne1.tex
    doc/USER/latex/user.tex
  removed file:
    doc/USER/graphics/halo.eps
  added files:
    doc/USER/graphics/cs_components.fig
    doc/USER/graphics/halo.pdf
    doc/USER/graphics/rota_perio_parall.jpg

* 12/09/2008 - David Monfort <david.monfort@edf.fr>
  Change char array initialization to comply with C++ error.
  modified routine:
    src/base/cs_proxy_commm.c

* 12/09/2008 - David Monfort <david.monfort@edf.fr>
  Revert to malloc call in cs_base.c because memory
  management has not been initialized before this call.
  modified routines:
    src/base/cs_base.c

* 12/09/2008 - David Monfort <david.monfort@edf.fr>
  Preparation for the cooling tower specific physics.
  modified script:
    bin/Makefile
    sbin/install
  added directories:
    include/ctwr
    src/ctwr
    users/ctwr

* 12/09/2008 - David Monfort <david.monfort@edf.fr>
  Revert to old behaviour when multigrid options were separated
  in two headers in order to use multigrid algorithm in codits
  subroutine.
  modified files:
    include/base/optcal.h
    src/base/calhyd.F
    src/base/codits.F
    src/base/distpr.F
    src/base/impini.F
    src/base/iniini.F
    src/base/resolp.F
    src/base/verini.F
  added header:
    include/base/mltgrd.h

* 12/09/2008 - David Monfort <david.monfort@edf.fr>
  Several corrections found with a C++ compiler (replace malloc
  function with BFT_MALLOC macro, exchange arguments in function
  call, replace false by NULL in a comparison). These issues had
  no impact on the code.
  modified routines:
    src/base/cs_base.c
    src/base/cs_matrix.c
    src/base/cs_mesh_warping.c

* 11/09/2008 - David Monfort <david.monfort@edf.fr>
  Makefile modification so that one does not need anymore to
  symlink all the headers in a user directory.
  modified script:
    bin/Makefile

* 11/09/2008 - David Monfort <david.monfort@edf.fr>
  Add a potential option for the Fortran preprocessor for CS_LANG.
  modified script:
    bin/Makefile

* 10/09/2008 - David Monfort <david.monfort@edf.fr>
  Remove unused variable (comm_buffer_size).
  modified file:
    src/base/cs_mesh_halo.c

* 10/09/2008 - David Monfort <david.monfort@edf.fr>
  Remove a comma at the end of an enum.
  modified file:
    include/base/cs_halo.h

* 10/09/2008 - David Monfort <david.monfort@edf.fr>
  Replace all occurences of #if defined(__cplusplus) ...
  with a macro defined in cs_base.h for all C headers.
  modified routines:
    include/base/cs_ale.h
    include/base/cs_base.h
    include/base/cs_benchmark.h
    include/base/cs_blas.h
    include/base/cs_calcium.h
    include/base/cs_couplage.h
    include/base/cs_ecs_messages.h
    include/base/cs_ext_neighborhood.h
    include/base/cs_gradient.h
    include/base/cs_grid.h
    include/base/cs_gui.h
    include/base/cs_gui_matisse.h
    include/base/cs_gui_radiative_transfer.h
    include/base/cs_gui_util.h
    include/base/cs_halo.h
    include/base/cs_io.h
    include/base/cs_matrix.h
    include/base/cs_mesh_coherency.h
    include/base/cs_mesh_connect.h
    include/base/cs_mesh.h
    include/base/cs_mesh_halo.h
    include/base/cs_mesh_quality.h
    include/base/cs_mesh_quantities.h
    include/base/cs_mesh_select.h
    include/base/cs_mesh_solcom.h
    include/base/cs_mesh_warping.h
    include/base/cs_multigrid.h
    include/base/cs_opts.h
    include/base/cs_parall.h
    include/base/cs_perio.h
    include/base/cs_post.h
    include/base/cs_prototypes.h
    include/base/cs_proxy_comm.h
    include/base/cs_renumber.h
    include/base/cs_selector.h
    include/base/cs_sles.h
    include/base/cs_suite.h
    include/base/cs_syr3_comm.h
    include/base/cs_syr3_coupling.h
    include/base/cs_syr3_messages.h
    include/base/cs_tpar1d.h
    include/base/cs_ventil.h
    include/base/tcpumx.h
    include/base/tremai.h
    include/lagr/cs_lagrang.h
    include/lagr/cs_lagr_perio.h

* 09/09/2008 - David Monfort <david.monfort@edf.fr>
  Remove unused headers in Fortran sources.
  modified routines:
    src/base/dvvpst.F
    src/base/iniini.F
    src/cogz/colecd.F
    src/cogz/lwcurl.F
    src/cplv/cplecd.F
    src/cplv/cprays.F
    src/cplv/cpthp2.F
    src/elec/ellecd.F
    src/fuel/fulecd.F
    src/fuel/futhp2.F
    src/lagr/lagaff.F
    src/lagr/lagcar.F
    src/lagr/lagcou.F
    src/lagr/lageqp.F
    src/lagr/lages1.F
    src/lagr/lages2.F
    src/lagr/lagesp.F
    src/lagr/lagfch.F
    src/lagr/lagich.F
    src/lagr/lagitf.F
    src/lagr/lagpoi.F
    src/lagr/lagsta.F
    src/lagr/lagune.F
    src/mati/mtproj.F
    src/mati/mttycl.F
    src/pprt/pplecd.F

* 09/09/2008 - David Monfort <david.monfort@edf.fr>
  Replace deprecated socket structure with standard one.
  modified routines:
    src/base/cs_proxy_comm.c
    src/base/cs_syr3_comm.c

* 09/09/2008 - David Monfort <david.monfort@edf.fr>
  Remove _CS_HAVE_XML dependency in Fortran files.
  modified files:
    bin/Makefile
    ChangeLog
    po/fr.po
    src/base/caltri.F
    src/base/cs_gui.c
    src/base/cs_gui_matisse.c
    src/base/cs_gui_radiative_transfer.c
    src/base/cs_gui_util.c
    src/base/cs_main.c
    src/base/cs_opts.c
    src/base/iniusi.F
    src/base/inivar.F
    src/base/memini.F
    src/base/tridim.F
    src/cplv/cpini1.F
    src/cplv/cpprop.F
    src/cplv/cpvarp.F
    src/mati/mtimpi.F
    src/mati/mtini1.F
    src/pprt/ppclim.F
    src/rayt/raycli.F
    src/rayt/raydom.F
    src/rayt/rayopt.F

* 09/09/2008 - Marc Sakiz <marc.sakiz@edf.fr>
  Minor modifications in runcase output.
  modified script:
    bin/runcase

* 09/09/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Fix a bug in the new restart files handling.
  modified routine:
    src/base/cs_suite.c

* 09/09/2008 - Marc Sakiz <marc.sakiz@edf.fr>
  Correct wrong test and output string.
  modified routine:
    src/base/cs_tpar1d.c
  modified file:
    po/fr.po

* 22/08/2008 - David Monfort <david.monfort@edf.fr>
  Tagging of version 1.4.b

* 22/08/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Correction on buffer definition and prototypes if the code
  is compiled without MPI or sockets support. 
  modified routines:
    src/base/cs_halo.c
    src/base/cs_io.c
    src/base/cs_syr3_comm.c

* 22/08/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Correction on __STDC_VERSION__ detection for stdint include.
  modified routines:
    include/base/cs_base.h
    src/base/cs_proxy_comm.c

* 21/08/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 614:622, C output translation)

* 21/08/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Remove the pipe communication mode for SYRTHES coupling.
  modified routines:
   include/base/cs_syr3_comm.h
   src/base/cs_syr3_comm.c
   src/base/cs_opts.c

* 21/08/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Change the restart file format to comply with the new common
  format file (with the Preprocessor output).
  modified routines:
    include/base/cs_io.h
    include/base/cs_suite.h
    src/base/cs_ecs_messages.c
    src/base/cs_io.c
    src/base/cs_main.c
    src/base/cs_suite.c

* 21/08/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 611:614, Fortran output translation)

* 14/08/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 604:605, Lagrangian with rotation)

* 13/08/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Force restart files in binary format, and remove
  unused commons.
  modified documentation:
    doc/USER/latex/saturne1.tex
    doc/USER/latex/saturne2.tex
  modified routines:
    include/base/cs_gui.h
    include/base/cs_suite.h
    include/base/cs_tpar1d.h
    include/base/entsor.h
    src/base/caltri.F
    src/base/cs_gui.c
    src/base/cs_suite.c
    src/base/cs_tpar1d.c
    src/base/ecrava.F
    src/base/impini.F
    src/base/iniini.F
    src/base/iniusi.F
    src/base/lecamp.F
    src/base/lecamx.F
    src/base/modini.F
    src/base/varpos.F
    src/base/verini.F
    src/lagr/laglec.F
    src/lagr/lagout.F
    src/rayt/raybrd.F
    src/rayt/raylec.F
    src/rayt/rayout.F
    users/base/usini1.F

* 13/08/2008 - David Monfort <david.monfort@edf.fr>
  Update the documentation according to the scripts translation.
  modified files:
    doc/USER/latex/saturne1.tex
    doc/USER/latex/a1_autovalid.tex

* 12/08/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Add a hint in cs_io_initialize for the file API,
  and correct a type error.
  modified routines:
    include/base/cs_io.c
    src/base/cs_ecs_messages.c
    src/base/cs_io.c
    src/base/cs_main.c

* 12/08/2008 - David Monfort <david.monfort@edf.fr>
  Replace all occurences of CS_FALSE and CS_TRUE
  by the standard false and true.

* 12/08/2008 - David Monfort <david.monfort@edf.fr>
  Handle the interior face families when renumbering
  or cutting warped faces.
  modified routines:
    include/base/cs_prototypes.h
    src/base/cs_mesh_warping.c
    src/base/cs_renumber.c
    src/base/numvec.F

* 11/08/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Temporary fix for rotation periodicity (especially
  with extended neighborhood).
  modified routines:
    include/base/cs_halo.h
    include/base/cs_perio.h
    src/base/cs_gradient.c
    src/base/cs_halo.c
    src/base/cs_mesh.c
    src/base/cs_parall.c
    src/base/cs_perio.c
    src/base/grdcel.F
    src/base/promav.F

* 11/08/2008 - Jerome Bonelle <jerome.bonelle@edf.fr>
  Replace the algorithm used to defined periodic couples
  in order to avoid a possible issue.
  modfied routine:
    src/base/cs_perio.c

* 11/08/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Modifications related to the Code_Saturne I/O  unification
  between the preprocessor output and the solver restart files.
  Only preprocessor output has been modified at the moment.
  modified routines:
    include/base/cs_io.h
    src/base/cs_ecs_messages.c
    src/base/cs_io.c
    src/base/cs_main.c

* 11/08/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 584:585, adding patches directory)

* 11/08/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 580:583, several minor corrections)

* 08/08/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 577:579, cutting warped faces corrections)

* 08/08/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 573:574, updating on extended halos)

* 07/08/2008 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Add oxycombustion and fuel classes management.
  added routines:
    include/pprt/ppcpfu.h
    src/fuel/fucyno.F
  deleted routines:
    src/cplv/cpcym1.F
    src/cplv/cppdf5.F
  modified routines:
    include/cplv/cpincl.h
    include/fuel/fuincl.h
    include/pprt/ppincl.h
    src/base/covofi.F
    src/base/iniusi.F
    src/cplv/cpcym2.F
    src/cplv/cpflux.F
    src/cplv/cpini1.F
    src/cplv/cpiniv.F
    src/cplv/cplecd.F
    src/cplv/cplin1.F
    src/cplv/cplini.F
    src/cplv/cplphy.F
    src/cplv/cpltcl.F
    src/cplv/cplym1.F
    src/cplv/cppdf4.F
    src/cplv/cpphy1.F
    src/cplv/cpphyv.F
    src/cplv/cpprop.F
    src/cplv/cpptcl.F
    src/cplv/cpteh1.F
    src/cplv/cptehm.F
    src/cplv/cptssc.F
    src/cplv/cpvarp.F
    src/fuel/fucym1.F
    src/fuel/fuflux.F
    src/fuel/fuini1.F
    src/fuel/fuiniv.F
    src/fuel/fulecd.F
    src/fuel/fuphy1.F
    src/fuel/fuphy2.F
    src/fuel/fuphyv.F
    src/fuel/fuprop.F
    src/fuel/fuptcl.F
    src/fuel/futeh2.F
    src/fuel/futssc.F
    src/fuel/futsvc.F
    src/fuel/futsvi.F
    src/fuel/fuvarp.F
    src/pprt/ppcabs.F
    src/pprt/ppcsca.F
    src/pprt/ppinii.F
    src/pprt/pppdfr.F
    src/pprt/ppphyv.F
    src/pprt/ppray4.F
    src/rayt/raydom.F
    src/rayt/rayopt.F
    users/cplv/uscpcl.F
    users/cplv/uscpi1.F
    users/cplv/uscpiv.F
    users/fuel/usfucl.F
    users/fuel/usfui1.F
    users/fuel/usfuiv.F
    users/pprt/usppmo.F

* 07/08/2008 - David Monfort <david.monfort@edf.fr>
  Removing the compilation logs from versioning.
  removed files:
    aux/comparlist
    aux/listing_*

* 06/08/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Upgrading to Preprocessor 1.4 and FVM 0.11.0 in order
  to separate the preprocessing from the partioning.
  There is now a single preprocessor_output file, so that
  mesh joining has not to be done again when one asks for
  a different number of processors.
  deleted script:
    bin/lance_install
  added script:
    sbin/install
  modified scripts:
    bin/cs_profile
    bin/macros_*.mk
    bin/runcase
    bin/runcase.help
  modified routines:
    include/base/cs_ecs_messages.h
    include/base/cs_io.h
    include/base/cs_mesh.h
    include/base/parall.h
    src/base/cs_ecs_messages.c
    src/base/cs_io.c
    src/base/cs_main.c
    src/base/cs_mesh.c
    src/base/cs_opts.c
    src/base/impini.F
    src/base/iniini.F
    src/base/majgeo.F

* 06/08/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Removing heap memory instrumentation.
  modified routines:
    src/base/cs_base.c

* 05/08/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Scripts translation and improvements.
  deleted scripts:
    bin/cree_sat
    bin/info_cs
    bin/lance
    bin/lance.help
  added scripts:
    bin/cs_create
    bin/cs_info
    bin/ecs
    bin/runcase
    bin/runcase.help
    bin/runcase_mpi_env
    bin/runcase_syrthes
  modified scripts:
    bin/compiler_version
    bin/check_consistency
    bin/check_mesh
    bin/gracehst
    bin/lance_install
    bin/Makefile
    bin/macros_Blue_Gene_L.mk
    bin/macros_Blue_Gene_P.mk
    bin/macros_Darwin.mk
    bin/macros_Linux.mk
    bin/macros_Linux_CCRT.mk
    bin/macros_Linux_Ch.mk
    bin/macros_Linux_IA.mk
    bin/macros_Linux_x86_64.mk
    bin/SaturneGUI
  modified routine:
    src/base/cs_base.c

* 04/08/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 531:532, coherency test improvement)

* 04/08/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 529:530, scripts translation)

* 04/08/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 527:528, lagrangian bug fix)

* 25/07/2008 - David Monfort <david.monfort@edf.fr>
  Merging from the 1.3 branch (-r 523:524, Port to BlueGene/P system)

* 24/07/2008 - David Monfort <david.monfort@edf.fr>
  The reconstruction of the right-hand side has now its
  own precision parameter (EPSRSM) instead of using EPSILO.
  modified routines:
    include/base/optcal.h
    doc/USER/latex/saturne2.tex
    src/rayt/raysol.F
    src/rayt/raypun.F
    src/lagr/lageqp.F
    src/cfbl/cfener.F
    src/cfbl/cfcdts.F
    src/cfbl/cfqdmv.F
    src/cfbl/cfmsvl.F
    src/base/alelap.F
    src/base/resrij.F
    src/base/resolp.F
    src/base/resv2f.F
    src/base/turbkw.F
    src/base/distyp.F
    src/base/covofi.F
    src/base/impini.F
    src/base/reseps.F
    src/base/resssg.F
    src/base/turbke.F
    src/base/iniini.F
    src/base/preduv.F
    src/base/modini.F
    src/base/codits.F
    src/base/calhyd.F

* 24/07/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Extending support for restart files to extracted part
  of the mesh
  modfified routines:
    include/base/cs_suite.h
    src/base/cs_suite.c
    src/base/cs_tpar1d.c

* 24/07/2008 - David Monfort <david.monfort@edf.fr>
  Removing cs_perio_sync_geo by cs_perio_sync_var
  modified routines:
    include/base/cs_perio.h
    src/base/cs_mesh_quantities.c
    src/base/cs_perio.c

* 24/07/2008 - David Monfort <david.monfort@edf.fr>
  Replacing all occurences of cs_parall_sync with cs_halo_sync
  and removing this former function in cs_parall.
  modified routines:
    include/base/cs_parall.h
    src/base/cs_ext_neighborhood.c
    src/base/cs_benchmark.c
    src/base/cs_gradient.c
    src/base/cs_grid.c
    src/base/cs_matrix.c
    src/base/cs_mesh_coherency.c
    src/base/cs_mesh_quantities.c
    src/base/cs_multigrid.c
    src/base/cs_parall.c

* 23/07/2008 - David Monfort <david.monfort@edf.fr>
  Renaming cs_syr files and routines to cs_syr3 and
  cs_comm files and routines to cs_syr3_comm in order
  to prepare for SYRTHES 4 coupling.
  renamed routines:
    include/base/cs_comm.h
    include/base/cs_syr_coupling.h
    include/base/cs_syr_messages.h
    src/base/cs_comm.c
    src/base/cs_syr_coupling.c
    src/base/cs_syr_messages.c
  modified routines:
    src/base/cs_main.c
    src/base/cs_opts.c

* 08/07/2008 - David Monfort <david.monfort@edf.fr>
  Improving the gracehst wrapper to make it accept more than
  30 probes.
  modified script:
    bin/gracehst

* 30/06/2008 - Yvan Fournier <yvan.fournier@edf.fr>
               David Monfort <david.monfort@edf.fr>
 Fixing some bugs in the multigrid algorithm when periodicity
 is present.
 modified routine:
   src/base/cs_grid.c

* 30/06/2008 - David Monfort <david.monfort@edf.fr>
  Fixing a but in the call to CODITS in the non-dimensional
  distance to the wall calculation.
  modified routine:
    src/base/distyp.F

* 30/06/2008 - David Monfort <david.monfort@edf.fr>
  Adding a test on the number of domains and the lagrangian
  simulation in the launch script, and fixing a bug on the
  radiation results copy.
  modified scripts:
   bin/check_consistency
   bin/lance

* 30/06/2008 - David Monfort <david.monfort@edf.fr>
  Creating a directory structure for How-to documentation.
  added directories:
    doc/HOWTO
    doc/HOWTO/graphics
    doc/HOWTO/input
    doc/HOWTO/latex
  added scripts:
    doc/HOWTO/graphics/Makefile
    doc/HOWTO/latex/Makefile
    doc/HOWTO/Makefile

* 30/06/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Cosmethic changes in Fortran memory display.
  modified routines:
    src/base/cs_base.c
    src/base/cs_main.c

* 30/06/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Move a variable declaration to follow C89 standards.
  modified routine:
    src/base/cs_matrix.c

* 30/06/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Correction on argument types (no impact as they are enum types).
  modified routine:
    src/base/cs_pp_io.c

* 30/06/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Fixing a bug in error display in cs_gui_get_attribute_value.
  modified routine:
    src/base/cs_gui_util.c

* 30/06/2008 - David Monfort <david.monfort@edf.fr>
  Fixing a bug with cell selection.
  modified routine:
    src/base/cs_selector.c

* 30/06/2008 - Alexandre Douce <alexandre.douce@edf.fr>
  With periodicity, particule tracking can raise an issue.
  One forces ISENSF to zero in order to avoid it temporarily.
  modified routine:
    src/lagr/ouestu.F

* 30/06/2008 - David Monfort <david.monfort@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Correction on strings comparisons in the Makefile,
  possibly source of failure on some systems (SunOS at least)
  modified script:
    bin/lance

* 30/06/2008 - David Monfort <david.monfort@edf.fr>
  Suppression of RUBENS references in the launch script
  modified script:
    bin/lance

* 25/06/2008 - David Monfort <david.monfort@edf.fr>
  Fixing a bug on coordinates synchronization when
  periodicity is present.
  modified routine:
   src/base/cs_perio.c

* 17/06/2008 - David Monfort <david.monfort@edf.fr>
  Removing LD_LIBRARY_PATH related to libxml2 library
  because all machines have it installed locally.
  Adding a comment when the user need to have it
  installed elsewhere.
  modified scripts:
    bin/cs_profile
  modified macros:
    bin/macros_Linux.mk
    bin/macros_Linux_x86_64.mk

* 17/06/2008 - David Monfort <david.monfort@edf.fr>
  Tagging of version 1.4.a

* 17/06/2008 - David Monfort <david.monfort@edf.fr>
  Updating macros on Linux systems (use of local
  libxml2 and ATLAS libraries whane available) and
  upgrading to gcc 4.3.1
  modified macros:
    bin/macros_Linux_CCRT.mk
    bin/macros_Linux_Ch.mk
    bin/macros_Linux_IA64.mk
    bin/macros_Linux.mk
    bin/macros_Linux_x86_64.mk

* 17/06/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Simplification of some scripts
  modified scripts:
    bin/cs_profile
    bin/SaturneGUI

* 17/06/2008 - David Monfort <david.monfort@edf.fr>
  Add a warning when the number of preprocessor_output files
  read by the kernel does not correspond to the number of MPI
  processes.
  modified routine:
    src/base/cs_ecs_messages.c

* 17/06/2008 - David Monfort <david.monfort@edf.fr>
  Merging the correction on wrong arguments in RAYDAK
  from Version1_3 branch.
  modified routine:
    src/rayt/raydak.F

* 10/06/2008 - David Monfort <david.monfort@edf.fr>
  Bug correction on an usued static array in FORTRAN
  modified routines:
    src/fuel/futsvi.F

* 10/06/2008 - David Monfort <david.monfort@edf.fr>
  Removing unused arrays related to multigrid algorithm:
  IFACLG, IRESPR, DAG and XAG.
  modified routines:
    src/rayt/raydom.F
    src/rayt/raysol.F
    src/rayt/raypun.F
    src/rayt/memra2.F
    src/lagr/lageqp.F
    src/lagr/lagpoi.F
    src/cfbl/cfener.F
    src/cfbl/memcfm.F
    src/cfbl/cfcdts.F
    src/cfbl/cfqdmv.F
    src/cfbl/cfmsvl.F
    src/base/memv2f.F
    src/base/alelap.F
    src/base/resrij.F
    src/base/memdis.F
    src/base/memale.F
    src/base/resolp.F
    src/base/resv2f.F
    src/base/turbkw.F
    src/base/turrij.F
    src/base/navsto.F
    src/base/distyp.F
    src/base/memkep.F
    src/base/memkom.F
    src/base/covofi.F
    src/base/memdyp.F
    src/base/reseps.F
    src/base/distpr.F
    src/base/resssg.F
    src/base/turbke.F
    src/base/scalai.F
    src/base/memsca.F
    src/base/preduv.F
    src/base/memnav.F
    src/base/memrij.F
    src/base/codits.F
    src/base/calhyd.F
    src/base/invers.F
    src/base/tridim.F

* 30/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Modification of Code_Saturne compilation with the
  ElectricFence library.
  modified routines:
    bin/macros_Linux_x86_64.mk
    bin/lance_install
    bin/Makefile

* 30/05/2008 - Namane Mechitoua <namane.mechitoua@edf.fr>
               Sophie Bosse <sophie.bosse@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Modification of the algebric multigrid algorithm
  adapted to the resolution of pressure equation.
  The algorithm works in serial and parallel runs.
  modified routines:
    users/base/usini1.F
    include/base/cs_prototypes.h
    include/base/optcal.h
    include/base/cs_sles.h
    doc/USER/latex/saturne2.tex
    src/cfbl/cfcdts.F
    src/base/verini.F
    src/base/resolp.F
    src/base/impini.F
    src/base/cs_main.c
    src/base/cs_sles.c
    src/base/calgeo.F
    src/base/iniini.F
    src/base/modini.F
    src/base/codits.F
    src/base/invers.F
  added routines:
    include/base/cs_grid.h
    include/base/cs_multigrid.h
    src/base/autmgr.F
    src/base/crstgr.F
    src/base/cs_grid.c
    src/base/cs_multigrid.c
    users/base/ustmgr.F
  deleted routines:
    include/base/mltgrd.h
    src/base/calgrg.F
    src/base/cgstab.F
    src/base/clmlga.F
    src/base/cycmgr.F
    src/base/gradco.F
    src/base/jacobi.F
    src/base/memgrg.F
    src/base/mempgr.F
    src/base/premgr.F
    src/base/prolon.F
    src/base/resmgr.F

* 29/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Translating memory checking from FORTRAN to C.
  modified routines:
    include/base/cs_base.h
    include/base/cs_parall.h
    src/base/cs_base.c
    src/base/cs_parall.c
    src/base/cs_main.c
    src/base/caltri.F
    src/base/memini.F
  deleted routines:
    include/base/memoir.h
    src/base/rasize.F
    src/base/iasize.F

* 29/05/2008 - David Monfort <david.monfort@edf.fr>
  The size of the work arrays IA and RA is now defined
  with a FORTRAN user file and no more via the scripts,
  making them independent of the number of sub-domains
  in case of a parallel run.
  modified routines:
    users/base/usini1.F
    include/base/cs_opts.h
    include/base/dimens.h
    include/base/memoir.h
    doc/USER/latex/saturne1.tex
    src/base/initi1.F
    src/base/impini.F
    src/base/cs_main.c
    src/base/caltri.F
    src/base/iniusi.F
    src/base/cs_gui.c
    src/base/iniini.F
    src/base/cs_opts.c
    src/base/memini.F
    bin/lance
    bin/lance.help
  deleted routines:
    users/base/ustbus.F

* 29/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Adding communications with a proxy, in order to prepare
  the Code_Saturne/Code_Aster coupling via Salomé/YACS.
  modified routines:
    include/base/cs_opts.h
    include/base/cs_base.h
    src/base/cs_base.c
    src/base/cs_main.c
    src/base/cs_opts.c
  added routines:
    include/base/cs_calcium.h
    include/base/cs_proxy_comm.h
    src/base/cs_proxy_comm.c
    src/base/cs_calcium.c

* 29/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Modification of the behaviour of renumbering.
  modified routines:
    include/base/cs_post.h
    include/base/cs_mesh.h
    src/base/numvec.F
    src/base/cs_main.c
    src/base/cs_post.c
    src/base/cs_suite.c
    src/base/cs_mesh.c
    src/base/cs_mesh_warping.c
    src/base/cs_mesh_connect.c

* 28/05/2008 - David Monfort <david.monfort@edf.fr>
  Removing the parts of the compilation scripts concerning
  the Purify and Foresys tools, as they are no more used.
  modified routines:
    bin/lance_install
    bin/lance.help
    bin/Makefile
    doc/USERS/latex/saturne1.tex

* 27/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Simplifying the command line option for a parallel run.
  modified routines:
    bin/lance_install
    src/base/cs_opts.c

* 27/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Adding support for a shared library on Linux systems.
  modified routines:
    bin/lance_install
    bin/Makefile
    bin/macros_Linux.mk
    bin/macros_Linux_x86_64.mk

* 27/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Adding a sub-script to check FORTRAN user files consistency.
  Adding a script to clean the directories.
  Updating the compiler for EDF Calibre 5 workstations.
  modified routines:
    bin/lance
    bin/lance_install
    bin/macros_Linux_x86_64.mk
  added routines:
    bin/check_consistency
    aux/clean

* 27/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Adding a warning in case of rotation periodicity
  modified routines:
    src/base/cs_matrix.c

* 27/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Adding two routines to save and restore the halos
  with a rotation periodicity (before doing a matrix
  vector product under certain circumstances)
  modified routines:
    include/base/cs_perio.h
    src/base/promav.F
    src/base/cs_perio.c

* 27/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Updating the halo structure in order to prepare
  for a parallel and periodic multigrid algorithm.
  modified routines:
    include/base/cs_matrix.h
    include/base/cs_halo.h
    include/base/cs_mesh.h
    include/base/cs_mesh_quantities.h
    include/base/cs_perio.h
    src/lagr/cs_lagr_perio.c
    src/base/cs_ext_neighborhood.c
    src/base/cs_benchmark.c
    src/base/cs_mesh_coherency.c
    src/base/cs_mesh_halo.c
    src/base/cs_parall.c
    src/base/cs_matrix.c
    src/base/cs_gradient.c
    src/base/cs_mesh_quantities.c
    src/base/cs_perio.c
    src/base/cs_sles.c
    src/base/cs_halo.c
    src/base/cs_mesh.c
    src/base/cs_mesh_warping.c

* 27/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Removing native matrix-vector product from C call.
  Changing CSR matrix format behaviour.
  modifified routine:
    src/base/cs_matrix.c

* 26/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Adding a routine to compute the minimum of an integer
  over the domains in case of parallelism
  modified routines:
    include/base/cs_parall.h
    src/base/cs_parall.c

* 26/05/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Removing unused MSR matrix format
  modified routines:
    include/base/cs_matrix.h
    src/base/cs_benchmark.c
    src/base/cs_matrix.c

* 21/05/2008 - Jerome Bonelle <jerome.bonelle@edf.fr>
  Renaming and reshaping the halos structures in order
  to prepare for multigrid integration

  modified routines:
    include/base/cs_halo.h
    include/base/cs_mesh.h
    include/base/cs_parall.h
    include/base/cs_perio.h
    src/lagr/cs_lagr_perio.c
    src/base/cs_ext_neighborhood.c
    src/base/cs_mesh_coherency.c
    src/base/cs_parall.c
    src/base/cs_matrix.c
    src/base/cs_gradient.c
    src/base/cs_mesh_quantities.c
    src/base/cs_perio.c
    src/base/cs_halo.c
    src/base/cs_mesh.c
    src/base/cs_mesh_warping.c

   added subroutines:
    include/base/cs_mesh_halo.h
    src/base/cs_mesh_halo.c

* 16/05/2008 - Alexandre Douce <alexandre.douce@edf.fr>
  Corrections on Lagrangian module (wrong definition
  of STATFB in dvvpst.F)
  modified routines:
    dvvpst.F
    uslag1.F

* 16/04/2008 - David Monfort <david.monfort@edf.fr>
  Tagging of version 1.3.2

* 10/04/2008 - Marc Sakiz <marc.sakiz@edf.fr>
  Several corrections on the user guide
  modified routine:
    saturne1.tex

* 08/04/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Port to BlueGene/P and Cray XT
  modified routines:
    cs_base.c
    cs_sles.c
    cs_suite.c
    tremai.c

* 08/04/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Wrong index when setting the last character of a string
  when parsing the groups name when coupling with SYRTHES
  modified routines:
    cs_mesh_select.c

* 28/03/2008 - David Monfort <david.monfort@edf.fr>
  Correction on the gradient limitation when a rotational
  periodicity is present
  modified routines:
    cs_gradient.h
    cs_gradient.c
    grdcel.F

* 28/03/2008 - David Monfort <david.monfort@edf.fr>
  Correction on the gradient computation with IMRGRA = 4
  modified routine:
    grdcel.F

* 28/03/2008 - David Monfort <david.monfort@edf.fr>
  The indirection between a scalar of the electric module and
  the whole scalars array was mis-used in the physical properties
  initialisation of this module.
  modified routines:
    elphyv.F

* 21/03/2008 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Corrected extended neighborhood reduction bug
  modified routines:
    cs_ext_neighborhood.c

* 12/03/2008 - David Monfort <david.monfort@edf.fr>
  Tagging of the Version1_3 branch
  Trunk open for new commits.

* 12/03/2008 - David Monfort <david.monfort@edf.fr>
  Add a cleaning pass when installing the documentation
  modified routines:
    lance_install

* 05/03/2008 - Jérôme Bonelle <jerome.bonelle@edf.fr>
               David Monfort <david.monfort@edf.fr>
  Tests on a specific array for the extended neighborhood instead of
  halo_type, to avoid failing tests in sequential compuations.
  Fix a bug in the gradient limitation when using the extended
  neighborhood.
  modified routines:
    cs_gradient.c
	cs_mesh.c
	cs_mesh_coherency.c

* 05/03/2008 - Marc Sakiz <marc.sakiz@edf.fr>
  Fixes a bug during the pressure sweeps while using the steady-state
  algorithm.
  modified routines:
    resolp.F

* 05/03/2008 - Yvan fournier <yvan.fournier@edf.fr>
  Fixes an error when parsing arguments that arise in some
  configuration
  modified routines:
    cs_opts.c

* 05/03/2008 - David Monfort <david.monfort@edf.fr>
  Adds a warning when using the dynamic model in LES along with a
  least-squares method based on a reduced extended neighborhood for
  the gradient computation
  modified routine:
    saturne2.tex
	verini.F
	ussmag.F

* 04/03/2008 - David Monfort <david.monfort@edf.fr>
  Update FVM API to take into account some particular cases
  where two periodicities are not commutative
  modified routines:
    cs_mesh.c

* 04/03/2008 - David Monfort <david.monfort@edf.fr>
  Add a warning when changing the mesh vertices coordinates along
  with periodicity, which can break the periodicity parameters.
  modified routines:
    saturne1.tex
	usmodg.F

* 04/03/2008 - David Monfort <david.monfort@edf.fr>
  Remove no more used function _sync_var_scal_strided and update
  consequently cs_perio_sync_var_scal. Remove prototype for PERCVE
  as well.
  modified routines:
    cs_perio.h
	cs_ext_neighborhood.c
	cs_gradient.c
	cs_matrix.c
	cs_perio.c

* 04/03/2008 - David Monfort <david.monfort@edf.fr>
  Fix a rotational periodicity issue in mesh coherency checks.
  A variable was treated as a scalar instead as a vector.
  modified routines:
    cs_mesh_coherency.c

* 04/03/2008 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Fix a bug in the definition of the extended halo when one needs to
  use the extended neighborhood
  modified routines:
    cs_halo.c

* 04/03/2008 - Marc Sakiz <marc.sakiz@edf.fr>
  Correct distance use at the first time-step when using the k-w SST
  model and the old algorithm to compute the wall distance
  modified routines:
    vissst.F

* 27/02/2008 - David Monfort <david.monfort@edf.fr>
  Remove abort when checking for auxilliary sequel file and LES model

* 26/02/2008 - David Monfort <david.monfort@edf.fr>
  Change the behaviour when trying to get a list of cells or faces
  with the selector. Revert to the old behaviour when the selection
  was done through the mesh properties. A warning is issued instead
  of an error when the criteria returns an empty selection.
  modified routines:
    cs_gui.c
    cs_selector.c

* 22/02/2008 - David Monfort <david.monfort@edf.fr>
  Move unmaintained macros files to aux/macros_old
  moved files:
    macros_IRIX64.mk
    macros_sunOS.mk

* 22/02/2008 - David Monfort <david.monfort@edf.fr>
  Add macros files for MacOSX and Linux x86_64 systems
  Change wring optimisation -O6 to -O3 for GCC compilers
  added routines:
    macros_Darwin.mk
    macros_Linux_x86_64.mk
  modified routines:
    macros_Linux.mk

* 20/02/2008 - David Monfort <david.monfort@edf.fr>
  Make Code_Saturne stop when a Lagrangian calculation is run with the
  steady-state algorithm

* 20/02/2008 - David Monfort <david.monfort@edf.fr>
  Change the name Syrthes to SYRTHES following the deposit brand

* 20/02/2008 - Yvan Fournier <yvan.fournier@edf.fr>
               Alexandre Douce <alexandre.douce@edf.fr>
  Add documentation on faces/cells selection with GETxxx via fvm_selector

* 20/02/2008 - David Monfort <david.monfort@edf.fr>
  Add comments on steady-state algorithm IDTVAR=-1
  modified routines:
    saturne2.tex
    usini1.F

* 18/02/2008 - David Monfort <david.monfort@edf.fr>
  Set the version number of Code_Saturne Kernel to 1.3.2
  modified routines:
    COMPATIBILITY
    compil.exe
    Makefile
    autovalid.xml
    cs_profile
    csdoc.sty
    cs_ops.c

* 18/02/2008 - David Monfort <david.monfort@edf.fr>
  Add a temporary "tmp_Saturne/$ETUDE.$CAS.$DATE" directory when running
  a case in $TMPDIR (when defined by the system) to avoid an issue
  with the linux distribution CAELinux
  modified routines:
    lance

* 18/02/2008 - David Monfort <david.monfort@edf.fr>
  Update the macros files to new version of BFT and FVM
  modified routines:
    cs_couplage.c
    COMPATIBILITY

* 18/02/2008 - David Monfort <david.monfort@edf.fr>
  Make use of the "xspace" package in the documentation for intelligent spaces

* 18/02/2008 - David Monfort <david.monfort@edf.fr>
  Complete reorganisation of the theory documentation to follow the template
  of the user and tutorial documents

* 15/02/2008 - David Monfort <david.monfort@edf.fr>
  Centralized EDF and Code_Saturne logos in the style directory

* 12/02/2008 - David Monfort <david.monfort@edf.fr>
  Correction of unitialized values in the vortex method when ICAS=4
  modified routines:
    vorini.F

* 12/02/2008 - Alexandre Douce <alexandre.douce@edf.fr>
  Global allocation of an auxilliary array, instead of local
  modified routines:
    caltri.F
    lagcel.F
    lagopt.F
    lagune.F
    ouestu.F
    uslag1.F

* 12/02/2008 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Bug fix in coal combustion
  modified routines:
    cpcym2.F

* 07/02/2008 - David Monfort <david.monfort@edf.fr>
  Keep the consistancy between the maximum number of phases
  in cs_perio.h and paramx.h (both being set at 1 for the moment)

* 07/02/2008 - Alexandre Douce <alexandre.douce@edf.fr>
  Bug fixes for the computation of mean values of combustion
  variables within the GUI
  modified routines:
    cs_gui.c
    usini1.F

* 07/02/2008 - David Monfort <david.monfort@edf.fr>
  Inversion of argument of the user function PHIDAT,
  according to how it called by the kernel
  modified routines:
    usvort.F

* 07/02/2008 - Alexandre Douce <alexandre.douce@edf.fr>
  Bug fixes when reading a sequel file
  modified routines:
    laglec.F
    lagout.F

* 07/02/2008 - Yvan Fournier <yvan.fournier@edf.fr>
  Variant for Intel compiler on Itanium only, optimizations by BULL
  modified routines:
    cs_matrix.c
    cs_sles.c

* 07/02/2008 - David Monfort <david.monfort@edf.fr>
  Wrong affectation for last element in an array in cs_post.c

* 14/01/2008 - David Monfort <david.monfort@edf.fr>
  Renaming the Preprocessor listing from listenv to listpre
  modified routines:
    lance
    saturne1.tex

* 14/01/2008 - David Monfort <david.monfort@edf.fr>
  Minor correction of the Makefile for the target LINK

* 14/01/2008 - David Monfort <david.monfort@edf.fr>
  Correction in the macro definition of the keyword inline
  modified routine:
    cs_base.h
    cs_lagrang.c

* 14/01/2008 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Bug fix in face renumbering and ponderation algorithm
  improvement
  modified routines:
    cs_syr_coupling.c

* 14/01/2008 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Missing argument in printf function in cs_syr_mesages.c

* 08/01/2008 - David Monfort <david.monfort@edf.fr>
  Portability improvements in scripts
  Thanks to Thierry Thomas for reporting the problems
  modified routines:
    Makefile
    compiler_version
    cree_sat
    gracehst
    grp

* 28/11/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.1

* 19/11/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Syntax and unused variables correction
  deleted routines:
    usrubm.F
    postlc.F
  modified routines:
    calhyd.F
    caltri.F
    cfphyv.F
    clptrg.F
    cpcym2.F
    cpflux.F
    cplph1.F
    cpphy1.F
    cpphyv.F
    cpteh1.F
    cptssc.F
    cptsvc.F
    cregeo.F
    cs_gui.c
    cs_mesh.c
    cs_mesh_warping.c
    cs_parall.c
    ebuphy.F
    ebuver.F
    enslag.F
    fucym1.F
    fuflux.F
    fuincl.h
    fuiniv.F
    fulecd.F
    fuphy1.F
    fuphy2.F
    fuphyv.F
    fuptcl.F
    futeh1.F
    futeh2.F
    futhp1.F
    futssc.F
    futsvc.F
    futsvi.F
    fuveri.F
    iniusi.F
    lagaff.F
    lagcel.F
    lagent.F
    lagesp.F
    lagfch.F
    laghis.F
    laglis.F
    lagnpr.F
    lagnwc.F
    lagout.F
    lagune.F
    lwcver.F
    optcal.h
    pdflwc.F
    pdfpp4.F
    prods2.F
    prods3.F
    prodsc.F
    resolp.F
    strhis.F
    usalcl.F
    uscfcl.F
    uscfpv.F
    uscpcl.F
    uscplc.F
    usd3pc.F
    usebuc.F
    uselcl.F
    usfucl.F
    usfuiv.F
    uslabo.F
    usladp.F
    uslafe.F
    uslag2.F
    uslwcc.F
    usnpst.F
    usray5.F

* 15/11/2007 - Alexandre Douce <alexandre.douce@edf.fr>
  Correction of inlet conditions in coal combustion
  with GUI
  modified routines:
    cs_gui.c
    cs_gui.h
    ppclim.F

* 15/11/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Passing of missing MAXELT/LSTELT arguments
  for GETCEL selection in user routines
  modified routines:
    cfiniv.F
    cfmsfl.F
    cfmsgs.F
    cfphyv.F
    cfqdmv.F
    cpiniv.F
    cplini.F
    d3pini.F
    ebuini.F
    eliniv.F
    elphyv.F
    fuiniv.F
    inivar.F
    lwcini.F
    preduv.F
    reseps.F
    resrij.F
    resssg.F
    scalai.F
    turbke.F
    turbkw.F
    uscfpv.F
    uscfxi.F
    uscpiv.F
    usd3pi.F
    usebui.F
    useliv.F
    uselph.F
    usfuiv.F
    usiniv.F
    uslwci.F
    ustske.F
    ustskw.F
    ustsns.F
    ustsri.F
    ustsv2.F

* 14/11/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Bug correction in typecl.F on the setting
  of the reference face for pressure when
  some outlet boundary conditions are changed
  from standard values (+ bug correction in
  parallel when IPHYDR=1)

* 14/11/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Misspelling of SRROM in info message
  modified routines:
    d3pver.F
    ebuver.F
    lwcver.F
    cplver.F
    elveri.F
    fuveri.F

* 14/11/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Modification of the launch script lance for
  a correct copy of thermochemical files with
  the pulverized coal module + correction of
  error in the protecting test of uscpcl.F

* 12/11/2007 - David Monfort <david.monfort@edf.fr>
  Bug correction in an (unused!) function fo cs_blas.c

* 07/11/07 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of intermediate version 1.3.1-rc1 before
  second phase of validation campaign

* 07/11/07 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Minor modification in fuphy1.F

* 05/11/2007 - Alexandre Douce <alexandre.douce@edf.fr>
  Bug correction for P1 radiative transfer in usray5.F

* 31/10/2007 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Correction of an erroneous assert in cs_halo.c

* 31/10/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Storage on preprocessor files in a subdirectory of
  the temporary execution directory + change of
  BLAS libraries on Linux
  modified routines
    cs_main.c
    cs_pp_io.c
    cs_pp_io.h
  modified script:
    lance
    macros_Linux.mk

* 31/10/2007 - Nicole Picard <nicole-n.picard@edf.fr>
               Alexandre Douce <alexandre.douce@edf.fr>
  Modification and correction of GUI reader
  modified routines:
    caltri.F
    cs_gui.c
    cs_gui.h
    cs_gui_radiative_transfer.c
    cs_gui_radiative_transfer.h
    cs_gui_util.c
    cs_main.c
    iniusi.F
    ppclim.F
    tridim.F

* 31/10/2007 - Fabien Huvelin <fabien.huvelin@edf.fr>
               Marc Sakiz <marc.sakiz@edf.fr>
  Modification of strpre.F for correct handling of structure
  initial displacement

* 30/10/2007 - Alexandre Douce <alexandre.douce@edf.fr>
  Suppression of unused variables in cptssc.F

* 30/10/2007 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Correction of automatic stop of calculation when
  P1 radiative transfer assumptions are not met
  modified routine:
    caltri.F

* 23/10/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Update of comments on GETFBR/GETFAC/GETCEL in user
  routines
  modified routines:
    usalcl.F
    usclim.F
    uskpdc.F
    usproj.F
    uspt1d.F
    usstru.F
    ustsma.F
    ustssc.F
    usvort.F
    uscfcl.F
    usd3pc.F
    usebuc.F
    uslwcc.F
    uscpcl.F
    uscplc.F
    uselcl.F
    usetcl.F
    usfucl.F
    uslag2.F
    usray2.F

* 22/10/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Update of compilation commands for BlueGene
  modified scripts:
    macros_Blue_Gene_L.mk
    Makefile

* 22/10/2007 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Bug correction in extended neighborhood (index error
  in connectivity list and shunted use of ext_neighborhood
  in gradient calculation)
  modified routines:
    cs_ext_neighborhood.c
    cs_gradient.c

* 22/10/2007 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Correction of bug in rotation periodicity with lagrangian
  module + minor comments and syntax modifications +
  compilation options for CCRT machines
  modified routines:
    cs_benchmark.c
    cs_lagr_perio.c
    cs_perio.c
    lagcel.F
  modified cripts:
    macros_Linux_CCRT.mk
    macros_Linux_IA64.mk

* 19/10/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Robustness modification in scalai.F: initialisation
  of RTPA not done if NTCABS.EQ.1 but in IPASS.EQ.1
  (in case a first iteration with NTCABS=0 is done).

* 19/10/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Bug correction in cs_suite.c : floating point
  exception on certain architectures in parallel
  when a number of entities (cells, internal faces
  or boundary faces) is zero
  (e.g. triple periodicity box)

* 16/10/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Bug correction in the CPU time calculation
  in cs_benchmark.c when compiling without
  MPI

* 16/10/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor indentation modifications
  modified routines:
    covofi.F
    cs_ext_neighborhood.c
    cs_mesh.h

* 16/10/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Change in the syntax of tests to avoid a warning
  on IA64 architecture with intel compilers
  modified routines:
    varpos.F
    verini.F

* 16/10/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Use of MPI_RANK variable for MPICH2 in rang_mpi.sh
  + minor change in file permissions in lance_install

* 16/10/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Bug correction in index shift in paragv routine
  in cs_parall.c

* 16/10/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Correction of pragma commands for xlc compiler in
  cs_matrix.c

* 16/10/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Move of obsolete macros_OSF1.mk and macros_HU-UX.mk
  files in new aux/macros_old archive directory

* 16/10/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Plugging of fvm-0.9.0 with extra argument in selector
  routines
  modified routines:
    cs_gui.c
    cs_mesh.c
    cs_selector.c
  modified scripts:
    macros*.mk

* 15/10/2007 - David Monfort <david.monfort@edf.fr>
  Correction of compilation warnings
  modified routines:
    cs_gui_radiative_transfer.c
    cs_halo.c

* 11/10/2007 - David Monfort <david.monfort@edf.fr>
  Correction fof IDIMTE coefficient in reseps.F for
  rotation periodicity synchronization in standard Rij-eps
  model

* 09/10/2008 - Marc Sakiz <marc.sakiz@edf.fr>
  Use of bft-1.0.5
  modified scripts : macros*.mk

* 09/10/2008 - Marc Sakiz <marc.sakiz@edf.fr>
               Matthieu Guillaud <matthieu.guillaud@edf.fr>
  Code_Saturne tutorial

* 09/10/2007 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Correction of error in argument passing of NDIRCP
  in covofi.F

* 09/10/2007 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
               Jérôme Bonelle <jerome.bonelle@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Various modifications:
  - synchronization with Syrthes only if ITRALE>0 in caltri.F
  - change in the syntax of a test in covofi.F to avoid a warning
    on IA64 architecture with intel compilers
  - creation of erreur_n*** files only for processor 0 and the
    processors receiving a segmentation fault or floating point
    exception message
  - correction fo benchmark mode with info on elapsed time
  - correction in test on extended neighborhood detection
  - correction of a problem depending on the order of exchange
    of MPI messages for dimension calculation
  - minor corrections in cs_mesh.c and cs_mesh_coherency.c
    (unused variables, comments)
  - change of kernel options "couleur" and "groupe" to "color"
    and "group" for Syrthes options
  - assert error in debug mode due to wrong initialization
    on 64bits machine
  - modification of residue test to detect when conjugate
    gradient diverges
  - memory management error when calling usray2.F in raycli.F
  - global detection of boundary conditions errors in typecl.F
  - example character strings in usdpst.F initialized to ' ' and
    not '' (Fortran norm)
  modified routines:
    caltri.F
    covofi.F
    cs_base.c
    cs_benchmark.c
    cs_ext_neighborhood.c
    cs_halo.c
    cs_mesh.c
    cs_mesh_coherency.c
    cs_opts.c
    cs_pp_io.c
    cs_sles.c
    raycli.F
    typecl.F
    usdpst.F

* 08/10/2007 - Alexandre Douce <alexandre.douce@edf.fr>
  Missing access to STATIV array in usproj.F
  modified routines:
    caltri.F
    usproj.F

* 08/10/2007 - Alexandre Douce <alexandre.douce@edf.fr>
  Problem with pointer IIFRLA defined as real instead of
  integer in memla1.F

* 08/10/2007 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Error in the example uselrc.F. Use of RTP(.,ISCALT(1))
  instaed of RTP(.,ISCA(ISCALT(1)))

* 08/10/2007 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Initialization error on the incident flux QINCID for
  non-wall boundaries
  modified routines:
    raycli.F

* 08/10/2007 - Alexandre Douce <alexandre.douce@edf.fr>
  No coherency between lagout and lagent on the rubrique name
  for NBCLST + uninitialized argument in IASIZE in laglec.F
  modified routines:
    lagent.F
    laglec.F

* 21/08/2007 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Correction of character chain length in inipst.F

* 21/08/2007 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Correction in DEPALE and CSMAGO initialisation
  modified routines:
    caltri.F
    iniva0.F
    memtri.F

* 21/08/2007 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Optimised debug options for IA64 architecture
  modified script:
    macros_Linux_IA64.mk

* 21/08/2007 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Correction of index error in mobile structures initialisation
  modified routine:
    iniini.F

* 21/08/2007 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Missing update of fortran commons after cutting of warped faces.
  modified routines:
    cs_main.c
    iniini.F
    majgeo.F

* 17/08/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of intermediate version 1.3.1-dvp

* 16/08/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Modification of coherency test in REDVSE in cs_ext_neighborhood.c
  to allow the use of IMRGRA=3 when the extended neighborhood has
  been calculated but is empty (1D meshes!!!).

* 16/08/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Forgotten RELAXP argument in the CODITS call in cfmsvl.F

* 14/08/2007 - Nicole Picard <nicole-n.picard@edf.fr>
               Alexandre Douce <alexandre.douce@edf.fr>
  Correction in pulverised coal data entry through GUI
  modified routines:
    cpini1.F
    cpprop.F
    cpvarp.F
    cs_gui.c
    cs_gui.h
    cs_gui_matisse.c
    cs_gui_radiative_transfer.c
    cs_gui_util.c
    iniusi.F

* 13/08/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Erroneous dynamic allocation of work array in stdtcl.F
  modified routines:
    stdtcl.F
    tridim.F

* 08/08/2007 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Bug correction in cptssc.F (test to avoid a 0/0 division)

* 08/08/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Adaptation of lance.help to new english syntax of preprocessor
  and kernel options

* 07/08/2007 - Yannick Lecocq <yannick.lecocq@edf.fr>
  Missing assignment of IDIMTE and ITENSO before PERCOM
  in reseps.F

* 06/08/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Correction of erroneous assert in cs_pp_io.c

* 03/08/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Correction of unwanted ALE initialisation iteration when
  IALE = 0
  modified routines:
    modini.F

* 03/08/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Missing arguments to ustbus.F
  modified routines:
    caltri.F
    ustbus.F

===========================================================================

* 26/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.0

* 26/07/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor correction of fvm_selector in cs_mesh.c

* 26/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Change in the location of the definition of
  NIDEVE, NRDEVE, NITUSE and NRTUSE
  added routine:
    ustbus.F
  modified routines:
    caltri.F
    cs_gui.c
    cs_gui.h
    dimens.h
    impini.F
    iniini.F
    iniusi.F
    usini1.F
    verini.F

* 26/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Modification of ALE initialisation step for
  better continuity in calculation sequels.
  modified routines:
    albase.h
    caltri.F
    ecrava.F
    iniini.F
    lecamx.F
    modini.F
    strdep.F
    strini.F
    strpre.F
    tridim.F
    usalin.F
    verini.F

* 23/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Minor changes around stdtcl.F
  modified routines:
    stdtcl.F
    tridim.F

* 23/07/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  check_mesh routine, cleaning of lance_install script,
  correction of cs_halo.c for safer geometrical
  tests on halo creation
  added script:
    check_mesh
  modified routine:
    cs_halo.c
  modified scripts:
    info_cs
    lance_install

* 23/07/2007 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Minor corrections in fuel module
  modified data file:
    JANAF
  modified routines:
    futsvi.F
    usfucl.F

* 23/07/2007 - Alexandre Douce <alexandre.douce@edf.fr>
  Correction of dvvpst.F for lagrangian post-processing

===========================================================================

* 23/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.n

* 23/07/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Translation of Code_Saturne arguments, renaming of Envelope into
  Preprocesseur, suppression of useless "const" + various name modifications
  and comments
  modified scripts:
    lance
    lance.help
    lance_install
    verifmail
  modified routines:
    cs_ale.c
    cs_ale.h
    cs_base.c
    cs_base.h
    cs_benchmark.c
    cs_comm.c
    cs_comm.h
    cs_couplage.c
    cs_ecs_messages.c
    cs_ecs_messages.h
    cs_halo.c
    cs_halo.h
    cs_main.c
    cs_mesh.c
    cs_mesh.h
    cs_mesh_coherency.c
    cs_mesh_coherency.h
    cs_mesh_quality.c
    cs_mesh_quality.h
    cs_mesh_quantities.c
    cs_mesh_quantities.h
    cs_mesh_select.c
    cs_mesh_select.h
    cs_mesh_solcom.c
    cs_mesh_solcom.h
    cs_mesh_warping.c
    cs_mesh_warping.h
    cs_opts.c
    cs_opts.h
    cs_parall.c
    cs_parall.h
    cs_perio.c
    cs_perio.h
    cs_post.c
    cs_pp_io.c
    cs_pp_io.h
    cs_sles.c
    cs_syr_coupling.c
    cs_syr_coupling.h
    cs_syr_messages.c
    cs_syr_messages.h
    csinit.F
    entsor.h
    iasize.F
    iniini.F
    parge1.F
    rasize.F
    rayens.F
    rayopt.F

* 23/07/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Externalisation of CGRDMC and CLMGRD in a specific routine
  added routines:
    cs_gradient.c
    cs_gradient.h
  modified routines
    calgeo.F
    cs_ext_neighborhood.c
    cs_ext_neighborhood.h

* 23/07/2007 - Alexandre Douce <alexandre.douce@edf.fr>
  GUI bug corrections:
  added routine:
    stdtcl.F
  modified routines:
    cs_gui.c
    cs_gui.h
    memtri.F
    ppclim.F
    tridim.F

* 23/07/2007 - Alexandre Douce <alexandre.douce@edf.fr>
  Corrections in lagrangian module
  modified routines:
    caltri.F
    dvvpst.F
    impini.F
    iniusi.F
    lagent.F
    lagfch.F
    laghis.F
    lagopt.F
    lagran.h
    memla1.F
    memla2.F
    uslabo.F
    uslag1.F
    uslag2.F
    usray2.F

===========================================================================

* 13/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.m

* 13/07/2007 - Carole Vit <carole.vit@edf.fr>
               Éric Quémerais <eric.quemerais@edf.fr>
               Nicole Picard <nicole-n.picard@edf.fr>
               Alexandre Douce <alexandre.douce@edf.fr>
  Adaptation to new version of GUI, implementation
  of fvm_selector potentialities
  added routines:
    cs_interpr_util.F
    cs_selector.c
    cs_selector.h
  modified data file:
    dp_FCP
  modified routines
    caltri.F
    cfener.F
    cou1do.F
    covofi.F
    cpini1.F
    cplecd.F
    cs_gui.c
    cs_gui.h
    cs_gui_util.c
    cs_gui_util.h
    cs_mesh.c
    cs_mesh.h
    cs_main.c
    iniusi.F
    inivar.F
    lagent.F
    ppclim.F
    raycli.F
    strini.F
    tridim.F
    usalcl.F
    uscfcl.F
    usclim.F
    uscpcl.F
    uscplc.F
    usd3pc.F
    usebuc.F
    uselcl.F
    usetcl.F
    uskpdc.F
    uslag2.F
    uslwcc.F
    usproj.F
    uspt1d.F
    usray2.F
    usray3.F
    usray5.F
    usstru.F
    ustsma.F
    ustssc.F
    usvort.F

===========================================================================

* 12/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.l

* 09/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Partial compliance of rough wall with GUI
  modified routines:
    caltri.F
    cs_gui.c
    cs_gui.h

* 09/07/2007 - Jérôme Bonelle <jerome.bonelle@edf.fr>
               Yvan Fournier <yvan.fournier@edf.fr>
  Creation of parallel and periodic halos by the kernel,
  use of fvm-0.8.0 + internationalisation of C routines
  added routines:
    cs_halo.c
    cs_halo.h
    cs_mesh_coherency.c
    cs_mesh_coherency.h
    cs_mesh_warping.c
    cs_mesh_warping.h
    cs_pp_io.c
    cs_pp_io.h
    haltyp.F
    majgeo.F
  modified scripts:
    macros*.mk
  modified routines:
    calgeo.F
    caltri.F
    cs_ale.c
    cs_ale.h
    cs_benchmark.c
    cs_comm.c
    cs_comm.h
    cs_couplage.c
    cs_couplage.h
    cs_gui.c
    cs_gui_matisse.c
    cs_gui_radiative_transfer.c
    cs_gui_util.c
    cs_lagr_perio.c
    cs_lagr_perio.h
    cs_lagrang.c
    cs_lagrang.h
    cs_main.c
    cs_matrix.c
    cs_mesh_quality.c
    cs_mesh_quality.h
    cs_opts.c
    cs_opts.h
    cs_perio.c
    cs_perio.h
    cs_post.c
    cs_post.h
    cs_renumber.c
    cs_renumber.h
    cs_sles.c
    cs_suite.c
    cs_syr_coupling.c
    cs_ventil.F
    cs_ventil.h
    grdcel.F
    impini.F
    iniini.F
    initi1.F
    lagcel.F
    lagnwc.F
  modified and renamed routines:
    cs_maillage.c  cs_mesh.c
    cs_maillage.h  cs_mesh.h
    cs_maillage_connect.c  cs_mesh_connect.c
    cs_maillage_connect.h  cs_mesh_connect.h
    cs_maillage_grd.c  cs_mesh_quantities.c
    cs_maillage_grd.h  cs_mesh_quantities.h
    cs_maillage_select.c  cs_mesh_select.c
    cs_maillage_select.h  cs_mesh_select.h
    cs_maillage_solcom.c  cs_mesh_solcom.c
    cs_maillage_solcom.h  cs_mesh_solcom.h
    cs_messages_ecs.c   cs_ecs_messages.c
    cs_messages_ecs.h  cs_ecs_messages.h
    cs_parallel.c  cs_parall.c
    cs_parallel.h  cs_parall.h
    cs_voiset.c  cs_ext_neighborhood.c
    cs_voiset.h  cs_ext_neighborhood.h
  removed routines:
    cs_msg.c
    cs_msg.h
    filtre.F
    limgrd.F

===========================================================================

* 06/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.k

* 04/07/2007 - Bertrand Carissimo <bertrand.carissimo@edf.fr>
  Implementation of rough wall boundary conditions
  added routines:
    clptrg.F
  modified routine:
    cfxtcl.F
    clptur.F
    clsyvt.F
    condli.F
    cou1di.F
    coupbi.F
    cpltcl.F
    cpptcl.F
    d3ptcl.F
    distpr.F
    distyp.F
    ebutcl.F
    fuptcl.F
    lageqp.F
    lwctcl.F
    paramx.h
    ppclim.F
    ppprcl.F
    ppray4.F
    pptycl.F
    precli.F
    raycli.F
    raypun.F
    rijech.F
    tridim.F
    typecl.F
    usalcl.F
    usclim.F
    uscpcl.F
    uscplc.F
    usd3pc.F
    usebuc.F
    uselcl.F
    usetcl.F
    usfucl.F
    uslwcc.F
    usray2.F
    usray4.F
    usray5.F
    usruet.F
    vericl.F
    vor2cl.F

===========================================================================

* 03/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.j

* 02/07/2007 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Implementation of fuel combustion, coal humidity and
  reorganisation of pulverised coal combustion.
  added data files:
    dp_FUE
  added routines:
    cpcym2.F
    fucym1.F
    fuflux.F
    fuincl.h
    fuini1.F
    fuiniv.F
    fulecd.F
    fupdfr.F
    fuphy1.F
    fuphy2.F
    fuphyv.F
    fuprop.F
    fuptcl.F
    futeh1.F
    futeh2.F
    futhp1.F
    futhp2.F
    futssc.F
    futsvc.F
    futsvi.F
    fuvarp.F
    fuveri.F
    memfu1.F
    usfucl.F
    usfui1.F
    usfuiv.F
  modified data files:
    dp_FCP
    JAnAF
  modified routines:
    copdfr.F -> renamed pppdfr.F
    covofi.F
    cpflux.F
    cpincl.h
    cpini1.F
    cpiniv.F
    cplecd.F
    cpphy1.F
    cpphy2.F
    cpphyv.F
    cpprop.F
    cpptcl.F
    cprays.F
    cpteh2.F
    cpthp2.F
    cptssc.F
    cpvarp.F
    cpveri.F
    cs_gui.c
    cs_gui.h
    d3phst.F
    d3pint.F
    d3pphy.F
    d3pver.F
    ebuver.F
    ecrava.F
    impini.F
    iniusi.F
    lagcar.F
    lagent.F
    lages1.F
    lages2.F
    laggra.F
    lagich.F
    lagitf.F
    laglec.F
    lagopt.F
    lagout.F
    lecamx.F
    lwcver.F
    ppcabs.F
    ppclim.F
    ppcsca.F
    ppincl.h
    ppinii.F
    ppiniv.F
    pplecd.F
    ppphyv.F
    ppprcl.F
    ppprop.F
    ppray4.F
    ppthch.h
    pptssc.F
    pptycl.F
    ppvarp.F
    raydom.F
    rayopt.F
    scalai.F
    uscpi1.F
    uscpiv.F
    usppmo.F
  modified scripts:
    lance
    lance_install
    Makefile


* 02/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Suppression of useless vide.h files

* 02/07/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Update of macros_*.mk for Linux, Linux_IA64 and Linux_CCRT, definition of
  C-Blas as default, suppression of some unused arguments in gradient
  calculation to allow earlier call.
  modified scripts:
    macros_Linux.mk
    macros_Linux_CCRT.mk
    macros_Linux_IA64.mk
  modified routines:
    cs_blas.c
    cs_blas.h
    cs_voiset.c
    cs_voiset.h
    gradmc.F
    gradrc.F
    grdcel.F
    tremai.c

===========================================================================

* 02/07/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.i

* 29/06/2007 - Carole Vit <carole.vit@edf.fr>
               Sofiane Benhamadouche <sofiane.benhaamdouche@edf.fr>
               Marc Sakiz <marc.sakiz@edf.fr>
  Implementation of steady-state algorithm
  modified routines:
    alelap.F
    bilsc2.F
    codits.F
    covofi.F
    cs_opts.c
    distpr.F
    distyp.F
    dttvar.F
    impini.F
    iniini.F
    iniusi.F
    matrdt.F
    modini.F
    navsto.F
    optcal.h
    preduv.F
    reseps.F
    resolp.F
    resrij.F
    resssg.F
    resv2f.F
    tridim.F
    turbke.F
    turbkw.F
    verini.F
    cfmsvl.F
    lageqp.F
    raypun.F
    raysol.F

===========================================================================

* 25/06/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.h

* 25/06/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Correction of erroneous verification test on
  time averages in varpos.F

* 22/06/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Compatibility of ALE method with 2nd order time
  scheme and velocity/pressure sub-iterations (but
  it does not imply that the mesh movement and
  inner structure coupling is 2nd order ...)
  + full explicit treatment of the mass flux if
  ISTMPF.EQ.0 in case of velocity/pressure sub-iterations
  modified routines:
    schtmp.F
    strdep.F
    strpre.F
    tridim.F
    verini.F

* 11/06/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Update of macros*.mk, minor modifications to benchmarking
  mode and BLAS porting, extension solver reorganisation
  modified scripts:
    macros_*.mk
  modified routines:
    cs_benchmark.c
    cs_matrix.c
    cs_sles.c
    invers.F

* 11/06/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Merge of base_1 and base_2 directories as base in src
  and corresponding modification of Makefile

* 06/06/2007 - David Monfort <david.monfort@edf.fr>
  Correction of Makefile to avoid problems with *.F* files
  that are not *.F nor *.F95

* 27/04/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Correction of missing ITUSER/RTUSER/IDEVEL/RDEVEL arguments
  in certain routines
  modified routines:
    caltri.F
    cregeo.F
    lagcar.F
    lageli.F
    lagent.F
    lages1.F
    lages2.F
    lagesp.F
    lagfch.F
    lagipn.F
    lagnew.F
    lagnpr.F
    lagnwc.F
    lagrus.F
    lagsta.F
    lagune.F
    usdpst.F
    usladp.F
    uslafe.F
    uslain.F
    uslatc.F
    uslatp.F

* 25/04/2007 - David Monfort <david.monfort@edf.fr>
  Suppression of useless test on IISUIT before the second
  call to ECRAVA in caltri.F

* 25/04/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Correction of specific cases where "inline" commands
  are banned
  modified routines:
  cs_base.h
  cs_lagrang.c
  cs_matrix.c
  cs_sles.c

===========================================================================

* 18/04/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.g

* 18/04/2007 - Jérôme Bonelle <jerome.bonelle@edf.fr>
  Porting on Linux_Argent architecture (CCRT Bull Novascale
  Itanium cluster), including BLAS compatibility
  added script:
    marcos_Linux_Argent.mk
  modified scripts:
    cs_profile
    lance
    rang_mpi.sh
  modified routines:
    cs_blas.c
    cs_blas.h

* 10/04/2007 - Yvan Fournier <yvan.fournier@edf.fr>
  Reorganisation of the linear solvers, "matrix" structure,
  adaptation to BLAS libraires, management of memory alignment
  for BlueGene optimisation, benchmark mode for testing linear
  solvers, change in the position of the renumbering of cells
  for vector machines optimisation, adaptation to fvm-0.7.0,
  optimisation of parallel/periodic synchronisations to avoid
  redudancies, automatic supression of X or 1 in the post-processing
  name of a vector variable with components labelled (...X,...Y,...Z)
  or (...1, ...2, ...3)
  modified scripts:
    cs_profile
    lance_install
    macros_Blue_Gene_L.mk
    macros_HP-UX.mk
    macros_IRIX64.mk
    macros_Linux.mk
    macros_Linux_CCRT.mk
    macros_Linux_Ch.mk
    macros_OSF1.mk
    macros_SunOS.mk
    Makefile
    rang_mpi.sh
  added routines:
    cs_benchmark.c
    cs_benchmark.h
    cs_blas.c
    cs_blas.h
    cs_matrix.c
    cs_matrix.h
    cs_prototypes.h
    cs_renumber.c
    cs_renumber.h
    cs_sles.c
    cs_sles.h
  deleted routines:
    memnvc.F
  modified routines:
    cfcdts.F
    cgstab.F
    codits.F
    cregeo.F
    cycmgr.F
    cs_base.h
    cs_couplage.c
    cs_maillage_connect.c
    cs_maillage_solcom.c
    cs_main.c
    cs_opts.c
    cs_opts.h
    cs_parallel.c
    cs_perio.c
    cs_perio.h
    cs_post_util.F
    dvvpst.F
    gradco.F
    iniini.F
    invers.F
    jacobi.F
    numvec.F
    prcpol.F
    promav.F
    proxav.F

* 05/04/2007 - Fabien Huvelin <fabien.huvelin@edf.fr>
  Chronological records of structure displacement, velocity
  acceleration and forces + improved force and displacement
  prediction for explicit internal structure coupling
  modified routines:
    albase.h
    alstru.h
    caltri.F
    entsor.h
    iniini.F
    modini.F
    paramx.h
    strdep.F
    strini.F
    strpre.F
    tridim.F
    usalin.F
    usstru.F
    verini.F
  added routine:
    strhis.F

* 26/03/2007 - Fabien Huvelin <fabien.huvelin@edf.fr>
  Displacement based Newmark scheme for internal
  structure coupling instead of acceleration based scheme
  modified routines:
    alstru.h
    iniini.F
    modini.F
    newmrk.F
    strdep.F
    strini.F
    verini.F

* 26/03/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Implementation of an orthotropic mesh viscosity
  for the ALE method
  modified routines:
    albase.h
    alelap.F
    condli.F
    ecrava.F
    iniini.F
    iniva0.F
    lecamx.F
    modini.F
    numvar.h
    phyvar.F
    usalin.F
    usvima.F
    varpos.F


* 01/03/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Change in comments, initialisation and tests
  on ITRSVR
  modified routines:
    entsor.h
    iniini.F
    modini.F
    verini.F

===========================================================================

* 01/03/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.f

* 01/03/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Bug correction in initialisation of IPRTOT pointer
  in varpos.F
  modified routines:
    iniini.F
    varpos.F

* 14/02/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Modification of lance to limit its size (problem
  with LSF with too large scripts)
  added script:
    lance.help
  modified script:
    cree_sat
    lance

* 13/02/2007 - Yvan Fournier - <yvan.fournier@edf.fr>
  Modification of Makefile for BLAS on Blue Gene architecture

* 13/02/2007 - Jerome Bonelle <jerome.bonelle@edf.fr>
  Correction for Syrthes coupling with 2D solid meshes
  modified routines:
    cs_mesh_quality.c
    cs_post.c
    cs_syr_coupling.c

* 10/02/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Change in the architecture of the libraries
  (creation of the "arch" directory)
  modified scripts:
  lance_install
  Makefile

* 10/02/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Change of an ambiguous notation in the routines
  for the specific physics source terms.
  modified routines:
    cpltss.F
    cpltsv.F
    cptssc.F
    cptsvc.F
    cptsvi.F
    ebutss.F
    eltssc.F
    lwctss.F
    pptssc.F

* 09/02/2007 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
             - Alexandre Douce <alexandre.douce@edf.fr>
  Modifications in the Lagrangian module: chemical forces
  (van der Waals et al.), particule slugging and advanced
  particle/wall interaction, compliance with periodic
  boundaries, advanced statistics control (averages and
  root mean squares) and post-processing.
  added routines:
    cs_lagr_perio.c
    cs_lagr_perio.h
    lagaff.F
    lagfch.F
    laghis.F
    lagnpr.F
    usladp.F
    uslafe.F
    uslapr.F
  deleted routine:
    lagraf.F
  modified routines:
    caltri.F
    cs_post.c
    cs_post.h
    dvvpst.F
    enslag.F
    entsor.h
    impini.F
    iniini.F
    lagcar.F
    lagcel.F
    lagdeb.F
    lageli.F
    lagent.F
    lages1.F
    lages2.F
    lagesp.F
    lagini.F
    laglec.F
    laglis.F
    lagnwc.F
    lagopt.F
    lagout.F
    lagpar.h
    lagran.h
    lagrus.F
    lagsta.F
    lagune.F
    memla1.F
    memla2.F
    memtri.F
    ouestu.F
    uslabo.F
    uslaen.F
    uslag1.F
    uslag2.F
    uslaru.F
    uslast.F
    verini.F

* 08/02/2007 - Mehdi Ouraou <mehdi.ouraou@edf.fr>
  Changes in boundary conditions for compressible module
  (Code_Saturne bug tracker ticket #57)
  modified routines:
    cfxtcl.F
    uscfth.F

* 31/01/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Deletion of the STUB ifdef and associated compilation
  options
  modified routines:
    cfdttv.F
    cfener.F
    cfini1.F
    cfiniv.F
    cfmsvl.F
    cfphyv.F
    cfprop.F
    cfqdmv.F
    cfvarp.F
    cfxtcl.F
    coini1.F
    colecd.F
    coprop.F
    cothht.F
    covarp.F
    cpflux.F
    cpini1.F
    cpiniv.F
    cplecd.F
    cplin1.F
    cplini.F
    cplphy.F
    cplpro.F
    cpltcl.F
    cpltss.F
    cplvar.F
    cpphyv.F
    cpprop.F
    cpptcl.F
    cprays.F
    cpthp1.F
    cpthp2.F
    cptssc.F
    cpvarp.F
    d3pini.F
    d3pphy.F
    d3ptcl.F
    ebuini.F
    ebuphy.F
    ebutcl.F
    ebutss.F
    elflux.F
    elini1.F
    eliniv.F
    ellecd.F
    elphyv.F
    elprop.F
    eltssc.F
    elvarp.F
    lagini.F
    laglec.F
    laglis.F
    lagopt.F
    lagout.F
    lagune.F
    lwcini.F
    lwcphy.F
    lwctcl.F
    lwctss.F
    memcfm.F
    memla1.F
    memla2.F
    memmat.F
    memra1.F
    memra2.F
    memra3.F
    mtimpi.F
    mtini1.F
    mtkpdc.F
    mtphyv.F
    mtproj.F
    mttsns.F
    mttssc.F
    mttycl.F
    raycli.F
    raydak.F
    raydom.F
    rayens.F
    raylec.F
    rayopt.F
    rayout.F
    raysca.F
    uscfcl.F
    uscfth.F
    uscpcl.F
    uscplc.F
    usd3pc.F
    usebuc.F
    uselcl.F
    uselen.F
    uselrc.F
    usetcl.F
    uslaen.F
    uslwcc.F
  modified scripts:
    lance
    lance_install
    macros_*.mk
    Makefile

* 29/01/2007 - Carole Vit <carole.vit@edf.fr>
  Post-processing of the Courant and Fourier numbers
  (listing, chronological records, 3D post-processing)

* 09/01/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Correction of bug in argument passing of codits in raysol.F and raypun.F
  (bug introduced in version 1.3.c with the change from IDIRCL to NDIRCL).

* 08/01/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Writing of Cmu constant in listing with k-omega SST model (used
  for epsilon/omega conversions)

* 08/01/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Minor changes in comments of many files

* 04/01/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Modification of the test on ICDPAR and parallelism/periodicity
  in verini.F

* 03/01/2007 - Marc Sakiz <marc.sakiz@edf.fr>
  Suppression of useless ISTAT and NDIRCP in matrdt
  modified routines:
    distyp.F
    dttvar.F
    matrdt.F

* 21/12/2006 - Yvan Fournier <yvan.fournier@edf.fr>
  Link to BFT 1.0.3
  modified scripts:
    macros_*.mk

* 21/12/2006 - Alexandre Douce <alexandre.douce@edf.fr>
  Modifications for pulverised coal and radiative transfer
  in GUI
  added routine:
    usray5.F
  modified routines:
    cpini1.F
    cpveri.F
    cs_gui.c
    cs_gui.h
    cs_gui_radiative_transfer.c
    cs_gui_radiative_transfer.h
    cs_gui_util.c
    cs_gui_util.h
    inivar.F
    ppcabs.F
    ppclim.F
    raycli.F
    raydom.F
    rayopt.F
    tridim.F
    uscpi1.F
    usray2.F
    usray3.F

* 21/12/2006 - Flavien Billard <flavien.billard@gmail.com>
  Modification in source term for the fb equation
  in resv2f.F

* 21/12/2006 - Marc Sakiz <marc.sakiz@edf.fr>
  Correction of memory management in strini.F

* 21/12/2006 - Marc Sakiz <marc.sakiz@edf.fr>
  Deletion of file v2nutp.F (unused routine, remnance
  of tests on v2f model with IKEKOU=1)

===========================================================================

* 18/12/2006 - Marc Sakiz <marc.sakiz@edf.fr>
  Tagging of version 1.3.e

* 18/12/2006 - Marc Sakiz <marc.sakiz@edf.fr>
  Adding of GPL licence tag on all files.

* 15/12/2006 - Yvan Fournier <yvan.fournier@edf.fr>
  Minor modification in user manual

* 15/12/2006 - Yvan Fournier <yvan.fournier@edf.fr>
  Finer CPU time analysis for post-processing in
  cs_post.c

* 15/12/2006 - Yvan Fournier <yvan.fournier@edf.fr>
  Suppression of unused arguments in limgrd.F
  modified routines:
    cs_voiset.c
    cs_voiset.h
    grdcel.F
    limgrd.F

* 15/12/2006 - Yvan Fournier <yvan.fournier@edf.fr>
  Corrected "assert" instructions + correction of
  cs_syr_coupling.c (adaptation to fvm-0.6.2)
  modified routines:
    cs_maillage_connect.c
    cs_mesh_quality.c
    cs_syr_coupling.c

* 15/12/2006 - Yvan Fournier <yvan.fournier@edf.fr>
  Preparation for BLAS libraries and other optimisations
  for Blue Gene
  modified routines:
    cs_base.c
    cs_parallel.c
    gradco.F
    prodsc.F
    promav.F
    tremai.c
  modified script:
    Makefile

* 07/12/2006 - Carole Vit <carole.vit@edf.fr>
  Correction of debugging message format in iniusi.F

* 07/12/2006 - Marc Sakiz <marc.sakiz@edf.fr>
  Deletion of unnecessary calls to include memoir.h
  modified routines:
    iniini.F
    iniusi.F
    modini.F
    usini1.F
    verini.F

* 06/12/2006 - Marc Sakiz <marc.sakiz@edf.fr>
  Bug correction in dttvar.F (at the first time step, NDIRCL is initialised
  to 0 which results in a slight shift of the diagonal of the matrix
  used to calculate the time step when IDTVAR>0)

* 01/12/2006 - Marc Sakiz <marc.sakiz@edf.fr>
  Bug correction in the ALE method (calculation of the flux with
  imposed displacement of inner vertices + boundary conditions of
  moving symmetry faces
  modified routines:
    navsto.F
    tridim.F
    typecl.F

* 30/11/2006 - David Monfort <david.monfort@edf.fr>
  Bug correction in the arguments of codits in distyp.F

* 30/11/2006 - David Monfort <david.monfort@edf.fr>
  Minor corrections of the examples in usvpst.F and comments
  in usstru.F

* 29/11/2006 - Frederic Archambeau <frederic.archambeau@edf.fr>
  Correction of missing definition of IPCROM and IPBROM
  in the last IPHAS loop of navsto.F
  (Code_Saturne bug tracker ticket #59)

* ../11/2006 - David Monfort <david.monfort@edf.fr>
  Correction of verifmail due to new Envelope options
  (Code_Saturne bug tracker ticket #53)

* ../11/2006 - Marc Sakiz <marc.sakiz@edf.fr>
  Change of NSPHMX to 1 in paramx.h (since IPHAS is forced to 1)

* ../11/2006 - Marc Sakiz <marc.sakiz@edf.fr>
  Correction of the display and the test on IPSTFO
  modified routines:
    impini.F
    verini.F

* ../11/2006 - Marc Sakiz <marc.sakiz@edf.fr>
  Correction in modini.F to have default post-processing of the mesh
  viscosity with ALE

* ../11/2006 - Jerome Bonelle <jerome.bonelle@edf.fr>
  Correction of a bug in cs_base.c (dimension of cs_glob_base_chaine)

* ../11/2006 - Marc Sakiz <marc.sakiz@edf.fr>
  Correction of a bug in dttvar.F in case IPTLRO=1 (introduced un 1.3.d)
  modified routines:
    dttvar.F
    memdtv.F
    tridim.F

* ../11/2006 - Yvan Fournier <yvan.fournier@edf.fr>
  Correction of a bug in cs_suite.c (introduced in version 1.3.d)

* ../11/2006 - David Monfort <david.monfort@edf.fr>
  Correction of a "real.EQ.0.D0" test in visdyn.F and in ussmag.F
  (Code_Saturne bug tracker ticket #56)

* ../11/2006 - David Monfort <david.monfort@edf.fr>
  Modification of gracehst to write the temporary file in /tmp
  (Code_Saturne bug tracker ticket #55)

* ../11/2006 - Marc Sakiz <marc.sakiz@edf.fr
  Correction in navsto.F (RETURN added for IPRCO=0)

* ../11/2006 - Emmanuel Lemoine <emmanuel.lemoine@incka.fr>
  Corrections in strdep.F (PARSOM forgotten in the evaluation of FORSTR)
  + no need to multiply by SURFBN in FORSTR

* 21/11/2006 - Marc Sakiz < marc.sakiz@edf.fr>
  Import of version ncs-1.3.d
  For the history of earlier modifications, refer to the Synchronisation
  file of version 1.3.d.

===========================================================================
===========================================================================
