[gmsh] branch master updated (1ee9942 -> 85f9ea7)

Anton Gladky gladk at moszumanska.debian.org
Sat Feb 8 20:04:22 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  1ee9942   Update changelog.
      adds  09d4b69   Imported Upstream version 2.8.4+dfsg
       new  e3cfdf8   Merge tag 'upstream/2.8.4+dfsg'
       new  85f9ea7   Refresh patches.

The 2 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                                     |  216 +-
 CTestConfig.cmake                                  |    2 +-
 Common/CMakeLists.txt                              |    2 +-
 Common/Colors.h                                    |    2 +-
 Common/CommandLine.cpp                             |   61 +-
 Common/CommandLine.h                               |    2 +-
 Common/Context.cpp                                 |    2 +-
 Common/Context.h                                   |   10 +-
 Common/CreateFile.cpp                              |    6 +-
 Common/CreateFile.h                                |    2 +-
 Common/DefaultOptions.h                            |   19 +-
 Common/GamePad.cpp                                 |    2 +-
 Common/GamePad.h                                   |    2 +-
 Common/Gmsh.cpp                                    |    2 +-
 Common/Gmsh.h                                      |    2 +-
 Common/GmshConfig.h.in                             |    4 +-
 Common/GmshDefines.h                               |    3 +-
 Common/GmshMessage.cpp                             |   26 +-
 Common/GmshMessage.h                               |    2 +-
 Common/GmshRemote.cpp                              |    2 +-
 Common/GmshRemote.h                                |    2 +-
 Common/GmshSocket.h                                |    2 +-
 Common/GmshVersion.h.in                            |    2 +-
 Common/Hash.h                                      |    2 +-
 Common/HashMap.h                                   |    2 +-
 Common/ListUtils.cpp                               |   18 +-
 Common/ListUtils.h                                 |    2 +-
 Common/Main.cpp                                    |    2 +-
 Common/MallocUtils.cpp                             |    2 +-
 Common/MallocUtils.h                               |    2 +-
 Common/OS.cpp                                      |   44 +-
 Common/OS.h                                        |    4 +-
 Common/Octree.cpp                                  |    2 +-
 Common/Octree.h                                    |    2 +-
 Common/OctreeInternals.cpp                         |  178 +-
 Common/OctreeInternals.h                           |    2 +-
 Common/OpenFile.cpp                                |   34 +-
 Common/OpenFile.h                                  |    7 +-
 Common/Options.cpp                                 |   30 +-
 Common/Options.h                                   |    6 +-
 Common/SmoothData.cpp                              |    2 +-
 Common/SmoothData.h                                |    2 +-
 Common/StringUtils.cpp                             |    2 +-
 Common/StringUtils.h                               |    2 +-
 Common/TreeUtils.cpp                               |    2 +-
 Common/TreeUtils.h                                 |    2 +-
 Common/VertexArray.cpp                             |    2 +-
 Common/VertexArray.h                               |    2 +-
 Common/gmshPopplerWrapper.cpp                      |    2 +-
 Common/gmshPopplerWrapper.h                        |    2 +-
 Common/onelab.h                                    |   50 +-
 Common/onelabUtils.cpp                             |    9 +-
 Common/onelabUtils.h                               |    2 +-
 Fltk/CMakeLists.txt                                |    2 +-
 Fltk/FlGui.cpp                                     |    2 +-
 Fltk/FlGui.h                                       |    2 +-
 Fltk/Main.cpp                                      |    3 +-
 Fltk/Navigator.cpp                                 |    2 +-
 Fltk/Navigator.h                                   |    2 +-
 Fltk/classificationEditor.cpp                      |    2 +-
 Fltk/classificationEditor.h                        |    2 +-
 Fltk/clippingWindow.cpp                            |    2 +-
 Fltk/clippingWindow.h                              |    2 +-
 Fltk/colorbarWindow.cpp                            |    2 +-
 Fltk/colorbarWindow.h                              |    2 +-
 Fltk/contextWindow.cpp                             |    2 +-
 Fltk/contextWindow.h                               |    2 +-
 Fltk/drawContextFltk.h                             |    2 +-
 Fltk/drawContextFltkCairo.cpp                      |    2 +-
 Fltk/drawContextFltkCairo.h                        |    2 +-
 Fltk/drawContextFltkStringTexture.cpp              |    2 +-
 Fltk/drawContextFltkStringTexture.h                |    2 +-
 Fltk/extraDialogs.cpp                              |    2 +-
 Fltk/extraDialogs.h                                |    2 +-
 Fltk/fieldWindow.cpp                               |    2 +-
 Fltk/fieldWindow.h                                 |    2 +-
 Fltk/fileDialogs.cpp                               |    2 +-
 Fltk/fileDialogs.h                                 |    2 +-
 Fltk/gamepadWindow.cpp                             |    2 +-
 Fltk/gamepadWindow.h                               |    2 +-
 Fltk/gmshLocalNetworkClient.h                      |    2 +-
 Fltk/graphicWindow.cpp                             |    4 +-
 Fltk/graphicWindow.h                               |    2 +-
 Fltk/helpWindow.cpp                                |    6 +-
 Fltk/helpWindow.h                                  |    2 +-
 Fltk/highOrderToolsWindow.cpp                      |   19 +-
 Fltk/highOrderToolsWindow.h                        |    2 +-
 Fltk/inputRange.h                                  |    2 +-
 Fltk/inputRegion.cpp                               |    2 +-
 Fltk/inputRegion.h                                 |    2 +-
 Fltk/inputValue.cpp                                |    2 +-
 Fltk/inputValue.h                                  |    2 +-
 Fltk/mainWindow.h                                  |    2 +-
 Fltk/manipWindow.cpp                               |    2 +-
 Fltk/manipWindow.h                                 |    2 +-
 Fltk/onelabGroup.cpp                               |   61 +-
 Fltk/onelabGroup.h                                 |    2 +-
 Fltk/openglWindow.cpp                              |    2 +-
 Fltk/openglWindow.h                                |    2 +-
 Fltk/optionWindow.cpp                              |   37 +-
 Fltk/optionWindow.h                                |    2 +-
 Fltk/outputRange.h                                 |    2 +-
 Fltk/paletteWindow.h                               |    2 +-
 Fltk/partitionDialog.cpp                           |    2 +-
 Fltk/partitionDialog.h                             |    2 +-
 Fltk/pluginWindow.cpp                              |    2 +-
 Fltk/pluginWindow.h                                |    2 +-
 Fltk/projectionEditor.cpp                          |    2 +-
 Fltk/projectionEditor.h                            |    2 +-
 Fltk/solverButton.cpp                              |    2 +-
 Fltk/solverButton.h                                |    2 +-
 Fltk/spherePositionWidget.h                        |    2 +-
 Fltk/statisticsWindow.cpp                          |    2 +-
 Fltk/statisticsWindow.h                            |    2 +-
 Fltk/viewButton.cpp                                |    2 +-
 Fltk/viewButton.h                                  |    2 +-
 Fltk/visibilityWindow.cpp                          |    2 +-
 Fltk/visibilityWindow.h                            |    2 +-
 Geo/ACISEdge.cpp                                   |    2 +-
 Geo/ACISEdge.h                                     |    2 +-
 Geo/ACISFace.cpp                                   |    2 +-
 Geo/ACISFace.h                                     |    2 +-
 Geo/ACISVertex.cpp                                 |    2 +-
 Geo/ACISVertex.h                                   |    2 +-
 Geo/CGNSOptions.h                                  |    2 +-
 Geo/CMakeLists.txt                                 |    5 +-
 Geo/Cell.cpp                                       |    2 +-
 Geo/Cell.h                                         |    2 +-
 Geo/CellComplex.cpp                                |    9 +-
 Geo/CellComplex.h                                  |    2 +-
 Geo/Chain.cpp                                      |    2 +-
 Geo/Chain.h                                        |    3 +-
 Geo/ChainComplex.cpp                               |    2 +-
 Geo/ChainComplex.h                                 |    2 +-
 Geo/Curvature.cpp                                  |    2 +-
 Geo/Curvature.h                                    |    2 +-
 Geo/CustomContainer.h                              |    2 +-
 Geo/ExtrudeParams.cpp                              |    2 +-
 Geo/ExtrudeParams.h                                |    2 +-
 Geo/GEdge.cpp                                      |   16 +-
 Geo/GEdge.h                                        |    5 +-
 Geo/GEdgeCompound.cpp                              |    2 +-
 Geo/GEdgeCompound.h                                |    2 +-
 Geo/GEdgeLoop.cpp                                  |    2 +-
 Geo/GEdgeLoop.h                                    |    2 +-
 Geo/GEntity.cpp                                    |    3 +-
 Geo/GEntity.h                                      |    7 +-
 Geo/GFace.cpp                                      |   36 +-
 Geo/GFace.h                                        |   12 +-
 Geo/GFaceCompound.cpp                              |    4 +-
 Geo/GFaceCompound.h                                |    2 +-
 Geo/GModel.cpp                                     |   25 +-
 Geo/GModel.h                                       |    8 +-
 Geo/GModelFactory.cpp                              |   32 +-
 Geo/GModelFactory.h                                |    2 +-
 Geo/GModelIO_ACIS.cpp                              |    2 +-
 Geo/GModelIO_ACTRAN.cpp                            |    2 +-
 Geo/GModelIO_BDF.cpp                               |    2 +-
 Geo/GModelIO_CELUM.cpp                             |   42 +-
 Geo/GModelIO_CGNS.cpp                              |    2 +-
 Geo/GModelIO_DIFF.cpp                              |    2 +-
 Geo/GModelIO_Fourier.cpp                           |    2 +-
 Geo/GModelIO_Fourier.h                             |    2 +-
 Geo/GModelIO_GEO.cpp                               |    2 +-
 Geo/GModelIO_GEOM.cpp                              |    2 +-
 Geo/GModelIO_INP.cpp                               |    2 +-
 Geo/GModelIO_IR3.cpp                               |    2 +-
 Geo/GModelIO_MAIL.cpp                              |    2 +-
 Geo/GModelIO_MED.cpp                               |    2 +-
 Geo/GModelIO_MESH.cpp                              |    2 +-
 Geo/GModelIO_MSH.cpp                               |    5 +-
 Geo/GModelIO_MSH2.cpp                              |    2 +-
 Geo/GModelIO_OCC.cpp                               |   11 +-
 Geo/GModelIO_OCC.h                                 |    2 +-
 Geo/GModelIO_P3D.cpp                               |    2 +-
 Geo/GModelIO_PLY.cpp                               |    2 +-
 Geo/GModelIO_POS.cpp                               |    2 +-
 Geo/GModelIO_SGEOM.cpp                             |    2 +-
 Geo/GModelIO_SGEOM.h                               |    2 +-
 Geo/GModelIO_STL.cpp                               |    2 +-
 Geo/GModelIO_SU2.cpp                               |    2 +-
 Geo/GModelIO_UNV.cpp                               |    2 +-
 Geo/GModelIO_VRML.cpp                              |    2 +-
 Geo/GModelIO_VTK.cpp                               |    9 +-
 Geo/GModelVertexArrays.cpp                         |   21 +-
 Geo/GPoint.h                                       |    2 +-
 Geo/GRbf.cpp                                       |    2 +-
 Geo/GRbf.h                                         |    2 +-
 Geo/GRegion.cpp                                    |   16 +-
 Geo/GRegion.h                                      |    6 +-
 Geo/GRegionCompound.cpp                            |    2 +-
 Geo/GRegionCompound.h                              |    2 +-
 Geo/GVertex.cpp                                    |   12 +-
 Geo/GVertex.h                                      |    7 +-
 Geo/Geo.cpp                                        |  347 +-
 Geo/Geo.h                                          |    2 +-
 Geo/GeoInterpolation.cpp                           |    2 +-
 Geo/GeoInterpolation.h                             |    2 +-
 Geo/GeoStringInterface.cpp                         |    2 +-
 Geo/GeoStringInterface.h                           |    2 +-
 Geo/GeomMeshMatcher.cpp                            |    2 +-
 Geo/GeomMeshMatcher.h                              |    2 +-
 Geo/Homology.cpp                                   |    8 +-
 Geo/Homology.h                                     |    2 +-
 Geo/MEdge.cpp                                      |    2 +-
 Geo/MEdge.h                                        |   21 +-
 Geo/MEdgeHash.h                                    |    2 +-
 Geo/MElement.cpp                                   |   83 +-
 Geo/MElement.h                                     |   27 +-
 Geo/MElementCut.cpp                                |   14 +-
 Geo/MElementCut.h                                  |   18 +-
 Geo/MElementOctree.cpp                             |    8 +-
 Geo/MElementOctree.h                               |    4 +-
 Geo/MFace.cpp                                      |    2 +-
 Geo/MFace.h                                        |    2 +-
 Geo/MFaceHash.h                                    |    2 +-
 Geo/MHexahedron.cpp                                |   56 +-
 Geo/MHexahedron.h                                  |  112 +-
 Geo/MLine.cpp                                      |   52 +-
 Geo/MLine.h                                        |   18 +-
 Geo/MPoint.h                                       |   10 +-
 Geo/MPrism.cpp                                     |   58 +-
 Geo/MPrism.h                                       |   70 +-
 Geo/MPyramid.cpp                                   |   76 +-
 Geo/MPyramid.h                                     |   55 +-
 Geo/MQuadrangle.cpp                                |   58 +-
 Geo/MQuadrangle.h                                  |   40 +-
 Geo/MSubElement.cpp                                |    2 +-
 Geo/MSubElement.h                                  |    2 +-
 Geo/MTetrahedron.cpp                               |   40 +-
 Geo/MTetrahedron.h                                 |   99 +-
 Geo/MTriangle.cpp                                  |   86 +-
 Geo/MTriangle.h                                    |   47 +-
 Geo/MVertex.cpp                                    |   75 +-
 Geo/MVertex.h                                      |    2 +-
 Geo/MVertexBoundaryLayerData.cpp                   |    2 +-
 Geo/MVertexBoundaryLayerData.h                     |    2 +-
 Geo/MVertexPositionSet.h                           |    2 +-
 Geo/MZone.cpp                                      |    2 +-
 Geo/MZone.h                                        |    2 +-
 Geo/MZoneBoundary.cpp                              |    2 +-
 Geo/MZoneBoundary.h                                |    2 +-
 Geo/OCCEdge.cpp                                    |   28 +-
 Geo/OCCEdge.h                                      |    2 +-
 Geo/OCCFace.cpp                                    |    2 +-
 Geo/OCCFace.h                                      |    2 +-
 Geo/OCCIncludes.h                                  |    2 +-
 Geo/OCCRegion.cpp                                  |    2 +-
 Geo/OCCRegion.h                                    |    2 +-
 Geo/OCCVertex.cpp                                  |    2 +-
 Geo/OCCVertex.h                                    |    2 +-
 Geo/OCC_Connect.cpp                                |    2 +-
 Geo/OCC_Connect.h                                  |    2 +-
 Geo/Pair.h                                         |    2 +-
 Geo/Range.h                                        |    2 +-
 Geo/SBoundingBox3d.h                               |    2 +-
 Geo/SGEOMIncludes.h                                |    2 +-
 Geo/SOrientedBoundingBox.cpp                       |    2 +-
 Geo/SOrientedBoundingBox.h                         |    2 +-
 Geo/SPoint2.h                                      |    2 +-
 Geo/SPoint3.h                                      |    2 +-
 Geo/STensor3.cpp                                   |    2 +-
 Geo/STensor3.h                                     |    2 +-
 Geo/SVector3.h                                     |    2 +-
 Geo/boundaryLayersData.cpp                         |  769 +-
 Geo/boundaryLayersData.h                           |   96 +-
 Geo/discreteEdge.cpp                               |    2 +-
 Geo/discreteEdge.h                                 |    2 +-
 Geo/discreteFace.cpp                               |    2 +-
 Geo/discreteFace.h                                 |    2 +-
 Geo/discreteRegion.cpp                             |    2 +-
 Geo/discreteRegion.h                               |    2 +-
 Geo/discreteVertex.h                               |    2 +-
 Geo/findLinks.cpp                                  |    2 +-
 Geo/findLinks.h                                    |    2 +-
 Geo/fourierEdge.cpp                                |    2 +-
 Geo/fourierEdge.h                                  |    2 +-
 Geo/fourierFace.cpp                                |    2 +-
 Geo/fourierFace.h                                  |    2 +-
 Geo/fourierProjectionFace.cpp                      |    2 +-
 Geo/fourierProjectionFace.h                        |    2 +-
 Geo/fourierVertex.h                                |    2 +-
 Geo/gmshEdge.cpp                                   |    2 +-
 Geo/gmshEdge.h                                     |    2 +-
 Geo/gmshFace.cpp                                   |    9 +-
 Geo/gmshFace.h                                     |    2 +-
 Geo/gmshLevelset.cpp                               |    2 +-
 Geo/gmshLevelset.h                                 |    2 +-
 Geo/gmshRegion.cpp                                 |    2 +-
 Geo/gmshRegion.h                                   |    2 +-
 Geo/gmshSurface.cpp                                |    2 +-
 Geo/gmshSurface.h                                  |    2 +-
 Geo/gmshVertex.cpp                                 |    2 +-
 Geo/gmshVertex.h                                   |    2 +-
 Geo/intersectCurveSurface.h                        |    2 +-
 Geo/partitionEdge.h                                |    2 +-
 Geo/partitionFace.h                                |    2 +-
 Geo/partitionVertex.h                              |    2 +-
 Graphics/CMakeLists.txt                            |    2 +-
 Graphics/Camera.cpp                                |    2 +-
 Graphics/Camera.h                                  |    2 +-
 Graphics/PixelBuffer.h                             |    2 +-
 Graphics/ReadImg.cpp                               |    2 +-
 Graphics/ReadImg.h                                 |    2 +-
 Graphics/drawAxes.cpp                              |    2 +-
 Graphics/drawContext.cpp                           |    5 +-
 Graphics/drawContext.h                             |    2 +-
 Graphics/drawGeom.cpp                              |    2 +-
 Graphics/drawGlyph.cpp                             |    2 +-
 Graphics/drawGraph2d.cpp                           |    2 +-
 Graphics/drawMesh.cpp                              |    2 +-
 Graphics/drawPost.cpp                              |    2 +-
 Graphics/drawScales.cpp                            |    2 +-
 Graphics/gl2gif.cpp                                |    2 +-
 Graphics/gl2gif.h                                  |    2 +-
 Graphics/gl2jpeg.cpp                               |    2 +-
 Graphics/gl2jpeg.h                                 |    2 +-
 Graphics/gl2png.cpp                                |    2 +-
 Graphics/gl2png.h                                  |    2 +-
 Graphics/gl2ppm.cpp                                |    2 +-
 Graphics/gl2ppm.h                                  |    2 +-
 Graphics/gl2yuv.cpp                                |    2 +-
 Graphics/gl2yuv.h                                  |    2 +-
 Mesh/BDS.cpp                                       |    2 +-
 Mesh/BDS.h                                         |    2 +-
 Mesh/BackgroundMesh.cpp                            |    2 +-
 Mesh/BackgroundMesh.h                              |    2 +-
 Mesh/BoundaryLayers.cpp                            |    2 +-
 Mesh/BoundaryLayers.h                              |    2 +-
 Mesh/CMakeLists.txt                                |    3 +-
 Mesh/CenterlineField.cpp                           |    2 +-
 Mesh/CenterlineField.h                             |    2 +-
 Mesh/Field.cpp                                     |   26 +-
 Mesh/Field.h                                       |   85 +-
 Mesh/Generator.cpp                                 |   17 +-
 Mesh/Generator.h                                   |    2 +-
 Mesh/HighOrder.cpp                                 |  195 +-
 Mesh/HighOrder.h                                   |    2 +-
 Mesh/Levy3D.cpp                                    |    2 +-
 Mesh/Levy3D.h                                      |    2 +-
 Mesh/QuadTriExtruded2D.cpp                         |    2 +-
 Mesh/QuadTriExtruded2D.h                           |    2 +-
 Mesh/QuadTriExtruded3D.cpp                         |    2 +-
 Mesh/QuadTriExtruded3D.h                           |    2 +-
 Mesh/QuadTriTransfinite3D.cpp                      |    2 +-
 Mesh/QuadTriTransfinite3D.h                        |    2 +-
 Mesh/QuadTriUtils.cpp                              |    2 +-
 Mesh/QuadTriUtils.h                                |    2 +-
 Mesh/Voronoi3D.cpp                                 |    2 +-
 Mesh/Voronoi3D.h                                   |    2 +-
 Mesh/cross3D.h                                     |    2 +-
 Mesh/directions3D.cpp                              |   44 +-
 Mesh/directions3D.h                                |    3 +-
 Mesh/filterElements.cpp                            |  249 +
 Mesh/filterElements.h                              |   23 +
 Mesh/meshGEdge.cpp                                 |    2 +-
 Mesh/meshGEdge.h                                   |    2 +-
 Mesh/meshGEdgeExtruded.cpp                         |    2 +-
 Mesh/meshGFace.cpp                                 |  484 +-
 Mesh/meshGFace.h                                   |    9 +-
 Mesh/meshGFaceBDS.cpp                              |   14 +-
 Mesh/meshGFaceBDS.h                                |    5 +-
 Mesh/meshGFaceBamg.cpp                             |    2 +-
 Mesh/meshGFaceBamg.h                               |    2 +-
 Mesh/meshGFaceDelaunayInsertion.cpp                |  239 +-
 Mesh/meshGFaceDelaunayInsertion.h                  |   46 +-
 Mesh/meshGFaceElliptic.cpp                         |    2 +-
 Mesh/meshGFaceElliptic.h                           |    2 +-
 Mesh/meshGFaceExtruded.cpp                         |    2 +-
 Mesh/meshGFaceLloyd.cpp                            |    2 +-
 Mesh/meshGFaceOptimize.cpp                         |  331 +-
 Mesh/meshGFaceOptimize.h                           |   60 +-
 Mesh/meshGFaceQuadrilateralize.cpp                 |    2 +-
 Mesh/meshGFaceQuadrilateralize.h                   |    2 +-
 Mesh/meshGFaceRecombine.cpp                        | 1041 ++-
 Mesh/meshGFaceRecombine.h                          |  128 +-
 Mesh/meshGFaceTransfinite.cpp                      |    2 +-
 Mesh/meshGRegion.cpp                               |  334 +-
 Mesh/meshGRegion.h                                 |    2 +-
 Mesh/meshGRegionCarveHole.cpp                      |    2 +-
 Mesh/meshGRegionDelaunayInsertion.cpp              |    2 +-
 Mesh/meshGRegionDelaunayInsertion.h                |    2 +-
 Mesh/meshGRegionExtruded.cpp                       |    2 +-
 Mesh/meshGRegionLocalMeshMod.cpp                   |    2 +-
 Mesh/meshGRegionLocalMeshMod.h                     |    2 +-
 Mesh/meshGRegionMMG3D.cpp                          |    2 +-
 Mesh/meshGRegionMMG3D.h                            |    2 +-
 Mesh/meshGRegionTransfinite.cpp                    |    2 +-
 Mesh/meshMetric.cpp                                |    4 +-
 Mesh/meshMetric.h                                  |    2 +-
 Mesh/meshPartition.cpp                             |    2 +-
 Mesh/meshPartition.h                               |    2 +-
 Mesh/meshPartitionObjects.h                        |    2 +-
 Mesh/meshPartitionOptions.h                        |    2 +-
 Mesh/meshRefine.cpp                                |    2 +-
 Mesh/multiscalePartition.cpp                       |    2 +-
 Mesh/multiscalePartition.h                         |    2 +-
 Mesh/periodical.cpp                                |   80 +-
 Mesh/periodical.h                                  |   12 +-
 Mesh/qualityMeasures.cpp                           |    2 +-
 Mesh/qualityMeasures.h                             |    2 +-
 Mesh/simple3D.cpp                                  |   12 +-
 Mesh/simple3D.h                                    |    2 +-
 Mesh/surfaceFiller.cpp                             |    2 +-
 Mesh/surfaceFiller.h                               |    2 +-
 Mesh/yamakawa.cpp                                  |    5 +-
 Mesh/yamakawa.h                                    |    2 +-
 Numeric/BasisFactory.cpp                           |   13 +-
 Numeric/BasisFactory.h                             |    2 +-
 Numeric/BergotBasis.cpp                            |    2 +-
 Numeric/BergotBasis.h                              |    2 +-
 Numeric/CMakeLists.txt                             |    4 +-
 Numeric/ElementType.cpp                            |   19 +-
 Numeric/ElementType.h                              |    2 +-
 Numeric/GaussIntegration.cpp                       |    2 +-
 Numeric/GaussIntegration.h                         |    2 +-
 Numeric/GaussJacobi1D.cpp                          |    2 +-
 Numeric/GaussJacobi1D.h                            |    2 +-
 Numeric/GaussLegendre1D.h                          |    2 +-
 Numeric/GaussLegendreSimplex.cpp                   |    2 +-
 Numeric/GaussQuadratureHex.cpp                     |    2 +-
 Numeric/GaussQuadratureLin.cpp                     |    2 +-
 Numeric/GaussQuadraturePri.cpp                     |    2 +-
 Numeric/GaussQuadraturePyr.cpp                     |    2 +-
 Numeric/GaussQuadratureQuad.cpp                    |    2 +-
 Numeric/GaussQuadratureTet.cpp                     |    2 +-
 Numeric/GaussQuadratureTri.cpp                     |    2 +-
 Numeric/Iso.cpp                                    |    2 +-
 Numeric/Iso.h                                      |    2 +-
 Numeric/JacobianBasis.cpp                          |   19 +-
 Numeric/JacobianBasis.h                            |    4 +-
 Numeric/Numeric.cpp                                |    9 +-
 Numeric/Numeric.h                                  |    2 +-
 Numeric/bezierBasis.cpp                            |    2 +-
 Numeric/bezierBasis.h                              |    2 +-
 Numeric/cartesian.h                                |    2 +-
 Numeric/fullMatrix.cpp                             |  103 +-
 Numeric/fullMatrix.h                               |   62 +-
 Numeric/jacobiPolynomials.cpp                      |    2 +-
 Numeric/jacobiPolynomials.h                        |    2 +-
 Numeric/legendrePolynomials.cpp                    |    2 +-
 Numeric/legendrePolynomials.h                      |    2 +-
 Numeric/mathEvaluator.cpp                          |    2 +-
 Numeric/mathEvaluator.h                            |    2 +-
 Numeric/nodalBasis.cpp                             |    2 +-
 Numeric/nodalBasis.h                               |    2 +-
 Numeric/pointsGenerators.cpp                       |    6 +-
 Numeric/pointsGenerators.h                         |    2 +-
 Numeric/polynomialBasis.cpp                        |    2 +-
 Numeric/polynomialBasis.h                          |    2 +-
 Numeric/pyramidalBasis.cpp                         |    2 +-
 Numeric/pyramidalBasis.h                           |    2 +-
 Numeric/robustPredicates.h                         |    2 +-
 Numeric/simpleFunction.h                           |    2 +-
 Parser/CMakeLists.txt                              |    2 +-
 Parser/FunctionManager.cpp                         |    2 +-
 Parser/FunctionManager.h                           |    2 +-
 Parser/Gmsh.l                                      |    4 +-
 Parser/Gmsh.tab.cpp                                | 7638 ++++++++++----------
 Parser/Gmsh.tab.hpp                                |  342 +-
 Parser/Gmsh.y                                      |  106 +-
 Parser/Gmsh.yy.cpp                                 | 1336 ++--
 Parser/Parser.h                                    |    3 +-
 Plugin/AnalyseCurvedMesh.cpp                       |    2 +-
 Plugin/AnalyseCurvedMesh.h                         |    2 +-
 Plugin/Annotate.cpp                                |    2 +-
 Plugin/Annotate.h                                  |    2 +-
 Plugin/Bubbles.cpp                                 |    2 +-
 Plugin/Bubbles.h                                   |    2 +-
 Plugin/CMakeLists.txt                              |    3 +-
 Plugin/Crack.cpp                                   |    2 +-
 Plugin/Crack.h                                     |    2 +-
 Plugin/Curl.cpp                                    |    2 +-
 Plugin/Curl.h                                      |    2 +-
 Plugin/CutBox.cpp                                  |    2 +-
 Plugin/CutBox.h                                    |    2 +-
 Plugin/CutGrid.cpp                                 |    2 +-
 Plugin/CutGrid.h                                   |    2 +-
 Plugin/CutMesh.cpp                                 |    2 +-
 Plugin/CutMesh.h                                   |    2 +-
 Plugin/CutParametric.cpp                           |    2 +-
 Plugin/CutParametric.h                             |    2 +-
 Plugin/CutPlane.cpp                                |    2 +-
 Plugin/CutPlane.h                                  |    2 +-
 Plugin/CutSphere.cpp                               |    2 +-
 Plugin/CutSphere.h                                 |    2 +-
 Plugin/DiscretizationError.cpp                     |    2 +-
 Plugin/DiscretizationError.h                       |    2 +-
 Plugin/Distance.cpp                                |    2 +-
 Plugin/Distance.h                                  |    2 +-
 Plugin/Divergence.cpp                              |    2 +-
 Plugin/Divergence.h                                |    2 +-
 Plugin/Eigenvalues.cpp                             |    2 +-
 Plugin/Eigenvalues.h                               |    2 +-
 Plugin/Eigenvectors.cpp                            |    2 +-
 Plugin/Eigenvectors.h                              |    2 +-
 Plugin/ExtractEdges.cpp                            |    2 +-
 Plugin/ExtractEdges.h                              |    2 +-
 Plugin/ExtractElements.cpp                         |    2 +-
 Plugin/ExtractElements.h                           |    2 +-
 Plugin/FaultZone.cpp                               |  777 ++
 Plugin/FaultZone.h                                 |  104 +
 Plugin/FieldFromAmplitudePhase.cpp                 |    2 +-
 Plugin/FieldFromAmplitudePhase.h                   |    2 +-
 Plugin/Gradient.cpp                                |    2 +-
 Plugin/Gradient.h                                  |    2 +-
 Plugin/HarmonicToTime.cpp                          |    2 +-
 Plugin/HarmonicToTime.h                            |    2 +-
 Plugin/HomologyComputation.cpp                     |    2 +-
 Plugin/HomologyComputation.h                       |    2 +-
 Plugin/HomologyPostProcessing.cpp                  |    2 +-
 Plugin/HomologyPostProcessing.h                    |    2 +-
 Plugin/Integrate.cpp                               |    2 +-
 Plugin/Integrate.h                                 |    2 +-
 Plugin/Isosurface.cpp                              |    2 +-
 Plugin/Isosurface.h                                |    2 +-
 Plugin/Lambda2.cpp                                 |    2 +-
 Plugin/Lambda2.h                                   |    2 +-
 Plugin/Levelset.cpp                                |    2 +-
 Plugin/Levelset.h                                  |    2 +-
 Plugin/LongitudeLatitude.cpp                       |    2 +-
 Plugin/LongitudeLatitude.h                         |    2 +-
 Plugin/MakeSimplex.cpp                             |    2 +-
 Plugin/MakeSimplex.h                               |    2 +-
 Plugin/MathEval.cpp                                |   16 +-
 Plugin/MathEval.h                                  |    2 +-
 Plugin/MinMax.cpp                                  |    2 +-
 Plugin/MinMax.h                                    |    2 +-
 Plugin/ModifyComponent.cpp                         |   28 +-
 Plugin/ModifyComponent.h                           |    2 +-
 Plugin/ModulusPhase.cpp                            |    2 +-
 Plugin/ModulusPhase.h                              |    2 +-
 Plugin/NearToFarField.cpp                          |    2 +-
 Plugin/NearToFarField.h                            |    2 +-
 Plugin/NearestNeighbor.cpp                         |    2 +-
 Plugin/NearestNeighbor.h                           |    2 +-
 Plugin/NewView.cpp                                 |    2 +-
 Plugin/NewView.h                                   |    2 +-
 Plugin/Particles.cpp                               |    2 +-
 Plugin/Particles.h                                 |    2 +-
 Plugin/Plugin.cpp                                  |    2 +-
 Plugin/Plugin.h                                    |    2 +-
 Plugin/PluginManager.cpp                           |    5 +-
 Plugin/PluginManager.h                             |    2 +-
 Plugin/Probe.cpp                                   |    2 +-
 Plugin/Probe.h                                     |    2 +-
 Plugin/Remove.cpp                                  |    2 +-
 Plugin/Remove.h                                    |    2 +-
 Plugin/Scal2Vec.cpp                                |    2 +-
 Plugin/Scal2Vec.h                                  |    2 +-
 Plugin/SimplePartition.cpp                         |    2 +-
 Plugin/SimplePartition.h                           |    2 +-
 Plugin/Skin.cpp                                    |    2 +-
 Plugin/Skin.h                                      |    2 +-
 Plugin/Smooth.cpp                                  |    2 +-
 Plugin/Smooth.h                                    |    2 +-
 Plugin/SphericalRaise.cpp                          |    2 +-
 Plugin/SphericalRaise.h                            |    2 +-
 Plugin/StreamLines.cpp                             |    2 +-
 Plugin/StreamLines.h                               |    2 +-
 Plugin/Tetrahedralize.cpp                          |    2 +-
 Plugin/Tetrahedralize.h                            |    2 +-
 Plugin/Transform.cpp                               |    2 +-
 Plugin/Transform.h                                 |    2 +-
 Plugin/Triangulate.cpp                             |   12 +-
 Plugin/Triangulate.h                               |    2 +-
 Plugin/Warp.cpp                                    |    2 +-
 Plugin/Warp.h                                      |    2 +-
 Post/CMakeLists.txt                                |    2 +-
 Post/ColorTable.cpp                                |    2 +-
 Post/ColorTable.h                                  |    2 +-
 Post/OctreePost.cpp                                |  174 +-
 Post/OctreePost.h                                  |   31 +-
 Post/PView.cpp                                     |    7 +-
 Post/PView.h                                       |    2 +-
 Post/PViewAsSimpleFunction.cpp                     |    2 +-
 Post/PViewAsSimpleFunction.h                       |    2 +-
 Post/PViewData.cpp                                 |    2 +-
 Post/PViewData.h                                   |    7 +-
 Post/PViewDataGModel.cpp                           |   21 +-
 Post/PViewDataGModel.h                             |    6 +-
 Post/PViewDataGModelIO.cpp                         |   68 +-
 Post/PViewDataIO.cpp                               |   10 +-
 Post/PViewDataList.cpp                             |    2 +-
 Post/PViewDataList.h                               |    5 +-
 Post/PViewDataListIO.cpp                           |  142 +-
 Post/PViewDataRemote.h                             |    2 +-
 Post/PViewFactory.cpp                              |    2 +-
 Post/PViewFactory.h                                |    2 +-
 Post/PViewIO.cpp                                   |    8 +-
 Post/PViewOptions.cpp                              |    2 +-
 Post/PViewOptions.h                                |    2 +-
 Post/PViewVertexArrays.cpp                         |    2 +-
 Post/adaptiveData.cpp                              |    2 +-
 Post/adaptiveData.h                                |    2 +-
 Post/shapeFunctions.cpp                            |    2 +-
 Post/shapeFunctions.h                              |    2 +-
 Qt/CMakeLists.txt                                  |    2 +-
 Qt/GLWidget.cpp                                    |    2 +-
 Qt/GLWidget.h                                      |    2 +-
 Qt/Main.cpp                                        |    2 +-
 Qt/QGui.cpp                                        |    2 +-
 Qt/QGui.h                                          |    2 +-
 Qt/graphicWindow.cpp                               |    2 +-
 Qt/graphicWindow.h                                 |    2 +-
 Solver/CMakeLists.txt                              |    3 +-
 Solver/FuncGradDisc.h                              |    2 +-
 Solver/FuncHeaviside.h                             |    2 +-
 Solver/SElement.cpp                                |    2 +-
 Solver/SElement.h                                  |    2 +-
 Solver/STensor33.cpp                               |    2 +-
 Solver/STensor33.h                                 |    2 +-
 Solver/STensor43.cpp                               |    2 +-
 Solver/STensor43.h                                 |    2 +-
 Solver/STensor53.cpp                               |    2 +-
 Solver/STensor53.h                                 |    2 +-
 Solver/STensor63.cpp                               |    2 +-
 Solver/STensor63.h                                 |    2 +-
 Solver/crossConfTerm.h                             |    2 +-
 Solver/distanceTerm.h                              |    2 +-
 Solver/dofManager.cpp                              |    2 +-
 Solver/dofManager.h                                |   14 +-
 Solver/eigenSolver.cpp                             |    2 +-
 Solver/eigenSolver.h                               |    2 +-
 Solver/elasticitySolver.cpp                        |    2 +-
 Solver/elasticitySolver.h                          |    2 +-
 Solver/elasticityTerm.cpp                          |    2 +-
 Solver/elasticityTerm.h                            |    2 +-
 Solver/femTerm.h                                   |    2 +-
 Solver/filters.cpp                                 |    2 +-
 Solver/filters.h                                   |    2 +-
 Solver/frameSolver.h                               |    2 +-
 Solver/functionSpace.cpp                           |    2 +-
 Solver/functionSpace.h                             |    2 +-
 Solver/groupOfElements.cpp                         |    2 +-
 Solver/groupOfElements.h                           |    2 +-
 Solver/helmholtzTerm.h                             |    2 +-
 Solver/laplaceTerm.h                               |    2 +-
 Solver/linearSystem.cpp                            |   12 +-
 Solver/linearSystem.h                              |    3 +-
 Solver/linearSystemCSR.cpp                         |    2 +-
 Solver/linearSystemCSR.h                           |    2 +-
 Solver/linearSystemFull.h                          |    2 +-
 Solver/linearSystemGMM.h                           |    6 +-
 Solver/linearSystemMUMPS.cpp                       |  253 +
 Solver/linearSystemMUMPS.h                         |   92 +
 Solver/linearSystemPETSc.cpp                       |    4 +-
 Solver/linearSystemPETSc.h                         |    2 +-
 Solver/linearSystemPETSc.hpp                       |    2 +-
 Solver/materialLaw.h                               |    2 +-
 Solver/multiscaleLaplace.cpp                       |    2 +-
 Solver/multiscaleLaplace.h                         |    2 +-
 Solver/orthogonalTerm.h                            |    2 +-
 Solver/quadratureRules.h                           |    2 +-
 Solver/solverAlgorithms.h                          |    2 +-
 Solver/solverField.h                               |    2 +-
 Solver/sparsityPattern.cpp                         |    2 +-
 Solver/sparsityPattern.h                           |    2 +-
 Solver/terms.cpp                                   |    2 +-
 Solver/terms.h                                     |    2 +-
 Solver/terms.hpp                                   |    2 +-
 contrib/ANN/CMakeLists.txt                         |    2 +-
 contrib/ANN/License.txt                            |    2 +-
 contrib/Chaco/CMakeLists.txt                       |    2 +-
 contrib/DiscreteIntegration/CMakeLists.txt         |    2 +-
 contrib/HighOrderMeshOptimizer/CMakeLists.txt      |    2 +-
 contrib/HighOrderMeshOptimizer/OptHOM.cpp          |   53 +-
 contrib/HighOrderMeshOptimizer/OptHOM.h            |    3 +-
 .../HighOrderMeshOptimizer/OptHomFastCurving.cpp   |  159 +-
 contrib/HighOrderMeshOptimizer/OptHomMesh.cpp      |  126 +-
 contrib/HighOrderMeshOptimizer/OptHomMesh.h        |   14 +-
 contrib/HighOrderMeshOptimizer/OptHomRun.cpp       |  203 +-
 contrib/HighOrderMeshOptimizer/OptHomRun.h         |    7 +-
 contrib/HighOrderMeshOptimizer/ParamCoord.cpp      |  175 +-
 contrib/HighOrderMeshOptimizer/ParamCoord.h        |  102 +-
 contrib/HighOrderMeshOptimizer/SuperEl.cpp         |   47 +-
 contrib/HighOrderMeshOptimizer/SuperEl.h           |    8 +-
 contrib/MathEx/CMakeLists.txt                      |    2 +-
 contrib/MathEx/lesser.txt                          |    4 +-
 contrib/Metis/CMakeLists.txt                       |    2 +-
 contrib/Netgen/CMakeLists.txt                      |    2 +-
 contrib/Netgen/LICENSE                             |    4 +-
 contrib/Netgen/libsrc/occ/occgeom.cpp              |    2 +-
 contrib/Salome/CMakeLists.txt                      |    2 +-
 contrib/Salome/Partition_Inter2d.hxx               |    2 +-
 contrib/Salome/Partition_Inter2d.ixx               |    2 +-
 contrib/Salome/Partition_Inter2d.jxx               |    2 +-
 contrib/Salome/Partition_Inter3d.hxx               |    2 +-
 contrib/Salome/Partition_Inter3d.ixx               |    2 +-
 contrib/Salome/Partition_Inter3d.jxx               |    2 +-
 contrib/Salome/Partition_Loop.hxx                  |    2 +-
 contrib/Salome/Partition_Loop.ixx                  |    2 +-
 contrib/Salome/Partition_Loop.jxx                  |    2 +-
 contrib/Salome/Partition_Spliter.ixx               |    2 +-
 contrib/Salome/Partition_Spliter.jxx               |    2 +-
 contrib/Tetgen1.4/CMakeLists.txt                   |    2 +-
 contrib/Tetgen1.5/CMakeLists.txt                   |    2 +-
 contrib/bamg/CMakeLists.txt                        |    2 +-
 contrib/blossom/CMakeLists.txt                     |    2 +-
 contrib/gmm/gmm.h                                  |    2 +-
 contrib/kbipack/CMakeLists.txt                     |    2 +-
 contrib/kbipack/LICENSE                            |    4 +-
 contrib/kbipack/README                             |    2 +-
 contrib/kbipack/compute_normal_form.cpp            |    2 +-
 contrib/kbipack/gmp_blas.cpp                       |    2 +-
 contrib/kbipack/gmp_blas.h                         |    2 +-
 contrib/kbipack/gmp_matrix.cpp                     |    2 +-
 contrib/kbipack/gmp_matrix.h                       |    2 +-
 contrib/kbipack/gmp_matrix_io.cpp                  |    2 +-
 contrib/kbipack/gmp_matrix_io.h                    |    2 +-
 contrib/kbipack/gmp_normal_form.cpp                |    2 +-
 contrib/kbipack/gmp_normal_form.h                  |    2 +-
 contrib/kbipack/kbihnf.m                           |    2 +-
 contrib/kbipack/kbisnf.m                           |    2 +-
 contrib/mmg3d/CMakeLists.txt                       |    2 +-
 contrib/mobile/Android/AndroidManifest.xml         |   10 +-
 contrib/mobile/Android/res/raw/models.zip          |  Bin 3480515 -> 3480741 bytes
 .../Android/src/org/geuz/onelab/MainActivity.java  |   17 +-
 .../src/org/geuz/onelab/OptionsActivity.java       |    2 +-
 .../src/org/geuz/onelab/OptionsFragment.java       |    4 +-
 contrib/mobile/CMakeLists.txt                      |   48 +-
 contrib/mobile/Trackball.cpp                       |    2 +-
 contrib/mobile/drawContext.cpp                     |   37 +-
 contrib/mobile/drawGeom.cpp                        |    7 +-
 .../mobile/iOS/Onelab.xcodeproj/project.pbxproj    |   96 +-
 contrib/mobile/iOS/Onelab/ModelViewController.mm   |    2 +-
 contrib/mobile/iOS/Onelab/Onelab-Info.plist        |   52 +-
 contrib/mobile/iOS/Onelab/OptionsViewController.mm |    1 -
 contrib/mobile/iOS/Onelab/Parameter.h              |   12 +-
 contrib/mobile/iOS/Onelab/Parameter.mm             |  131 +-
 .../mobile/iOS/Onelab/ParametersViewController.h   |    2 +-
 .../mobile/iOS/Onelab/ParametersViewController.mm  |    8 +-
 .../iOS/Onelab/PostProcessingViewController.h      |    3 +
 .../iOS/Onelab/en.lproj/iPadStoryboard.storyboard  |   72 +-
 .../en.lproj/iPhoneiPodStoryboard.storyboard       |   34 +-
 .../iOS/Onelab/files/magnet/Magnetostatics.pro     |   34 +-
 contrib/mobile/iOS/Onelab/files/magnet/infos.xml   |   14 +-
 contrib/mobile/iOS/Onelab/files/magnet/magnet.geo  |   15 +-
 contrib/mobile/iOS/Onelab/files/magnet/magnet.pro  |   12 +-
 .../mobile/iOS/Onelab/files/magnet/magnet_data.pro |    6 +-
 contrib/mobile/iOS/Onelab/files/pmsm/BH.pro        |   72 +-
 contrib/mobile/iOS/Onelab/files/pmsm/infos.xml     |   15 +-
 .../iOS/Onelab/files/pmsm/machine_magstadyn_a.pro  | 1043 +--
 contrib/mobile/iOS/Onelab/files/pmsm/pmsm.geo      |   17 +-
 contrib/mobile/iOS/Onelab/files/pmsm/pmsm.pro      |  126 +-
 .../iOS/Onelab/files/pmsm/pmsm_8p_circuit.pro      |    9 +-
 contrib/mobile/iOS/Onelab/files/pmsm/pmsm_data.geo |   60 +-
 .../mobile/iOS/Onelab/files/pmsm/pmsm_rotor.geo    |   19 +-
 .../mobile/iOS/Onelab/files/pmsm/pmsm_stator.geo   |    8 +-
 contrib/mobile/iOS/ic_launcher.png                 |  Bin 3687 -> 0 bytes
 contrib/mobile/iOS/ic_launcher_retina.png          |  Bin 9362 -> 0 bytes
 contrib/mobile/utils/make_icon_ios.sh              |    9 +
 contrib/mobile/utils/onelab_android.sh             |    2 -
 contrib/mpeg_encode/CMakeLists.txt                 |    2 +-
 contrib/onelab/CMakeLists.txt                      |    2 +-
 contrib/onelab/OnelabMessage.cpp                   |    2 +-
 contrib/onelab/OnelabParser.cpp                    |    2 +-
 contrib/onelab/myOS.cpp                            |    2 +-
 contrib/onelab/myOS.h                              |    2 +-
 contrib/onelab/python/coin.geo                     |    5 +-
 contrib/onelab/python/onelab.py                    |  158 +-
 debian/patches/alauzet.patch                       |    4 +-
 debian/patches/change_shared_library_name.patch    |    4 +-
 debian/patches/delete_gl2ps_from_source.patch      |    2 +-
 debian/patches/fix_FTBFS_linking.patch             |    2 +-
 debian/patches/fix_libdir.patch                    |    4 +-
 debian/patches/fix_onelab_issue.patch              |   16 -
 debian/patches/fix_script_header.patch             |    8 +-
 debian/patches/series                              |    1 -
 debian/patches/skip_license_file.patch             |    4 +-
 .../patches/switch_from_opencascade_to_oce.patch   |    6 +-
 demos/cube.geo                                     |    8 +-
 demos/indheat.geo                                  |   22 +-
 doc/CREDITS.txt                                    |    2 +-
 doc/VERSIONS.txt                                   |    4 +
 doc/gmsh.html                                      |   74 +-
 doc/texinfo/commandline.texi                       |    8 +-
 doc/texinfo/gmsh.texi                              |   49 +-
 doc/texinfo/opt_fields.texi                        |   14 +-
 doc/texinfo/opt_mesh.texi                          |   10 +
 doc/texinfo/opt_plugin.texi                        |   21 +
 doc/texinfo/opt_post.texi                          |    5 +
 doc/texinfo/opt_print.texi                         |    4 +-
 doc/texinfo/opt_solver.texi                        |    7 +-
 doc/texinfo/opt_view.texi                          |    2 +-
 tutorial/t13.geo                                   |   17 +-
 tutorial/t3.geo                                    |    2 +-
 utils/api_demos/mainHomology.cpp                   |    2 +-
 utils/api_demos/simpleBeam.geo                     |   12 +-
 utils/icons/apple-touch-icon.png                   |  Bin 0 -> 4921 bytes
 utils/misc/package_gmsh_getdp.sh                   |    4 +-
 utils/misc/update_copyright.sh                     |    4 +-
 utils/solvers/c++/GmshSocket.h                     |    2 +-
 utils/solvers/c++/onelab.h                         |   83 +-
 utils/solvers/c++/pend.cpp                         |   27 +-
 utils/solvers/python/pend.py                       |   68 +-
 wrappers/gmshpy/CMakeLists.txt                     |    2 +-
 wrappers/gmshpy/gmshCommon.i                       |    3 +-
 wrappers/gmshpy/gmshGeo.i                          |    1 +
 wrappers/gmshpy/gmshMesh.i                         |    1 +
 wrappers/gmshpy/gmshNumeric.i                      |    1 +
 wrappers/gmshpy/gmshPost.i                         |    1 +
 wrappers/gmshpy/gmshSolver.i                       |    1 +
 wrappers/gmshpy/gmshtypemaps.i                     |  181 +
 804 files changed, 14006 insertions(+), 9356 deletions(-)
 create mode 100644 Mesh/filterElements.cpp
 create mode 100644 Mesh/filterElements.h
 create mode 100644 Plugin/FaultZone.cpp
 create mode 100644 Plugin/FaultZone.h
 create mode 100644 Solver/linearSystemMUMPS.cpp
 create mode 100644 Solver/linearSystemMUMPS.h
 delete mode 100644 contrib/mobile/iOS/ic_launcher.png
 delete mode 100644 contrib/mobile/iOS/ic_launcher_retina.png
 create mode 100755 contrib/mobile/utils/make_icon_ios.sh
 delete mode 100644 debian/patches/fix_onelab_issue.patch
 create mode 100644 utils/icons/apple-touch-icon.png
 create mode 100644 wrappers/gmshpy/gmshtypemaps.i

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