[gmsh] 03/05: Merge tag 'upstream/2.8.5+dfsg'

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


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

gladk pushed a commit to annotated tag debian/2.8.4+dfsg-1
in repository gmsh.

commit b8d4cbe5a7fc59ee71cccf24c633473f7c412eb4
Merge: 32b5c88 b516dfb
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Jul 25 21:59:34 2014 +0200

    Merge tag 'upstream/2.8.5+dfsg'
    
    Upstream version 2.8.5+dfsg

 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 +
 Mesh/surfaceFiller.h => Numeric/HilbertCurve.h     |   12 +-
 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/Scal2Tens.h                                 |   33 +
 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 -
 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 +
 utils/converters/matlab/gmsh2pdetoolbox.m          |  287 +
 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 +
 430 files changed, 27700 insertions(+), 19592 deletions(-)

-- 
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