[gmsh] branch master updated (c95d6fd -> 8110fcd)

Anton Gladky gladk at moszumanska.debian.org
Fri Jul 25 21:21:00 UTC 2014


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

gladk pushed a change to branch master
in repository gmsh.

      from  c95d6fd   Update changelog.
       new  6fbfd92   Add Files-Excluded into d/copyright
       new  d31524d   Refresh patches.
       new  d43e2c4   Imported Upstream version 2.8.5+dfsg
       new  4766758   Remove alauzet patch, accepted by upstream.
       new  a70136f   Add autopkgtest.
       new  8110fcd   Update changelog.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |  186 +-
 CTestConfig.cmake                                  |    3 +
 Common/CommandLine.cpp                             |   54 +-
 Common/Context.h                                   |    8 +-
 Common/CreateFile.cpp                              |   39 +-
 Common/DefaultOptions.h                            |   52 +-
 Common/Gmsh.cpp                                    |   30 +-
 Common/Gmsh.h                                      |    2 +
 Common/GmshConfig.h.in                             |    2 +
 Common/GmshDefines.h                               |    4 +-
 Common/GmshIO.h                                    |   45 +
 Common/GmshMessage.cpp                             |   54 +-
 Common/GmshMessage.h                               |    4 +
 Common/GmshRemote.cpp                              |   27 +-
 Common/GmshSocket.h                                |    3 +
 Common/OS.cpp                                      |    8 +-
 Common/OS.h                                        |    2 +-
 Common/OctreeInternals.cpp                         |    2 +-
 Common/OpenFile.cpp                                |  112 +-
 Common/OpenFile.h                                  |    6 +-
 Common/Options.cpp                                 |   92 +-
 Common/Options.h                                   |   12 +-
 Common/TreeUtils.cpp                               |    7 +
 Common/TreeUtils.h                                 |    1 +
 Common/gmshPopplerWrapper.cpp                      |   64 +-
 Common/gmshPopplerWrapper.h                        |   28 +-
 Common/onelab.h                                    |  106 +-
 Common/onelabUtils.cpp                             |   24 +-
 Common/onelabUtils.h                               |    2 +-
 Fltk/FlGui.cpp                                     |   37 +-
 Fltk/clippingWindow.cpp                            |    4 +-
 Fltk/colorbarWindow.cpp                            |   19 +-
 Fltk/contextWindow.cpp                             |    2 +-
 Fltk/drawContextFltkCairo.cpp                      |   20 +-
 Fltk/drawContextFltkStringTexture.cpp              |   38 +-
 Fltk/fileDialogs.cpp                               |   81 +
 Fltk/fileDialogs.h                                 |    1 +
 Fltk/graphicWindow.cpp                             |   76 +-
 Fltk/helpWindow.cpp                                |   59 +-
 Fltk/highOrderToolsWindow.cpp                      |   81 +-
 Fltk/inputRange.h                                  |   12 +-
 Fltk/inputValue.cpp                                |   10 +-
 Fltk/inputValue.h                                  |   18 +-
 Fltk/manipWindow.cpp                               |    2 +-
 Fltk/onelabGroup.cpp                               |  492 +-
 Fltk/onelabGroup.h                                 |   19 +-
 Fltk/openglWindow.cpp                              |    3 +-
 Fltk/optionWindow.cpp                              |   50 +-
 Fltk/optionWindow.h                                |    2 +-
 Fltk/pluginWindow.cpp                              |    2 +-
 Fltk/projectionEditor.cpp                          |    6 +-
 Fltk/visibilityWindow.cpp                          |   23 +-
 Geo/CMakeLists.txt                                 |    3 +-
 Geo/Cell.cpp                                       |   12 +-
 Geo/Cell.h                                         |    2 +-
 Geo/CellComplex.cpp                                |    9 +-
 Geo/CellComplex.h                                  |    2 +-
 Geo/Chain.cpp                                      |    2 +-
 Geo/Chain.h                                        |    2 +-
 Geo/ChainComplex.cpp                               |  389 +-
 Geo/ChainComplex.h                                 |   58 +-
 Geo/Curvature.h                                    |    9 +-
 Geo/ExtrudeParams.cpp                              |   17 +-
 Geo/GEdge.cpp                                      |  128 +-
 Geo/GEdge.h                                        |    6 +-
 Geo/GEdgeLoop.cpp                                  |   38 +-
 Geo/GFace.cpp                                      |   19 +-
 Geo/GFaceCompound.cpp                              |    1 +
 Geo/GModel.cpp                                     |   17 +-
 Geo/GModel.h                                       |   13 +-
 Geo/GModelFactory.cpp                              |   33 +-
 Geo/GModelFactory.h                                |    5 +
 Geo/GModelIO_CELUM.cpp                             |    1 +
 Geo/GModelIO_GEO.cpp                               |   17 +-
 Geo/GModelIO_MED.cpp                               |    4 +-
 Geo/GModelIO_MESH.cpp                              |   11 +-
 Geo/GModelIO_MSH2.cpp                              |   23 +-
 Geo/GModelIO_OCC.cpp                               |   60 +-
 Geo/GModelIO_OCC.h                                 |    1 +
 Geo/GModelIO_PLY.cpp                               |    2 +-
 Geo/GModelIO_SU2.cpp                               |    1 +
 Geo/GModelIO_UNV.cpp                               |   29 +-
 Geo/GRbf.cpp                                       |    2 +
 Geo/GRegion.cpp                                    |   20 +-
 Geo/GRegion.h                                      |    5 +
 Geo/Geo.cpp                                        |  544 +-
 Geo/Geo.h                                          |    6 +
 Geo/GeoInterpolation.cpp                           |    7 +-
 Geo/GeoStringInterface.cpp                         |   67 +-
 Geo/GeomMeshMatcher.cpp                            |    8 +-
 Geo/Homology.cpp                                   |    7 +-
 Geo/Homology.h                                     |    2 +-
 Geo/MElement.cpp                                   |   27 +-
 Geo/MElement.h                                     |    5 +-
 Geo/MElementCut.cpp                                |   12 +-
 Geo/MElementCut.h                                  |   12 +-
 Geo/MHexahedron.cpp                                |    8 -
 Geo/MHexahedron.h                                  |    2 +-
 Geo/MLine.cpp                                      |   68 +-
 Geo/MLine.h                                        |    4 +-
 Geo/MPoint.h                                       |    4 -
 Geo/MPrism.cpp                                     |   41 +-
 Geo/MPrism.h                                       |    2 +-
 Geo/MPyramid.cpp                                   |    8 -
 Geo/MPyramid.h                                     |    2 -
 Geo/MQuadrangle.cpp                                |    9 -
 Geo/MQuadrangle.h                                  |   14 +-
 Geo/MSubElement.cpp                                |   16 +-
 Geo/MSubElement.h                                  |    8 +-
 Geo/MTetrahedron.cpp                               |    8 -
 Geo/MTetrahedron.h                                 |    1 -
 Geo/MTriangle.cpp                                  |    8 -
 Geo/MTriangle.h                                    |    2 +-
 Geo/MVertexPositionSet.h                           |    1 +
 Geo/OCC_Connect.cpp                                |    8 +-
 Geo/SOrientedBoundingBox.cpp                       |   51 +-
 Geo/STensor3.cpp                                   |   21 +
 Geo/STensor3.h                                     |   11 +
 Geo/SVector3.h                                     |   34 +-
 Geo/boundaryLayersData.cpp                         |  165 +-
 Geo/boundaryLayersData.h                           |   12 +-
 Geo/closestPoint.cpp                               |   77 +
 Geo/closestPoint.h                                 |   25 +
 Geo/findLinks.cpp                                  |   33 +-
 Geo/gmshEdge.cpp                                   |  151 +-
 Geo/gmshEdge.h                                     |    2 +
 Geo/gmshEdgeDiscretize.cpp                         |  196 +
 Geo/gmshFace.cpp                                   |    1 -
 Geo/gmshLevelset.cpp                               |    3 +-
 Geo/intersectCurveSurface.cpp                      |   50 +-
 Geo/intersectCurveSurface.h                        |   29 +-
 Graphics/CMakeLists.txt                            |    1 +
 Graphics/drawContext.cpp                           |  202 +-
 Graphics/drawContext.h                             |    6 +-
 Graphics/gl2pgf.cpp                                |  715 ++
 Graphics/gl2pgf.h                                  |   16 +
 Mesh/BackgroundMesh.cpp                            |  130 +-
 Mesh/BackgroundMesh.h                              |   12 +
 Mesh/BoundaryLayers.cpp                            |  125 +-
 Mesh/CenterlineField.cpp                           |   15 +-
 Mesh/DivideAndConquer.cpp                          |   13 +-
 Mesh/DivideAndConquer.h                            |   43 +-
 Mesh/Field.cpp                                     |  164 +-
 Mesh/Generator.cpp                                 |  146 +-
 Mesh/HighOrder.cpp                                 | 1221 +--
 Mesh/HighOrder.h                                   |    5 -
 Mesh/QuadTriExtruded2D.cpp                         |   28 +-
 Mesh/cross3D.h                                     |    5 +-
 Mesh/directions3D.cpp                              |   10 +-
 Mesh/filterElements.cpp                            |    2 +-
 Mesh/meshGEdge.cpp                                 |   16 +-
 Mesh/meshGFace.cpp                                 |  742 +-
 Mesh/meshGFace.h                                   |    5 +-
 Mesh/meshGFaceDelaunayInsertion.cpp                |  460 +-
 Mesh/meshGFaceDelaunayInsertion.h                  |   17 +-
 Mesh/meshGFaceElliptic.cpp                         |   14 +-
 Mesh/meshGFaceLloyd.cpp                            |   34 +-
 Mesh/meshGFaceOptimize.cpp                         |   83 +-
 Mesh/meshGFaceOptimize.h                           |    5 +-
 Mesh/meshGFaceRecombine.cpp                        |    4 +-
 Mesh/meshGFaceTransfinite.cpp                      |    4 +-
 Mesh/meshGRegion.cpp                               |  351 +-
 Mesh/meshGRegion.h                                 |    4 +-
 Mesh/meshGRegionDelaunayInsertion.cpp              |  488 +-
 Mesh/meshGRegionDelaunayInsertion.h                |    3 +
 Mesh/meshGRegionLocalMeshMod.cpp                   |   18 +-
 Mesh/meshGRegionMMG3D.cpp                          |    3 +
 Mesh/meshPartition.cpp                             |    2 +-
 Mesh/meshRefine.cpp                                |   67 +-
 Mesh/periodical.cpp                                |   17 +-
 Mesh/surfaceFiller.cpp                             |  638 +-
 Mesh/surfaceFiller.h                               |    1 +
 Mesh/yamakawa.cpp                                  |   24 +-
 Numeric/BasisFactory.cpp                           |   73 +-
 Numeric/BasisFactory.h                             |    7 +
 Numeric/BergotBasis.h                              |    7 +-
 Numeric/CMakeLists.txt                             |    5 +
 Numeric/HilbertCurve.cpp                           |  275 +
 Fltk/partitionDialog.h => Numeric/HilbertCurve.h   |    6 +-
 Numeric/JacobianBasis.cpp                          |  381 +-
 Numeric/JacobianBasis.h                            |  107 +-
 Numeric/MetricBasis.cpp                            | 1628 ++++
 Numeric/MetricBasis.h                              |  158 +
 Numeric/Numeric.cpp                                |   12 +-
 Numeric/Numeric.h                                  |    6 +-
 Numeric/bezierBasis.cpp                            |  757 +-
 Numeric/bezierBasis.h                              |   13 +-
 Numeric/decasteljau.cpp                            |  141 +
 Numeric/decasteljau.h                              |   22 +
 Numeric/discreteFrechetDistance.cpp                |   54 +
 Numeric/discreteFrechetDistance.h                  |    7 +
 Numeric/fullMatrix.h                               |   10 +
 Numeric/hausdorffDistance.cpp                      |  115 +
 Numeric/hausdorffDistance.h                        |    7 +
 Numeric/mathEvaluator.cpp                          |   14 +-
 Numeric/miniBasis.cpp                              |   37 +
 Numeric/miniBasis.h                                |    8 +
 Numeric/nodalBasis.h                               |    1 +
 Numeric/polynomialBasis.h                          |    1 +
 Parser/FunctionManager.cpp                         |   18 +-
 Parser/FunctionManager.h                           |   12 +-
 Parser/Gmsh.l                                      |   45 +-
 Parser/Gmsh.tab.cpp                                | 7959 ++++++++++----------
 Parser/Gmsh.tab.hpp                                |  452 +-
 Parser/Gmsh.y                                      |  646 +-
 Parser/Gmsh.yy.cpp                                 | 1724 +++--
 Parser/Parser.h                                    |    5 +-
 Plugin/AnalyseCurvedMesh.cpp                       |  956 +--
 Plugin/AnalyseCurvedMesh.h                         |  122 +-
 Plugin/CMakeLists.txt                              |    7 +-
 Plugin/CurvedBndDist.cpp                           |  166 +
 Plugin/CurvedBndDist.h                             |   29 +
 Plugin/Distance.cpp                                |  104 +-
 Plugin/FieldFromAmplitudePhase.cpp                 |   48 +-
 Plugin/HomologyComputation.cpp                     |    2 +-
 Plugin/HomologyComputation.h                       |    2 +-
 Plugin/HomologyPostProcessing.cpp                  |    2 +-
 Plugin/HomologyPostProcessing.h                    |    2 +-
 Plugin/Integrate.cpp                               |    2 +-
 Plugin/Lambda2.h                                   |    4 +-
 Plugin/LongitudeLatitude.cpp                       |   71 +-
 Plugin/MathEval.cpp                                |   25 +-
 Plugin/MinMax.cpp                                  |   71 +-
 Plugin/ModifyComponent.cpp                         |   20 +-
 Plugin/ModulusPhase.cpp                            |   24 +-
 Plugin/Particles.h                                 |    4 +-
 Plugin/PluginManager.cpp                           |    6 +
 Plugin/Scal2Tens.cpp                               |  142 +
 Plugin/{Scal2Vec.h => Scal2Tens.h}                 |   14 +-
 Plugin/Scal2Vec.cpp                                |  132 +-
 Plugin/SphericalRaise.cpp                          |   43 +-
 Plugin/StreamLines.h                               |    4 +-
 Plugin/Tetrahedralize.cpp                          |  111 +-
 Plugin/Transform.cpp                               |   33 +-
 Plugin/Triangulate.cpp                             |   88 +-
 Plugin/Warp.cpp                                    |   21 +-
 Post/PViewData.cpp                                 |   36 +-
 Post/PViewData.h                                   |   19 +-
 Post/PViewDataGModel.h                             |    1 +
 Post/PViewDataIO.cpp                               |   10 +-
 Post/PViewDataList.cpp                             |    8 +-
 Post/PViewDataListIO.cpp                           |    1 +
 Post/PViewIO.cpp                                   |    9 +-
 Post/PViewVertexArrays.cpp                         |   19 +-
 Post/adaptiveData.cpp                              |  149 +-
 Solver/dofManager.cpp                              |    3 +-
 Solver/eigenSolver.cpp                             |  114 +-
 Solver/eigenSolver.h                               |   54 +-
 Solver/elasticitySolver.cpp                        |  134 +-
 Solver/linearSystem.h                              |    1 +
 Solver/linearSystemPETSc.cpp                       |   29 +-
 Solver/linearSystemPETSc.h                         |   10 +-
 Solver/linearSystemPETSc.hpp                       |   14 +-
 Solver/multiscaleLaplace.cpp                       |   12 +-
 contrib/HighOrderMeshOptimizer/CMakeLists.txt      |    1 +
 contrib/HighOrderMeshOptimizer/OptHOM.cpp          |   66 +-
 contrib/HighOrderMeshOptimizer/OptHOM.h            |   13 +-
 contrib/HighOrderMeshOptimizer/OptHomElastic.cpp   |    2 +-
 contrib/HighOrderMeshOptimizer/OptHomElastic.h     |    2 +-
 .../HighOrderMeshOptimizer/OptHomFastCurving.cpp   |  660 +-
 contrib/HighOrderMeshOptimizer/OptHomFastCurving.h |   13 +-
 .../OptHomIntegralBoundaryDist.cpp                 |  521 ++
 .../OptHomIntegralBoundaryDist.h                   |   55 +
 contrib/HighOrderMeshOptimizer/OptHomMesh.cpp      |   72 +-
 contrib/HighOrderMeshOptimizer/OptHomMesh.h        |    2 +
 contrib/HighOrderMeshOptimizer/OptHomRun.cpp       |  150 +-
 contrib/HighOrderMeshOptimizer/OptHomRun.h         |    9 +-
 contrib/HighOrderMeshOptimizer/ParamCoord.cpp      |    1 +
 contrib/HighOrderMeshOptimizer/SuperEl.cpp         |  326 +-
 contrib/HighOrderMeshOptimizer/SuperEl.h           |   42 +-
 contrib/Metis/CMakeLists.txt                       |   62 -
 contrib/Tetgen1.4/CMakeLists.txt                   |   12 -
 contrib/Tetgen1.5/CMakeLists.txt                   |   12 -
 contrib/bamg/bamglib/Mesh2.h                       |    2 +-
 contrib/blossom/concorde97/INCLUDE/linkern.h       |    4 +-
 contrib/gmm/gmm_inoutput.h                         |  252 +-
 contrib/gmm/gmm_precond_diagonal.h                 |   10 +-
 contrib/mobile/Android/AndroidManifest.xml         |  104 +-
 .../Android/res/drawable-hdpi/ic_launcher.png      |  Bin 865 -> 8478 bytes
 .../Android/res/drawable-ldpi/ic_launcher.png      |  Bin 384 -> 4567 bytes
 .../Android/res/drawable-mdpi/ic_launcher.png      |  Bin 614 -> 5169 bytes
 .../Android/res/drawable-mdpi/icon_rotate.png      |  Bin 0 -> 13253 bytes
 .../Android/res/drawable-mdpi/icon_translate.png   |  Bin 0 -> 11127 bytes
 .../Android/res/layout/activity_fragment.xml       |   10 +-
 .../mobile/Android/res/layout/activity_model.xml   |   16 +-
 .../mobile/Android/res/layout/activity_twopane.xml |   47 +-
 contrib/mobile/Android/res/layout/control_bar.xml  |   77 +-
 .../mobile/Android/res/layout/fragment_options.xml |   46 +-
 .../res/layout/fragment_options_display.xml        |   10 +-
 contrib/mobile/Android/res/layout/list_header.xml  |   19 +-
 contrib/mobile/Android/res/layout/model.xml        |   17 +-
 contrib/mobile/Android/res/layout/splash.xml       |   30 +-
 contrib/mobile/Android/res/raw/models.zip          |  Bin 3480741 -> 0 bytes
 contrib/mobile/Android/res/values/strings.xml      |   38 +-
 contrib/mobile/Android/res/values/styles.xml       |    6 +-
 .../Android/src/org/geuz/onelab/AboutActivity.java |   40 +
 .../Android/src/org/geuz/onelab/GLESRender.java    |  101 +-
 .../mobile/Android/src/org/geuz/onelab/Gmsh.java   |  229 +-
 .../Android/src/org/geuz/onelab/MainActivity.java  |  509 +-
 .../mobile/Android/src/org/geuz/onelab/Model.java  |   68 +-
 .../src/org/geuz/onelab/ModelArrayAdapter.java     |   60 +-
 .../Android/src/org/geuz/onelab/ModelFragment.java |  405 +-
 .../Android/src/org/geuz/onelab/ModelList.java     |  400 +-
 .../src/org/geuz/onelab/OptionsActivity.java       |   30 +-
 .../geuz/onelab/OptionsPostProcessingFragment.java |    2 -
 .../Android/src/org/geuz/onelab/Parameter.java     |  151 +-
 .../src/org/geuz/onelab/ParameterNumber.java       |  508 +-
 .../src/org/geuz/onelab/ParameterString.java       |  274 +-
 .../src/org/geuz/onelab/SeparatedListView.java     |  294 +-
 .../Android/src/org/geuz/onelab/SplashScreen.java  |  139 +-
 .../Android/src/org/geuz/onelab/Stepper.java       |   80 +
 .../Android/src/org/geuz/onelab/StringTexture.java |  304 +-
 .../src/org/geuz/onelab/mGLSurfaceView.java        |  219 +-
 contrib/mobile/CMakeLists.txt                      |   84 +-
 contrib/mobile/README.txt                          |   30 +
 contrib/mobile/Trackball.cpp                       |   10 +-
 contrib/mobile/androidGModel.cpp                   |  572 +-
 contrib/mobile/androidGModel.h                     |   20 +-
 contrib/mobile/drawContext.cpp                     | 1312 ++--
 contrib/mobile/drawContext.h                       |   92 +-
 contrib/mobile/drawGeom.cpp                        |  129 +-
 contrib/mobile/drawMesh.cpp                        |  175 +-
 contrib/mobile/drawString.cpp                      |  114 +-
 contrib/mobile/drawString.h                        |   32 +-
 .../mobile/iOS/Onelab.xcodeproj/project.pbxproj    |   89 +-
 contrib/mobile/iOS/Onelab/AboutViewController.h    |    7 +
 contrib/mobile/iOS/Onelab/AboutViewController.mm   |   67 +
 contrib/mobile/iOS/Onelab/AppDelegate.h            |    8 -
 contrib/mobile/iOS/Onelab/AppDelegate.mm           |   72 +-
 contrib/mobile/iOS/Onelab/EAGLView.h               |    1 +
 contrib/mobile/iOS/Onelab/EAGLView.mm              |  237 +-
 .../AppIcon.appiconset/Contents.json               |   56 +
 .../AppIcon.appiconset/icon_app_ipad.png           |  Bin 0 -> 1915 bytes
 .../AppIcon.appiconset/icon_app_ipad_retina.png    |  Bin 0 -> 4144 bytes
 .../AppIcon.appiconset/icon_app_iphone_retina.png  |  Bin 0 -> 3193 bytes
 .../LaunchImage.launchimage/Contents.json          |   57 +
 .../LaunchImage.launchimage/splash1024x768.png     |  Bin 0 -> 6927 bytes
 .../LaunchImage.launchimage/splash1536x2048.png    |  Bin 0 -> 23429 bytes
 .../LaunchImage.launchimage/splash2048x1536.png    |  Bin 0 -> 22482 bytes
 .../LaunchImage.launchimage/splash640x1136.png     |  Bin 0 -> 7008 bytes
 .../LaunchImage.launchimage/splash640x960.png      |  Bin 0 -> 6328 bytes
 .../LaunchImage.launchimage/splash768x1024.png     |  Bin 0 -> 7117 bytes
 contrib/mobile/iOS/Onelab/Model.h                  |    8 -
 contrib/mobile/iOS/Onelab/Model.mm                 |  104 +-
 contrib/mobile/iOS/Onelab/ModelListController.h    |    8 -
 contrib/mobile/iOS/Onelab/ModelListController.mm   |  312 +-
 contrib/mobile/iOS/Onelab/ModelViewController.h    |   11 +-
 contrib/mobile/iOS/Onelab/ModelViewController.mm   |  511 +-
 contrib/mobile/iOS/Onelab/Onelab-Info.plist        |  160 +-
 contrib/mobile/iOS/Onelab/OptionsViewController.h  |    8 -
 contrib/mobile/iOS/Onelab/OptionsViewController.mm |  309 +-
 contrib/mobile/iOS/Onelab/Parameter.h              |   42 +-
 contrib/mobile/iOS/Onelab/Parameter.mm             |  496 +-
 .../mobile/iOS/Onelab/ParametersViewController.h   |   10 +-
 .../mobile/iOS/Onelab/ParametersViewController.mm  |  525 +-
 .../iOS/Onelab/PostProcessingViewController.h      |    8 -
 .../iOS/Onelab/PostProcessingViewController.mm     |  149 +-
 contrib/mobile/iOS/Onelab/SplitViewController.h    |   12 +-
 contrib/mobile/iOS/Onelab/SplitViewController.mm   |   58 +-
 contrib/mobile/iOS/Onelab/Utils.h                  |    8 -
 contrib/mobile/iOS/Onelab/Utils.mm                 |   38 +-
 contrib/mobile/iOS/Onelab/emulatorFix.c            |   13 +-
 .../iOS/Onelab/en.lproj/iPadStoryboard.storyboard  |  107 +-
 .../en.lproj/iPhoneiPodStoryboard.storyboard       |  192 +-
 .../iOS/Onelab/files/magnet/Magnetostatics.pro     |  215 -
 contrib/mobile/iOS/Onelab/files/magnet/infos.xml   |    9 -
 contrib/mobile/iOS/Onelab/files/magnet/magnet.geo  |   88 -
 contrib/mobile/iOS/Onelab/files/magnet/magnet.pro  |   67 -
 .../mobile/iOS/Onelab/files/magnet/magnet_data.pro |   14 -
 contrib/mobile/iOS/Onelab/files/pmsm/BH.pro        |   87 -
 contrib/mobile/iOS/Onelab/files/pmsm/infos.xml     |   11 -
 .../iOS/Onelab/files/pmsm/machine_magstadyn_a.pro  | 1091 ---
 contrib/mobile/iOS/Onelab/files/pmsm/pmsm.geo      |   96 -
 contrib/mobile/iOS/Onelab/files/pmsm/pmsm.pro      |  185 -
 .../iOS/Onelab/files/pmsm/pmsm_8p_circuit.pro      |  122 -
 contrib/mobile/iOS/Onelab/files/pmsm/pmsm_data.geo |  122 -
 .../mobile/iOS/Onelab/files/pmsm/pmsm_rotor.geo    |  164 -
 .../mobile/iOS/Onelab/files/pmsm/pmsm_stator.geo   |  217 -
 contrib/mobile/iOS/Onelab/icon_onelab.png          |  Bin 0 -> 5169 bytes
 contrib/mobile/iOS/Onelab/icon_rotate.png          |  Bin 0 -> 13253 bytes
 contrib/mobile/iOS/Onelab/icon_translate.png       |  Bin 0 -> 11127 bytes
 contrib/mobile/iOS/Onelab/main.mm                  |   14 +-
 contrib/mobile/iosGModel.cpp                       |   19 +-
 contrib/mobile/iosGModel.h                         |   30 +-
 contrib/mobile/movePosition.h                      |    7 +-
 contrib/mobile/utils/Android.cmake                 | 1125 +++
 ...ndroid_petsc_reconfigure-armv7-android-linux.py |   53 +
 contrib/mobile/utils/ant.properties                |    4 +
 contrib/mobile/utils/iOS.cmake                     |  131 +
 contrib/mobile/utils/icon_rotate.svg               |   60 +
 contrib/mobile/utils/icon_translate.svg            |   60 +
 contrib/mobile/utils/ios_f2cblaslapack_makefile    |   48 +
 .../ios_petsc_reconfigure-arm64-unknown-darwin.py  |   41 +
 contrib/mobile/utils/make_icon_ios.sh              |    8 +-
 contrib/mobile/utils/onelab_android.sh             |   93 -
 contrib/mobile/utils/onelab_android_build.sh       |  108 +
 contrib/mobile/utils/onelab_ios_build.sh           |   85 +
 contrib/mobile/utils/onelab_iossimulator_build.sh  |   57 +
 contrib/onelab/OLMakefile                          |   61 -
 contrib/onelab/OnelabParser.cpp                    |    8 +-
 contrib/onelab/python/onelab.py                    |  209 +-
 contrib/onelab/python/test.py                      |    2 +-
 contrib/onelab/python/wrappers/Makefile            |   11 -
 contrib/onelab/python/wrappers/OnelabClient.py     |   59 -
 contrib/onelab/python/wrappers/onelab.i            |   15 -
 contrib/onelab/python/wrappers/test.ol             |    2 -
 contrib/onelab/python/wrappers/test.py             |   20 -
 debian/changelog                                   |   10 +
 debian/control                                     |    1 +
 debian/copyright                                   |    6 +-
 debian/patches/alauzet.patch                       |  255 -
 debian/patches/change_shared_library_name.patch    |   18 +-
 debian/patches/delete_gl2ps_from_source.patch      |   16 +-
 debian/patches/enable_tetgen.patch                 |   12 +-
 debian/patches/fix_FTBFS_linking.patch             |    8 +-
 debian/patches/fix_gmshpy_import.patch             |    6 +-
 debian/patches/fix_java_wrapper_compilation.patch  |    8 +-
 debian/patches/fix_libdir.patch                    |   18 +-
 debian/patches/fix_script_header.patch             |   10 +-
 debian/patches/series                              |    1 -
 debian/patches/skip_license_file.patch             |   10 +-
 .../patches/switch_from_opencascade_to_oce.patch   |   12 +-
 debian/tests/check1                                |   53 +
 debian/tests/control                               |    2 +
 demos/piece-extr-rec.geo                           |   18 +-
 doc/CREDITS.txt                                    |    8 +-
 doc/VERSIONS.txt                                   |   10 +-
 doc/gmsh.html                                      |  141 +-
 doc/texinfo/commandline.texi                       |    6 +-
 doc/texinfo/gmsh.texi                              |   63 +-
 doc/texinfo/opt_fields.texi                        |   43 +
 doc/texinfo/opt_general.texi                       |   39 +-
 doc/texinfo/opt_geometry.texi                      |    7 +-
 doc/texinfo/opt_mesh.texi                          |    5 -
 doc/texinfo/opt_plugin.texi                        |  676 +-
 doc/texinfo/opt_print.texi                         |   17 +-
 doc/texinfo/opt_solver.texi                        |    8 +-
 doc/texinfo/shortcuts.texi                         |    2 +
 .../matlab/{load_gmsh2.m => gmsh2pdetoolbox.m}     |   61 +-
 utils/icons/apple-touch-icon.png                   |  Bin 4921 -> 0 bytes
 utils/icons/gmsh.xcf                               |  Bin 987612 -> 1074968 bytes
 utils/icons/gmsh_mobile_master.png                 |  Bin 0 -> 79737 bytes
 utils/misc/package_gmsh_getdp.sh                   |    4 +-
 utils/solvers/c++/GmshSocket.h                     |    9 +-
 utils/solvers/c++/onelab.h                         |  119 +-
 wrappers/gmshpy/gmshGeo.i                          |   12 +-
 wrappers/gmshpy/gmshSolver.i                       |    1 +
 447 files changed, 27582 insertions(+), 19905 deletions(-)
 create mode 100644 Common/GmshIO.h
 create mode 100644 Geo/closestPoint.cpp
 create mode 100644 Geo/closestPoint.h
 create mode 100644 Geo/gmshEdgeDiscretize.cpp
 create mode 100644 Graphics/gl2pgf.cpp
 create mode 100644 Graphics/gl2pgf.h
 create mode 100644 Numeric/HilbertCurve.cpp
 copy Fltk/partitionDialog.h => Numeric/HilbertCurve.h (70%)
 create mode 100644 Numeric/MetricBasis.cpp
 create mode 100644 Numeric/MetricBasis.h
 create mode 100644 Numeric/decasteljau.cpp
 create mode 100644 Numeric/decasteljau.h
 create mode 100644 Numeric/discreteFrechetDistance.cpp
 create mode 100644 Numeric/discreteFrechetDistance.h
 create mode 100644 Numeric/hausdorffDistance.cpp
 create mode 100644 Numeric/hausdorffDistance.h
 create mode 100644 Numeric/miniBasis.cpp
 create mode 100644 Numeric/miniBasis.h
 create mode 100644 Plugin/CurvedBndDist.cpp
 create mode 100644 Plugin/CurvedBndDist.h
 create mode 100644 Plugin/Scal2Tens.cpp
 copy Plugin/{Scal2Vec.h => Scal2Tens.h} (61%)
 create mode 100644 contrib/HighOrderMeshOptimizer/OptHomIntegralBoundaryDist.cpp
 create mode 100644 contrib/HighOrderMeshOptimizer/OptHomIntegralBoundaryDist.h
 delete mode 100644 contrib/Metis/CMakeLists.txt
 delete mode 100644 contrib/Tetgen1.4/CMakeLists.txt
 delete mode 100644 contrib/Tetgen1.5/CMakeLists.txt
 create mode 100644 contrib/mobile/Android/res/drawable-mdpi/icon_rotate.png
 create mode 100644 contrib/mobile/Android/res/drawable-mdpi/icon_translate.png
 delete mode 100644 contrib/mobile/Android/res/raw/models.zip
 create mode 100644 contrib/mobile/Android/src/org/geuz/onelab/AboutActivity.java
 create mode 100644 contrib/mobile/Android/src/org/geuz/onelab/Stepper.java
 create mode 100644 contrib/mobile/README.txt
 create mode 100644 contrib/mobile/iOS/Onelab/AboutViewController.h
 create mode 100644 contrib/mobile/iOS/Onelab/AboutViewController.mm
 create mode 100644 contrib/mobile/iOS/Onelab/Images.xcassets/AppIcon.appiconset/Contents.json
 create mode 100644 contrib/mobile/iOS/Onelab/Images.xcassets/AppIcon.appiconset/icon_app_ipad.png
 create mode 100644 contrib/mobile/iOS/Onelab/Images.xcassets/AppIcon.appiconset/icon_app_ipad_retina.png
 create mode 100644 contrib/mobile/iOS/Onelab/Images.xcassets/AppIcon.appiconset/icon_app_iphone_retina.png
 create mode 100644 contrib/mobile/iOS/Onelab/Images.xcassets/LaunchImage.launchimage/Contents.json
 create mode 100644 contrib/mobile/iOS/Onelab/Images.xcassets/LaunchImage.launchimage/splash1024x768.png
 create mode 100644 contrib/mobile/iOS/Onelab/Images.xcassets/LaunchImage.launchimage/splash1536x2048.png
 create mode 100644 contrib/mobile/iOS/Onelab/Images.xcassets/LaunchImage.launchimage/splash2048x1536.png
 create mode 100644 contrib/mobile/iOS/Onelab/Images.xcassets/LaunchImage.launchimage/splash640x1136.png
 create mode 100644 contrib/mobile/iOS/Onelab/Images.xcassets/LaunchImage.launchimage/splash640x960.png
 create mode 100644 contrib/mobile/iOS/Onelab/Images.xcassets/LaunchImage.launchimage/splash768x1024.png
 delete mode 100644 contrib/mobile/iOS/Onelab/files/magnet/Magnetostatics.pro
 delete mode 100644 contrib/mobile/iOS/Onelab/files/magnet/infos.xml
 delete mode 100644 contrib/mobile/iOS/Onelab/files/magnet/magnet.geo
 delete mode 100644 contrib/mobile/iOS/Onelab/files/magnet/magnet.pro
 delete mode 100644 contrib/mobile/iOS/Onelab/files/magnet/magnet_data.pro
 delete mode 100644 contrib/mobile/iOS/Onelab/files/pmsm/BH.pro
 delete mode 100644 contrib/mobile/iOS/Onelab/files/pmsm/infos.xml
 delete mode 100644 contrib/mobile/iOS/Onelab/files/pmsm/machine_magstadyn_a.pro
 delete mode 100644 contrib/mobile/iOS/Onelab/files/pmsm/pmsm.geo
 delete mode 100644 contrib/mobile/iOS/Onelab/files/pmsm/pmsm.pro
 delete mode 100644 contrib/mobile/iOS/Onelab/files/pmsm/pmsm_8p_circuit.pro
 delete mode 100644 contrib/mobile/iOS/Onelab/files/pmsm/pmsm_data.geo
 delete mode 100644 contrib/mobile/iOS/Onelab/files/pmsm/pmsm_rotor.geo
 delete mode 100644 contrib/mobile/iOS/Onelab/files/pmsm/pmsm_stator.geo
 create mode 100644 contrib/mobile/iOS/Onelab/icon_onelab.png
 create mode 100644 contrib/mobile/iOS/Onelab/icon_rotate.png
 create mode 100644 contrib/mobile/iOS/Onelab/icon_translate.png
 create mode 100644 contrib/mobile/utils/Android.cmake
 create mode 100755 contrib/mobile/utils/android_petsc_reconfigure-armv7-android-linux.py
 create mode 100644 contrib/mobile/utils/ant.properties
 create mode 100644 contrib/mobile/utils/iOS.cmake
 create mode 100644 contrib/mobile/utils/icon_rotate.svg
 create mode 100644 contrib/mobile/utils/icon_translate.svg
 create mode 100644 contrib/mobile/utils/ios_f2cblaslapack_makefile
 create mode 100755 contrib/mobile/utils/ios_petsc_reconfigure-arm64-unknown-darwin.py
 delete mode 100644 contrib/mobile/utils/onelab_android.sh
 create mode 100755 contrib/mobile/utils/onelab_android_build.sh
 create mode 100755 contrib/mobile/utils/onelab_ios_build.sh
 create mode 100755 contrib/mobile/utils/onelab_iossimulator_build.sh
 delete mode 100644 contrib/onelab/OLMakefile
 delete mode 100644 contrib/onelab/python/wrappers/Makefile
 delete mode 100755 contrib/onelab/python/wrappers/OnelabClient.py
 delete mode 100644 contrib/onelab/python/wrappers/onelab.i
 delete mode 100755 contrib/onelab/python/wrappers/test.ol
 delete mode 100755 contrib/onelab/python/wrappers/test.py
 delete mode 100644 debian/patches/alauzet.patch
 create mode 100755 debian/tests/check1
 create mode 100644 debian/tests/control
 copy utils/converters/matlab/{load_gmsh2.m => gmsh2pdetoolbox.m} (82%)
 delete mode 100644 utils/icons/apple-touch-icon.png
 create mode 100644 utils/icons/gmsh_mobile_master.png

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gmsh.git



More information about the debian-science-commits mailing list