Salome HOME
IMP: Verima / New Plugin: Added a plugin for meshers quality testing (work done at...
authorrnc <rnc@opencascade.com>
Mon, 14 Oct 2013 13:27:09 +0000 (13:27 +0000)
committerrnc <rnc@opencascade.com>
Mon, 14 Oct 2013 13:27:09 +0000 (13:27 +0000)
commit2d16118826a6b7874b3093ed11284cfbb30a5efa
tree7359d31f48dcd3b58a7cc5d9039f2df47b78b354
parent578963d0d280466665d5440859bb97e3ee8b6b3e
IMP: Verima / New Plugin: Added a plugin for meshers quality testing (work done at EDF by Pascale Noyret and Bruno Clement)
118 files changed:
src/Tools/Verima/Base/__init__.py [new file with mode: 0644]
src/Tools/Verima/Base/dataBase.py [new file with mode: 0644]
src/Tools/Verima/Base/exportToCSV.py [new file with mode: 0755]
src/Tools/Verima/Base/importFromCSV.py [new file with mode: 0755]
src/Tools/Verima/Base/myMesh.db [new file with mode: 0644]
src/Tools/Verima/Base/tableDeBase.py [new file with mode: 0644]
src/Tools/Verima/Base/tableGroupes.py [new file with mode: 0644]
src/Tools/Verima/Base/tableGroupesRef.py [new file with mode: 0644]
src/Tools/Verima/Base/tableMachines.py [new file with mode: 0644]
src/Tools/Verima/Base/tableMaillages.py [new file with mode: 0644]
src/Tools/Verima/Base/tableMailles.py [new file with mode: 0644]
src/Tools/Verima/Base/tableMailleurs.py [new file with mode: 0644]
src/Tools/Verima/Base/tablePerfs.py [new file with mode: 0644]
src/Tools/Verima/Base/tableRatios.py [new file with mode: 0644]
src/Tools/Verima/Base/tableTailles.py [new file with mode: 0644]
src/Tools/Verima/Base/tableVersions.py [new file with mode: 0644]
src/Tools/Verima/Base/versions.py [new file with mode: 0755]
src/Tools/Verima/CMakeLists.txt [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/__init__.py [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/creeHtml.py [new file with mode: 0755]
src/Tools/Verima/CreeDocuments/jobHtml.py [new file with mode: 0755]
src/Tools/Verima/CreeDocuments/templatesHtml/entete.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/job.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/jobIncomplet.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/ligne.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/mailleur.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/fin.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/job.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/sauveHtml/entete.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/sauveHtml/job.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/sauveHtml/mailleur.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/sauveHtml/tableau1.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/sauveHtml/tableau3.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau1.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau10.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau11.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau12.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau13.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau14.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau15.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau16.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau17.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau18.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau19.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau2.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau20.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau3.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau3.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau4.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau5.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau6.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau7.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau8.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/oups/tableau9.rtf [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/sansGroupe.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/tableau.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/tableauComplet.html [new file with mode: 0644]
src/Tools/Verima/CreeDocuments/templatesHtml/tableauFin.html [new file with mode: 0644]
src/Tools/Verima/Doc/CMakeFiles/CMakeDirectoryInformation.cmake [new file with mode: 0644]
src/Tools/Verima/Doc/CMakeFiles/html_docs_Verima.dir/DependInfo.cmake [new file with mode: 0644]
src/Tools/Verima/Doc/CMakeFiles/html_docs_Verima.dir/build.make [new file with mode: 0644]
src/Tools/Verima/Doc/CMakeFiles/html_docs_Verima.dir/cmake_clean.cmake [new file with mode: 0644]
src/Tools/Verima/Doc/CMakeFiles/html_docs_Verima.dir/progress.make [new file with mode: 0644]
src/Tools/Verima/Doc/CMakeFiles/progress.marks [new file with mode: 0644]
src/Tools/Verima/Doc/CMakeLists.txt [new file with mode: 0755]
src/Tools/Verima/Doc/Makefile [new file with mode: 0644]
src/Tools/Verima/Doc/cmake_install.cmake [new file with mode: 0644]
src/Tools/Verima/Doc/conf.py [new file with mode: 0644]
src/Tools/Verima/Doc/conf.py.in [new file with mode: 0644]
src/Tools/Verima/Doc/env_s.sh [new file with mode: 0644]
src/Tools/Verima/Doc/images/bd.png [new file with mode: 0644]
src/Tools/Verima/Doc/images/oldbd.png [new file with mode: 0644]
src/Tools/Verima/Doc/images/visualisation.png [new file with mode: 0644]
src/Tools/Verima/Doc/index.rst [new file with mode: 0644]
src/Tools/Verima/Doc/makefile [new file with mode: 0644]
src/Tools/Verima/Doc/presentation_base.rst [new file with mode: 0644]
src/Tools/Verima/Doc/usage_outil.rst [new file with mode: 0644]
src/Tools/Verima/Gui/.monEditor.py.swp [new file with mode: 0644]
src/Tools/Verima/Gui/__init__.py [new file with mode: 0644]
src/Tools/Verima/Gui/desFenetreChoix.ui [new file with mode: 0644]
src/Tools/Verima/Gui/desStat.ui [new file with mode: 0644]
src/Tools/Verima/Gui/maFenetreChoix.py [new file with mode: 0644]
src/Tools/Verima/Gui/makefile [new file with mode: 0644]
src/Tools/Verima/Gui/monEditor.py [new file with mode: 0644]
src/Tools/Verima/Gui/monNomBase.py [new file with mode: 0644]
src/Tools/Verima/Gui/myMain.ui [new file with mode: 0644]
src/Tools/Verima/Gui/myMainTotale.ui [new file with mode: 0644]
src/Tools/Verima/Gui/myMesh.db [new file with mode: 0644]
src/Tools/Verima/Gui/nomBase.ui [new file with mode: 0644]
src/Tools/Verima/Gui/tousLesJobs.ui [new file with mode: 0644]
src/Tools/Verima/Gui/visualiseDatabase.py [new file with mode: 0755]
src/Tools/Verima/Scripts/a.py [new file with mode: 0644]
src/Tools/Verima/Scripts/bb.py [new file with mode: 0644]
src/Tools/Verima/Scripts/excavation.py [new file with mode: 0644]
src/Tools/Verima/Scripts/excavation_6.6.py [new file with mode: 0644]
src/Tools/Verima/Scripts/excavation_7.2.0.py [new file with mode: 0644]
src/Tools/Verima/Scripts/script1.py [new file with mode: 0644]
src/Tools/Verima/Scripts/toto.py [new file with mode: 0644]
src/Tools/Verima/Stats/Mesh_1_aspect_ratio_3d.txt [new file with mode: 0644]
src/Tools/Verima/Stats/Mesh_1_aspect_ratio_3d.txt.ok [new file with mode: 0644]
src/Tools/Verima/Stats/__init__.py [new file with mode: 0644]
src/Tools/Verima/Stats/getStats.py [new file with mode: 0644]
src/Tools/Verima/Stats/job.py [new file with mode: 0644]
src/Tools/Verima/Stats/mean.py [new file with mode: 0755]
src/Tools/Verima/Stats/ref.py [new file with mode: 0644]
src/Tools/Verima/Stats/test.txt [new file with mode: 0644]
src/Tools/Verima/Stats/tetra.taille [new file with mode: 0644]
src/Tools/Verima/Stats/tetra.taille.ok [new file with mode: 0644]
src/Tools/Verima/Stats/utiles.py [new file with mode: 0644]
src/Tools/Verima/__init__.py [new file with mode: 0644]
src/Tools/Verima/ajoutEnreg.py [new file with mode: 0755]
src/Tools/Verima/changeVersion.py [new file with mode: 0755]
src/Tools/Verima/compareVersions.py [new file with mode: 0755]
src/Tools/Verima/createDatabase.py [new file with mode: 0755]
src/Tools/Verima/lance.py [new file with mode: 0755]
src/Tools/Verima/makefile [new file with mode: 0644]
src/Tools/Verima/myMesh.db [new file with mode: 0644]
src/Tools/Verima/passeJobs.py [new file with mode: 0755]