[gmsh] 02/03: Merge tag 'upstream/2.14.1+dfsg1'

Anton Gladky gladk at moszumanska.debian.org
Sat Nov 5 06:24:49 UTC 2016


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

gladk pushed a commit to branch master
in repository gmsh.

commit f728e141b11d1899189da3a608a0384e1a7e35a9
Merge: 4da51dc 6a5fb12
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Nov 5 07:17:59 2016 +0100

    Merge tag 'upstream/2.14.1+dfsg1'
    
    Upstream version 2.14.1+dfsg1

 CMakeLists.txt                                     |    4 +-
 Common/Gmsh.cpp                                    |    2 +-
 Common/GmshMessage.cpp                             |  137 +-
 Common/GmshMessage.h                               |   56 +-
 Common/OpenFile.cpp                                |    2 +-
 Common/gmshPopplerWrapper.cpp                      |   28 +-
 Common/gmshPopplerWrapper.h                        |   48 +-
 Fltk/FlGui.cpp                                     |   22 +-
 Fltk/FlGui.h                                       |    9 +-
 Geo/CMakeLists.txt                                 |    1 +
 Geo/GEdge.h                                        |    2 +
 Geo/GFace.h                                        |    1 +
 Geo/GModel.cpp                                     |   45 +-
 Geo/GModel.h                                       |    8 +-
 Geo/GModelCreateTopologyFromMesh.cpp               |  662 ++
 Geo/GModelCreateTopologyFromMesh.h                 |   12 +
 Geo/GModelIO_GEO.cpp                               |    1 -
 Geo/GModelIO_MESH.cpp                              |    1 +
 Geo/GModelIO_MSH.cpp                               |   12 +-
 Geo/GModelIO_MSH2.cpp                              |    8 +-
 Geo/GModelIO_OCC.cpp                               |    1 +
 Geo/GModelIO_STL.cpp                               |    3 +
 Geo/Geo.cpp                                        |   61 +
 Geo/MEdge.cpp                                      |    2 +-
 Geo/MElement.cpp                                   |  102 +-
 Geo/MElement.h                                     |   13 +-
 Geo/MFace.cpp                                      |   27 +-
 Geo/MHexahedron.h                                  |    2 +-
 Geo/MLine.h                                        |    2 +-
 Geo/MPoint.h                                       |    2 +-
 Geo/MPrism.h                                       |    2 +-
 Geo/MPyramid.h                                     |    2 +-
 Geo/MQuadrangle.h                                  |    2 +-
 Geo/MTetrahedron.h                                 |    2 +-
 Geo/MTriangle.cpp                                  |    2 -
 Geo/MTriangle.h                                    |    2 +-
 Geo/MTrihedron.h                                   |    2 +-
 Geo/MVertex.cpp                                    |    5 +
 Geo/MVertex.h                                      |    3 +-
 Geo/OCCFace.cpp                                    |    2 -
 Geo/OCCRegion.cpp                                  |   14 +-
 Geo/boundaryLayersData.cpp                         |    9 +-
 Mesh/Field.cpp                                     |    5 +
 Mesh/Generator.cpp                                 |    1 +
 Mesh/HighOrder.cpp                                 |   20 +-
 Mesh/directions3D.h                                |    4 +-
 Mesh/meshGEdge.cpp                                 |   48 +-
 Mesh/meshGFace.cpp                                 |   30 +-
 Mesh/meshGFaceBDS.cpp                              |    4 +-
 Mesh/meshGFaceRecombine.cpp                        |    7 +
 Mesh/meshGRegionBoundaryRecovery.cpp               |    3 +
 Mesh/meshRefine.cpp                                |    3 +
 Mesh/qualityMeasuresJacobian.cpp                   |  917 --
 Mesh/qualityMeasuresJacobian.h                     |   77 -
 Mesh/yamakawa.cpp                                  |   12 +-
 Numeric/BasisFactory.cpp                           |   19 -
 Numeric/BasisFactory.h                             |    5 -
 Numeric/CMakeLists.txt                             |    1 -
 Numeric/MetricBasis.cpp                            | 2160 -----
 Numeric/MetricBasis.h                              |  200 -
 Numeric/bezierBasis.h                              |    1 -
 Numeric/simpleFunctionPython.h                     |    2 +-
 Parser/Gmsh.l                                      |    1 +
 Parser/Gmsh.tab.cpp                                | 9173 ++++++++++----------
 Parser/Gmsh.tab.hpp                                |  138 +-
 Parser/Gmsh.y                                      |   32 +-
 Parser/Gmsh.yy.cpp                                 | 1277 +--
 Plugin/AnalyseCurvedMesh.cpp                       |    1 -
 Plugin/Plugin.h                                    |    2 +
 Post/PView.cpp                                     |   10 +
 Post/PView.h                                       |    6 +-
 Post/PViewData.cpp                                 |    6 +
 Post/PViewData.h                                   |    2 +-
 Post/adaptiveData.cpp                              |   16 +-
 Post/adaptiveData.h                                |    3 +-
 .../HighOrderMeshOptimizer/OptHomPeriodicity.cpp   |    2 +-
 contrib/HighOrderMeshOptimizer/OptHomRun.cpp       |   18 +-
 contrib/MeshOptimizer/MeshOpt.cpp                  |    1 -
 contrib/MeshOptimizer/MeshOpt.h                    |    3 +
 contrib/MeshOptimizer/MeshOptCommon.h              |    3 +-
 contrib/mobile/Android/AndroidManifest.xml         |    4 +-
 .../Android/src/org/geuz/onelab/AboutActivity.java |    1 +
 contrib/mobile/iOS/Onelab/AboutViewController.mm   |   19 +-
 contrib/mobile/iOS/Onelab/ModelListController.mm   |    2 +-
 contrib/mobile/iOS/Onelab/Onelab-Info.plist        |    4 +-
 contrib/mobile/iOS/Onelab/Parameter.mm             |   81 +-
 contrib/mobile/utils/android_build.sh              |    5 +-
 contrib/mobile/utils/ios_build.sh                  |    5 +-
 contrib/mobile/utils/iossimulator_build.sh         |    5 +-
 contrib/mobile/utils/merge_static_libs.sh          |   20 +
 .../mobile/utils/petsc_reconfigure_android_real.py |    6 +-
 contrib/mobile/utils/petsc_reconfigure_ios_real.py |    5 +-
 .../utils/petsc_reconfigure_iossimulator_real.py   |    7 +-
 contrib/onelab/OnelabMessage.cpp                   |    9 +-
 demos/hex.geo                                      |   57 +-
 doc/VERSIONS.txt                                   |    3 +
 doc/gmsh.html                                      |   14 +-
 doc/texinfo/gmsh.texi                              |    3 +
 users.txt                                          |   93 +
 99 files changed, 6875 insertions(+), 9004 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