Salome HOME
the version delivered by EDF
authorasl <asl@opencascade.com>
Thu, 22 Sep 2016 11:00:36 +0000 (14:00 +0300)
committerasl <asl@opencascade.com>
Thu, 22 Sep 2016 11:00:36 +0000 (14:00 +0300)
commit6448be82081a8b9a0d95e6f8c8fe72a275416105
tree0b45bc6a3c75ff802566a2be5d4e59c585ded119
the version delivered by EDF
108 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
SalomeHYDROSOLVERConfig.cmake.in [new file with mode: 0644]
adm_local/CMakeLists.txt [new file with mode: 0644]
adm_local/cmake_files/CMakeLists.txt [new file with mode: 0644]
adm_local/cmake_files/FindMascaret.cmake [new file with mode: 0644]
adm_local/cmake_files/FindSalomeMascaret.cmake [new file with mode: 0644]
adm_local/cmake_files/FindSalomeTelemac.cmake [new file with mode: 0644]
adm_local/cmake_files/FindTelemac.cmake [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/_static/HYDRO.png [new file with mode: 0644]
doc/_static/create_case1d.png [new file with mode: 0644]
doc/_static/create_case2d.png [new file with mode: 0644]
doc/_static/create_case_couplage.png [new file with mode: 0644]
doc/_static/create_case_pytel.png [new file with mode: 0644]
doc/advanced.rst [new file with mode: 0644]
doc/basic.rst [new file with mode: 0644]
doc/conf.py.in [new file with mode: 0644]
doc/index.rst [new file with mode: 0644]
idl/CMakeLists.txt [new file with mode: 0644]
idl/HYDROSOLVER.idl [new file with mode: 0644]
resources/CMakeLists.txt [new file with mode: 0644]
resources/HYDRO.png [new file with mode: 0644]
resources/HYDROSOLVERCatalog.xml [new file with mode: 0644]
resources/HYDRO_small.png [new file with mode: 0644]
resources/SalomeApp.xml.in [new file with mode: 0644]
resources/case1d.png [new file with mode: 0644]
resources/case2d.png [new file with mode: 0644]
resources/case_couplage.png [new file with mode: 0644]
resources/case_pytel.png [new file with mode: 0644]
resources/create_case1d.png [new file with mode: 0644]
resources/create_case2d.png [new file with mode: 0644]
resources/create_case_couplage.png [new file with mode: 0644]
resources/create_case_pytel.png [new file with mode: 0644]
resources/define_boundary_conditions.png [new file with mode: 0644]
resources/icon_variables.png [new file with mode: 0644]
resources/log.png [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/HYDRO/CMakeLists.txt [new file with mode: 0644]
src/HYDRO/HYDROSOLVER.py [new file with mode: 0644]
src/HYDRO/MASCARET.py [new file with mode: 0644]
src/HYDRO/TELEMAC2D.py [new file with mode: 0644]
src/HYDROGUI/CMakeLists.txt [new file with mode: 0644]
src/HYDROGUI/HYDROSOLVERGUI.py [new file with mode: 0644]
src/HYDROGUI/TextDisplayDialog.ui [new file with mode: 0644]
src/mascaret_wrapper/CMakeLists.txt [new file with mode: 0644]
src/mascaret_wrapper/Mascaret.cxx [new file with mode: 0644]
src/mascaret_wrapper/Mascaret.hxx [new file with mode: 0644]
src/mascaret_wrapper/mascaret_swig.i [new file with mode: 0644]
src/salome_hydro/CMakeLists.txt [new file with mode: 0644]
src/salome_hydro/__init__.py [new file with mode: 0644]
src/salome_hydro/boundary_conditions/CMakeLists.txt [new file with mode: 0644]
src/salome_hydro/boundary_conditions/__init__.py [new file with mode: 0644]
src/salome_hydro/boundary_conditions/eficas/CMakeLists.txt [new file with mode: 0644]
src/salome_hydro/boundary_conditions/eficas/__init__.py [new file with mode: 0644]
src/salome_hydro/boundary_conditions/eficas/appli.py [new file with mode: 0644]
src/salome_hydro/boundary_conditions/eficas/boundary_conditions_cata.py [new file with mode: 0644]
src/salome_hydro/boundary_conditions/eficas/configuration_boundary_conditions.py [new file with mode: 0644]
src/salome_hydro/boundary_conditions/eficas/generator_boundary_conditions.py [new file with mode: 0644]
src/salome_hydro/boundary_conditions/eficas/prefs.py [new file with mode: 0644]
src/salome_hydro/boundary_conditions/eficas/prefs_boundary_conditions.py [new file with mode: 0644]
src/salome_hydro/coupling1d2d/CMakeLists.txt [new file with mode: 0644]
src/salome_hydro/coupling1d2d/__init__.py [new file with mode: 0644]
src/salome_hydro/coupling1d2d/eficas/CMakeLists.txt [new file with mode: 0644]
src/salome_hydro/coupling1d2d/eficas/__init__.py [new file with mode: 0644]
src/salome_hydro/coupling1d2d/eficas/appli.py [new file with mode: 0644]
src/salome_hydro/coupling1d2d/eficas/configuration_coupling1d2d.py [new file with mode: 0644]
src/salome_hydro/coupling1d2d/eficas/coupling1d2d_cata.py [new file with mode: 0644]
src/salome_hydro/coupling1d2d/eficas/coupling1d2d_template_schema.xml [new file with mode: 0644]
src/salome_hydro/coupling1d2d/eficas/generator_coupling1d2d.py [new file with mode: 0644]
src/salome_hydro/coupling1d2d/eficas/prefs.py [new file with mode: 0644]
src/salome_hydro/coupling1d2d/eficas/prefs_coupling1d2d.py [new file with mode: 0644]
src/salome_hydro/gui_utils.py [new file with mode: 0644]
src/salome_hydro/mascaret/CMakeLists.txt [new file with mode: 0644]
src/salome_hydro/mascaret/__init__.py [new file with mode: 0644]
src/salome_hydro/mascaret/eficas/CMakeLists.txt [new file with mode: 0644]
src/salome_hydro/mascaret/eficas/__init__.py [new file with mode: 0644]
src/salome_hydro/mascaret/eficas/appli.py [new file with mode: 0644]
src/salome_hydro/mascaret/eficas/configuration_mascaret.py [new file with mode: 0644]
src/salome_hydro/mascaret/eficas/mascaret_V7_cata.py [new file with mode: 0644]
src/salome_hydro/mascaret/eficas/prefs.py [new file with mode: 0644]
src/salome_hydro/mascaret/eficas/prefs_mascaret.py [new file with mode: 0644]
src/salome_hydro/pytel/CMakeLists.txt [new file with mode: 0644]
src/salome_hydro/pytel/__init__.py [new file with mode: 0644]
src/salome_hydro/pytel/eficas/CMakeLists.txt [new file with mode: 0644]
src/salome_hydro/pytel/eficas/__init__.py [new file with mode: 0644]
src/salome_hydro/pytel/eficas/appli.py [new file with mode: 0644]
src/salome_hydro/pytel/eficas/configuration_pytel.py [new file with mode: 0644]
src/salome_hydro/pytel/eficas/prefs.py [new file with mode: 0644]
src/salome_hydro/pytel/eficas/prefs_pytel.py [new file with mode: 0644]
src/salome_hydro/pytel/eficas/pytel_cata.py [new file with mode: 0644]
src/salome_hydro/pytel/genjob.py [new file with mode: 0644]
src/salome_hydro/pytel/genjobwindow.py [new file with mode: 0644]
src/salome_hydro/pytel/genjobwindow.ui [new file with mode: 0644]
src/salome_hydro/pytel/gui.py [new file with mode: 0644]
src/salome_hydro/pytel/launcher.py [new file with mode: 0644]
src/salome_hydro/study.py [new file with mode: 0644]
src/salome_hydro/telemac2d/CMakeLists.txt [new file with mode: 0644]
src/salome_hydro/telemac2d/__init__.py [new file with mode: 0644]
src/salome_hydro/telemac2d/eficas/CMakeLists.txt [new file with mode: 0644]
src/salome_hydro/telemac2d/eficas/__init__.py [new file with mode: 0644]
src/salome_hydro/telemac2d/eficas/appli.py [new file with mode: 0644]
src/salome_hydro/telemac2d/eficas/configuration_telemac2d.py [new file with mode: 0644]
src/salome_hydro/telemac2d/eficas/prefs.py [new file with mode: 0644]
src/salome_hydro/telemac2d/eficas/prefs_telemac2d.py [new file with mode: 0644]
src/salome_hydro/telemac2d/eficas/telemac2d_V6_cata.py [new file with mode: 0644]
src/salome_hydro/telemac2d/polygon.py [new file with mode: 0644]