[gmsh] 01/03: Merge tag 'upstream/2.15.0+dfsg1'

Anton Gladky gladk at moszumanska.debian.org
Fri Dec 9 19:52:18 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 e583f947855667c566fb74aff69531678b7f8866
Merge: 1299b6e 19d1241
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Dec 9 20:42:13 2016 +0100

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

 CMakeLists.txt                                     |    19 +-
 Common/CommandLine.cpp                             |     5 +-
 Common/Context.cpp                                 |     4 +-
 Common/Context.h                                   |    16 +-
 Common/DefaultOptions.h                            |    14 +-
 Common/GmshMessage.cpp                             |    26 +-
 Common/GmshMessage.h                               |     4 +
 Common/OS.cpp                                      |     4 +-
 Common/Options.cpp                                 |    33 +-
 Common/Options.h                                   |     2 +-
 Common/VertexArray.cpp                             |     4 +
 Fltk/FlGui.cpp                                     |     5 -
 Fltk/fieldWindow.cpp                               |    30 +
 Fltk/optionWindow.cpp                              |    46 +-
 Geo/GEdgeCompound.cpp                              |    10 +-
 Geo/GFaceCompound.cpp                              |     1 +
 Geo/GModel.cpp                                     |    31 +-
 Geo/GModel.h                                       |     5 +-
 Geo/GModelCreateTopologyFromMesh.cpp               |    36 +-
 Geo/GModelIO_MED.cpp                               |    10 +-
 Geo/GModelIO_MSH.cpp                               |    11 +-
 Geo/GModelIO_MSH2.cpp                              |     6 +-
 Geo/Geo.cpp                                        |     6 +-
 Geo/MElement.cpp                                   |     3 +-
 Geo/MFace.cpp                                      |    81 +-
 Geo/MHexahedron.cpp                                |    23 +
 Geo/MHexahedron.h                                  |    12 +-
 Geo/MPrism.cpp                                     |    15 +
 Geo/MPrism.h                                       |    10 +-
 Geo/MQuadrangle.cpp                                |    36 +-
 Geo/MQuadrangle.h                                  |    10 +-
 Geo/MTetrahedron.cpp                               |    35 +-
 Geo/MTetrahedron.h                                 |    11 +-
 Geo/MTriangle.cpp                                  |    55 +-
 Geo/MTriangle.h                                    |     6 +-
 Geo/OCCFace.cpp                                    |     2 +-
 Geo/SPoint3.h                                      |     7 +-
 Geo/SVector3.h                                     |    19 +-
 Geo/boundaryLayersData.cpp                         |   835 +-
 Geo/boundaryLayersData.h                           |    62 +-
 Geo/discreteDiskFace.cpp                           |   432 +-
 Geo/discreteDiskFace.h                             |     9 +-
 Geo/discreteEdge.cpp                               |    15 +-
 Geo/discreteFace.cpp                               |    33 +-
 Graphics/drawContext.cpp                           |    15 +-
 Graphics/drawGeom.cpp                              |    38 +-
 Graphics/drawMesh.cpp                              |    23 +-
 Graphics/drawPost.cpp                              |    11 +-
 Mesh/BackgroundMeshTools.cpp                       |    16 +-
 Mesh/Field.cpp                                     |   150 +-
 Mesh/Field.h                                       |    62 +-
 Mesh/Generator.h                                   |     2 +-
 Mesh/HighOrder.cpp                                 |    13 +-
 Mesh/filterElements.cpp                            |   293 +-
 Mesh/filterElements.h                              |    13 +-
 Mesh/meshDiscreteRegion.cpp                        |    74 +-
 Mesh/meshGEdge.cpp                                 |   102 +-
 Mesh/meshGFace.cpp                                 |    39 +-
 Mesh/meshGFaceDelaunayInsertion.cpp                |    70 +-
 Mesh/meshGFaceOptimize.cpp                         |    34 +
 Mesh/meshGRegion.cpp                               |    28 +-
 Mesh/meshGRegionBoundaryRecovery.cpp               |     4 +-
 Mesh/meshGRegionRelocateVertex.cpp                 |     2 +
 Mesh/meshRefine.cpp                                |     6 +-
 Mesh/mwis.hpp                                      |  1034 ++
 Mesh/search.hpp                                    |   338 +
 Mesh/yamakawa.cpp                                  | 12269 ++++++++-----------
 Mesh/yamakawa.h                                    |   967 +-
 Numeric/Numeric.cpp                                |    20 +-
 Numeric/Numeric.h                                  |     1 +
 Parser/Gmsh.l                                      |     2 +
 Parser/Gmsh.tab.cpp                                |  8601 ++++++-------
 Parser/Gmsh.tab.hpp                                |   574 +-
 Parser/Gmsh.y                                      |    63 +-
 Parser/Gmsh.yy.cpp                                 |  1239 +-
 Solver/functionSpace.h                             |     3 +-
 Solver/linearSystem.h                              |     2 +-
 Solver/linearSystemCSR.cpp                         |    11 +-
 Solver/linearSystemCSR.h                           |    13 +-
 Solver/linearSystemFull.h                          |     2 +-
 Solver/linearSystemGMM.h                           |     4 +-
 Solver/linearSystemMUMPS.cpp                       |    18 +-
 Solver/linearSystemMUMPS.h                         |     4 +-
 Solver/linearSystemPETSc.cpp                       |     2 +-
 Solver/linearSystemPETSc.h                         |     4 +-
 Solver/linearSystemPETSc.hpp                       |     2 +-
 .../HighOrderMeshOptimizer/OptHomFastCurving.cpp   |    19 +-
 contrib/mobile/Android/AndroidManifest.xml         |     4 +-
 contrib/mobile/drawContext.cpp                     |   316 +-
 contrib/mobile/drawContext.h                       |     9 +
 contrib/mobile/iOS/Onelab/ModelViewController.mm   |    12 +-
 contrib/mobile/iOS/Onelab/Onelab-Info.plist        |     4 +-
 contrib/mobile/iOS/Onelab/OptionsViewController.mm |    81 +-
 .../mobile/iOS/Onelab/ParametersViewController.mm  |   135 +-
 contrib/mobile/utils/android_build.sh              |     2 +-
 contrib/mobile/utils/ios_build.sh                  |     2 +-
 contrib/mobile/utils/iossimulator_build.sh         |     2 +-
 doc/VERSIONS.txt                                   |     5 +
 doc/gmsh.html                                      |    14 +-
 doc/texinfo/gmsh.texi                              |    27 +-
 doc/texinfo/opt_fields.texi                        |    20 +-
 doc/texinfo/opt_general.texi                       |     5 +
 doc/texinfo/opt_geometry.texi                      |     2 +-
 doc/texinfo/opt_mesh.texi                          |    11 +-
 doc/texinfo/opt_view.texi                          |     2 +-
 doc/texinfo/shortcuts.texi                         |     2 -
 tutorial/t1.geo                                    |     8 +-
 tutorial/t13.geo                                   |     2 +-
 tutorial/t15.geo                                   |     6 +-
 tutorial/t2.geo                                    |     2 +-
 tutorial/t3.geo                                    |     2 +-
 tutorial/t6.geo                                    |     6 +-
 users.txt                                          |    93 -
 utils/svn-commit.tmp                               |     4 -
 114 files changed, 14499 insertions(+), 14505 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