[gmsh] branch master updated (1299b6e -> a8a30d2)

Anton Gladky gladk at moszumanska.debian.org
Fri Dec 9 19:52:17 UTC 2016


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

gladk pushed a change to branch master
in repository gmsh.

      from  1299b6e   Update changelog.
      adds  19d1241   New upstream version 2.15.0+dfsg1
       new  e583f94   Merge tag 'upstream/2.15.0+dfsg1'
       new  ed8febe   Refresh patches.
       new  a8a30d2   Update changelog.

The 3 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                                     |    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 +-
 debian/changelog                                   |     7 +
 debian/patches/10_change_shared_library_name.patch |    16 +-
 debian/patches/110_fix_cmake_hdf5.patch            |     6 +-
 debian/patches/120_relax_python_vers.patch         |     6 +-
 debian/patches/20_skip_license_file.patch          |    10 +-
 debian/patches/30_delete_gl2ps_from_source.patch   |    14 +-
 .../40_switch_from_opencascade_to_oce.patch        |     6 +-
 debian/patches/60_fix_gmshpy_import.patch          |     6 +-
 debian/patches/70_fix_libdir.patch                 |    16 +-
 debian/patches/80_fix_script_header.patch          |     6 +-
 .../patches/90_fix_java_wrapper_compilation.patch  |     6 +-
 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 -
 125 files changed, 14552 insertions(+), 14551 deletions(-)
 create mode 100644 Mesh/mwis.hpp
 create mode 100644 Mesh/search.hpp
 delete mode 100644 users.txt
 delete mode 100644 utils/svn-commit.tmp

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