[getdp] 07/08: Merge tag 'upstream/2.9.2+dfsg1'

Anton Gladky gladk at moszumanska.debian.org
Mon Aug 22 19:05:16 UTC 2016


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

gladk pushed a commit to branch master
in repository getdp.

commit e603137ec4c317b88253026350f8cc0cefcd4563
Merge: cf50fad 59e3934
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Aug 22 21:03:28 2016 +0200

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

 CMakeLists.txt                                     |    89 +-
 CTestConfig.cmake                                  |     4 +-
 Common/CMakeLists.txt                              |     4 +-
 Common/GetDPConfig.h.in                            |     9 +-
 Common/GetDPVersion.h.in                           |     4 +-
 Common/GmshSocket.h                                |    24 +-
 Common/ListUtils.cpp                               |    35 +-
 Common/ListUtils.h                                 |     4 +-
 Common/MallocUtils.cpp                             |     4 +-
 Common/MallocUtils.h                               |     4 +-
 Common/Message.cpp                                 |   391 +-
 Common/Message.h                                   |    37 +-
 Common/OS.cpp                                      |    52 +-
 Common/OS.h                                        |     8 +-
 Common/TreeUtils.cpp                               |     4 +-
 Common/TreeUtils.h                                 |     4 +-
 Common/avl.cpp                                     |     4 +-
 Common/avl.h                                       |     4 +-
 Common/onelab.h                                    |   865 +-
 Interface/CMakeLists.txt                           |     4 +-
 Interface/MacroManager.cpp                         |     2 +-
 Interface/MacroManager.h                           |     2 +-
 Interface/ProData.cpp                              |    76 +-
 Interface/ProData.h                                |    86 +-
 Interface/ProDefine.cpp                            |     4 +-
 Interface/ProDefine.h                              |     4 +-
 Interface/ProDefines.h                             |    63 +-
 Interface/ProParser.h                              |    12 +-
 Interface/ProParser.l                              |    47 +-
 Interface/ProParser.tab.cpp                        | 17146 +++++++++++--------
 Interface/ProParser.tab.hpp                        |   693 +-
 Interface/ProParser.y                              |  2298 ++-
 Interface/ProParser.yy.cpp                         |  4214 ++---
 {Legacy => Kernel}/BF.h                            |     4 +-
 {Legacy => Kernel}/BF_Edge.cpp                     |     4 +-
 {Legacy => Kernel}/BF_Edge_2.cpp                   |     4 +-
 {Legacy => Kernel}/BF_Edge_3.cpp                   |    30 +-
 {Legacy => Kernel}/BF_Edge_4.cpp                   |     4 +-
 {Legacy => Kernel}/BF_Facet.cpp                    |     4 +-
 {Legacy => Kernel}/BF_GroupOfEntities.cpp          |     4 +-
 {Legacy => Kernel}/BF_Node.cpp                     |     4 +-
 {Legacy => Kernel}/BF_NodeXYZ.cpp                  |     4 +-
 {Legacy => Kernel}/BF_Node_2.cpp                   |     4 +-
 {Legacy => Kernel}/BF_Node_3.cpp                   |     4 +-
 {Legacy => Kernel}/BF_Perpendicular.cpp            |     4 +-
 {Legacy => Kernel}/BF_Region.cpp                   |     4 +-
 {Legacy => Kernel}/BF_Volume.cpp                   |     4 +-
 {Legacy => Kernel}/CMakeLists.txt                  |     9 +-
 {Legacy => Kernel}/Cal_AnalyticIntegration.cpp     |     4 +-
 {Legacy => Kernel}/Cal_AnalyticIntegration.h       |     4 +-
 {Legacy => Kernel}/Cal_AssembleTerm.cpp            |   126 +-
 {Legacy => Kernel}/Cal_AssembleTerm.h              |     4 +-
 .../Cal_GalerkinTermOfFemEquation.cpp              |    15 +-
 {Legacy => Kernel}/Cal_GalerkinTermOfFemEquation.h |     4 +-
 {Legacy => Kernel}/Cal_GlobalTermOfFemEquation.cpp |     4 +-
 {Legacy => Kernel}/Cal_GlobalTermOfFemEquation.h   |     4 +-
 {Legacy => Kernel}/Cal_IntegralQuantity.cpp        |     4 +-
 {Legacy => Kernel}/Cal_IntegralQuantity.h          |     4 +-
 {Legacy => Kernel}/Cal_PostQuantity.cpp            |     4 +-
 {Legacy => Kernel}/Cal_PostQuantity.h              |     4 +-
 {Legacy => Kernel}/Cal_Quantity.cpp                |    58 +-
 {Legacy => Kernel}/Cal_Quantity.h                  |     6 +-
 {Legacy => Kernel}/Cal_SolutionErrorRatio.cpp      |    20 +-
 {Legacy => Kernel}/Cal_Value.cpp                   |   435 +-
 {Legacy => Kernel}/Cal_Value.h                     |    16 +-
 {Legacy => Kernel}/DofData.cpp                     |   215 +-
 {Legacy => Kernel}/DofData.h                       |     9 +-
 {Legacy => Kernel}/EigenSolve.cpp                  |     9 +-
 {Legacy => Kernel}/EigenSolve.h                    |     4 +-
 {Legacy => Kernel}/EigenSolve_ARPACK.cpp           |     8 +-
 {Legacy => Kernel}/EigenSolve_SLEPC.cpp            |    35 +-
 {Legacy => Kernel}/ExtendedGroup.cpp               |   561 +-
 {Legacy => Kernel}/ExtendedGroup.h                 |    10 +-
 {Legacy => Kernel}/F.h                             |    77 +-
 {Legacy => Kernel}/F_Analytic.cpp                  |     4 +-
 {Legacy => Kernel}/F_BiotSavart.cpp                |     4 +-
 {Legacy => Kernel}/F_Coord.cpp                     |     4 +-
 {Legacy => Kernel}/F_DiffGeom.cpp                  |     4 +-
 {Legacy => Kernel}/F_ExtMath.cpp                   |    67 +-
 {Legacy => Kernel}/F_Geometry.cpp                  |    46 +-
 {Legacy => Kernel}/F_Gmsh.cpp                      |     4 +-
 Kernel/F_Hysteresis.cpp                            |  2877 ++++
 {Legacy => Kernel}/F_Interpolation.cpp             |   145 +-
 {Legacy => Kernel}/F_Math.cpp                      |    40 +-
 {Legacy => Kernel}/F_Misc.cpp                      |    14 +-
 {Legacy => Kernel}/F_MultiHar.cpp                  |    31 +-
 {Legacy => Kernel}/F_Octave.cpp                    |     4 +-
 {Legacy => Kernel}/F_Python.cpp                    |     4 +-
 {Legacy => Kernel}/F_Raytracing.cpp                |     4 +-
 {Legacy => Kernel}/GF.h                            |     4 +-
 {Legacy => Kernel}/GF_Helmholtz.cpp                |     4 +-
 {Legacy => Kernel}/GF_HelmholtzxForm.cpp           |     4 +-
 {Legacy => Kernel}/GF_Laplace.cpp                  |     4 +-
 {Legacy => Kernel}/GF_LaplacexForm.cpp             |     4 +-
 {Legacy => Kernel}/Gauss.h                         |     4 +-
 {Legacy => Kernel}/Gauss_Hexahedron.cpp            |     4 +-
 {Legacy => Kernel}/Gauss_Hexahedron.h              |     4 +-
 {Legacy => Kernel}/Gauss_Line.cpp                  |     4 +-
 {Legacy => Kernel}/Gauss_Line.h                    |     4 +-
 {Legacy => Kernel}/Gauss_Point.cpp                 |     4 +-
 {Legacy => Kernel}/Gauss_Prism.cpp                 |     4 +-
 {Legacy => Kernel}/Gauss_Prism.h                   |     4 +-
 {Legacy => Kernel}/Gauss_Pyramid.cpp               |     4 +-
 {Legacy => Kernel}/Gauss_Pyramid.h                 |     4 +-
 {Legacy => Kernel}/Gauss_Quadrangle.cpp            |     4 +-
 {Legacy => Kernel}/Gauss_Quadrangle.h              |     6 +-
 {Legacy => Kernel}/Gauss_Tetrahedron.cpp           |     4 +-
 {Legacy => Kernel}/Gauss_Tetrahedron.h             |     4 +-
 {Legacy => Kernel}/Gauss_Triangle.cpp              |     4 +-
 {Legacy => Kernel}/Gauss_Triangle.h                |     4 +-
 {Legacy => Kernel}/Generate_Network.cpp            |     4 +-
 {Legacy => Kernel}/Generate_Network.h              |     4 +-
 {Legacy => Kernel}/GeoData.cpp                     |     4 +-
 {Legacy => Kernel}/GeoData.h                       |     4 +-
 {Legacy => Kernel}/GeoEntity.cpp                   |     4 +-
 {Legacy => Kernel}/GeoEntity.h                     |     4 +-
 {Legacy => Kernel}/GeoNormal.cpp                   |     4 +-
 {Legacy => Kernel}/GeoTree.cpp                     |     4 +-
 Kernel/GetDP.h                                     |    22 +
 Kernel/GetDP.i                                     |    14 +
 {Legacy => Kernel}/Get_ConstraintOfElement.cpp     |    23 +-
 {Legacy => Kernel}/Get_ConstraintOfElement.h       |    10 +-
 {Legacy => Kernel}/Get_DofOfElement.cpp            |    11 +-
 {Legacy => Kernel}/Get_DofOfElement.h              |     4 +-
 {Legacy => Kernel}/Get_ElementSource.cpp           |     4 +-
 {Legacy => Kernel}/Get_ElementSource.h             |     4 +-
 {Legacy => Kernel}/Get_FunctionValue.cpp           |     4 +-
 {Legacy => Kernel}/Get_FunctionValue.h             |     4 +-
 {Legacy => Kernel}/Get_Geometry.cpp                |   974 +-
 {Legacy => Kernel}/Get_Geometry.h                  |     5 +-
 {Legacy => Kernel}/LinAlg.cpp                      |     4 +-
 {Legacy => Kernel}/LinAlg.h                        |     4 +-
 {Legacy => Kernel}/LinAlg_PETSC.cpp                |    47 +-
 {Legacy => Kernel}/LinAlg_SPARSKIT.cpp             |     6 +-
 Legacy/MainLegacy.cpp => Kernel/MainKernel.cpp     |   110 +-
 Kernel/MainKernel.h                                |    11 +
 {Legacy => Kernel}/MovingBand2D.cpp                |     8 +-
 {Legacy => Kernel}/MovingBand2D.h                  |     4 +-
 .../Operation_ChangeOfCoordinates.cpp              |     4 +-
 .../Operation_IterativeLinearSolver.cpp            |    13 +-
 {Legacy => Kernel}/Operation_IterativeLoopN.cpp    |     8 +-
 .../Operation_IterativeTimeReduction.cpp           |     4 +-
 {Legacy => Kernel}/Operation_PostOperation.cpp     |   574 +-
 {Legacy => Kernel}/Operation_TimeLoopAdaptive.cpp  |   103 +-
 {Legacy => Kernel}/Operation_Update.cpp            |     4 +-
 {Legacy => Kernel}/Pos_Element.cpp                 |     4 +-
 {Legacy => Kernel}/Pos_Element.h                   |     4 +-
 {Legacy => Kernel}/Pos_FemInterpolation.cpp        |     4 +-
 {Legacy => Kernel}/Pos_FemInterpolation.h          |     4 +-
 {Legacy => Kernel}/Pos_Format.cpp                  |    88 +-
 {Legacy => Kernel}/Pos_Format.h                    |    10 +-
 {Legacy => Kernel}/Pos_Formulation.cpp             |    62 +-
 {Legacy => Kernel}/Pos_Formulation.h               |     4 +-
 {Legacy => Kernel}/Pos_Iso.cpp                     |     4 +-
 {Legacy => Kernel}/Pos_Iso.h                       |     4 +-
 {Legacy => Kernel}/Pos_Print.cpp                   |    60 +-
 {Legacy => Kernel}/Pos_Print.h                     |     4 +-
 {Legacy => Kernel}/Pos_Search.cpp                  |     4 +-
 {Legacy => Kernel}/Pos_Search.h                    |     4 +-
 {Legacy => Kernel}/Pre_TermOfFemEquation.cpp       |    33 +-
 {Legacy => Kernel}/Pre_TermOfFemEquation.h         |     4 +-
 {Legacy => Kernel}/SolvingAnalyse.cpp              |    13 +-
 {Legacy => Kernel}/SolvingAnalyse.h                |     4 +-
 {Legacy => Kernel}/SolvingOperations.cpp           |   189 +-
 {Legacy => Kernel}/SolvingOperations.h             |     4 +-
 {Legacy => Kernel}/Treatment_Formulation.cpp       |     2 +-
 {Legacy => Kernel}/Treatment_Formulation.h         |     4 +-
 Legacy/F_Hysteresis.cpp                            |  1596 --
 Legacy/GetDP.h                                     |    14 -
 Legacy/MainLegacy.h                                |    11 -
 Legacy/Treatment_ConstraintByLocalProjection.cpp   |    99 -
 Main/Main.cpp                                      |    10 +-
 Numeric/Adapt.cpp                                  |     4 +-
 Numeric/Adapt.h                                    |     4 +-
 Numeric/Bessel.cpp                                 |     4 +-
 Numeric/Bessel.h                                   |     4 +-
 Numeric/CMakeLists.txt                             |     4 +-
 Numeric/Legendre.cpp                               |     4 +-
 Numeric/Legendre.h                                 |     4 +-
 Numeric/NumericUtils.cpp                           |     4 +-
 Numeric/NumericUtils.h                             |     4 +-
 README.txt                                         |     4 +-
 aaa                                                |   103 -
 contrib/Arpack/CMakeLists.txt                      |    24 -
 contrib/Arpack/cgetv0.f                            |   414 -
 contrib/Arpack/cmout.f                             |   250 -
 contrib/Arpack/cnaitr.f                            |   850 -
 contrib/Arpack/cnapps.f                            |   507 -
 contrib/Arpack/cnaup2.f                            |   801 -
 contrib/Arpack/cnaupd.f                            |   664 -
 contrib/Arpack/cneigh.f                            |   257 -
 contrib/Arpack/cneupd.f                            |   872 -
 contrib/Arpack/cngets.f                            |   178 -
 contrib/Arpack/csortc.f                            |   322 -
 contrib/Arpack/cstatn.f                            |    51 -
 contrib/Arpack/cvout.f                             |   240 -
 contrib/Arpack/debug.h                             |    16 -
 contrib/Arpack/dgetv0.f                            |   419 -
 contrib/Arpack/dlaqrb.f                            |   521 -
 contrib/Arpack/dmout.f                             |   167 -
 contrib/Arpack/dnaitr.f                            |   840 -
 contrib/Arpack/dnapps.f                            |   647 -
 contrib/Arpack/dnaup2.f                            |   835 -
 contrib/Arpack/dnaupd.f                            |   693 -
 contrib/Arpack/dnaupe.f                            |     0
 contrib/Arpack/dnconv.f                            |   146 -
 contrib/Arpack/dneigh.f                            |   314 -
 contrib/Arpack/dneupd.f                            |  1063 --
 contrib/Arpack/dngets.f                            |   231 -
 contrib/Arpack/dsaitr.f                            |   853 -
 contrib/Arpack/dsapps.f                            |   516 -
 contrib/Arpack/dsaup2.f                            |   850 -
 contrib/Arpack/dsaupd.f                            |   690 -
 contrib/Arpack/dsconv.f                            |   138 -
 contrib/Arpack/dseigt.f                            |   181 -
 contrib/Arpack/dsesrt.f                            |   217 -
 contrib/Arpack/dseupd.f                            |   857 -
 contrib/Arpack/dsgets.f                            |   219 -
 contrib/Arpack/dsortc.f                            |   344 -
 contrib/Arpack/dsortr.f                            |   218 -
 contrib/Arpack/dstatn.f                            |    61 -
 contrib/Arpack/dstats.f                            |    47 -
 contrib/Arpack/dstqrb.f                            |   594 -
 contrib/Arpack/dvout.f                             |   122 -
 contrib/Arpack/icnteq.f                            |    18 -
 contrib/Arpack/icopy.f                             |    77 -
 contrib/Arpack/iset.f                              |    16 -
 contrib/Arpack/iswap.f                             |    55 -
 contrib/Arpack/ivout.f                             |   120 -
 contrib/Arpack/second.f                            |    39 -
 contrib/Arpack/sgetv0.f                            |   419 -
 contrib/Arpack/slaqrb.f                            |   521 -
 contrib/Arpack/smout.f                             |   157 -
 contrib/Arpack/snaitr.f                            |   840 -
 contrib/Arpack/snapps.f                            |   647 -
 contrib/Arpack/snaup2.f                            |   835 -
 contrib/Arpack/snaupd.f                            |   693 -
 contrib/Arpack/snaupe.f                            |     0
 contrib/Arpack/snconv.f                            |   146 -
 contrib/Arpack/sneigh.f                            |   314 -
 contrib/Arpack/sneupd.f                            |  1063 --
 contrib/Arpack/sngets.f                            |   231 -
 contrib/Arpack/ssaitr.f                            |   853 -
 contrib/Arpack/ssapps.f                            |   516 -
 contrib/Arpack/ssaup2.f                            |   850 -
 contrib/Arpack/ssaupd.f                            |   690 -
 contrib/Arpack/ssconv.f                            |   138 -
 contrib/Arpack/sseigt.f                            |   181 -
 contrib/Arpack/ssesrt.f                            |   217 -
 contrib/Arpack/sseupd.f                            |   857 -
 contrib/Arpack/ssgets.f                            |   219 -
 contrib/Arpack/ssortc.f                            |   344 -
 contrib/Arpack/ssortr.f                            |   218 -
 contrib/Arpack/sstatn.f                            |    61 -
 contrib/Arpack/sstats.f                            |    47 -
 contrib/Arpack/sstqrb.f                            |   594 -
 contrib/Arpack/stat.h                              |    21 -
 contrib/Arpack/svout.f                             |   112 -
 contrib/Arpack/version.h                           |    30 -
 contrib/Arpack/zgetv0.f                            |   414 -
 contrib/Arpack/zmout.f                             |   250 -
 contrib/Arpack/znaitr.f                            |   850 -
 contrib/Arpack/znapps.f                            |   507 -
 contrib/Arpack/znaup2.f                            |   801 -
 contrib/Arpack/znaupd.f                            |   664 -
 contrib/Arpack/zneigh.f                            |   257 -
 contrib/Arpack/zneupd.f                            |   881 -
 contrib/Arpack/zngets.f                            |   178 -
 contrib/Arpack/zsortc.f                            |   322 -
 contrib/Arpack/zstatn.f                            |    51 -
 contrib/Arpack/zvout.f                             |   240 -
 contrib/Sparskit/CMakeLists.txt                    |     4 +-
 demos/BH.pro                                       |    52 -
 demos/Magnetostatics.pro                           |   252 -
 demos/magnet.geo                                   |    14 +-
 demos/magnet.msh                                   |  2452 +--
 demos/magnet.pro                                   |    27 +-
 demos/magnet_data.pro                              |     4 +-
 doc/CREDITS.txt                                    |     2 +-
 doc/VERSIONS.txt                                   |    16 +-
 doc/WELCOME.txt                                    |     4 +-
 doc/getdp.1                                        |     4 +-
 doc/getdp.bib                                      |     2 +-
 doc/getdp.html                                     |   107 +-
 doc/texinfo/cmake_options.texi                     |     4 +
 doc/texinfo/getdp.texi                             |   338 +-
 templates/Electrostatics.pro                       |   361 +
 templates/Magnetostatics.pro                       |   517 +
 templates/MaterialDatabase.pro                     |    95 +
 templates/MaterialMacros.pro                       |    78 +
 utils/misc/onelab_sync.sh                          |     4 +
 utils/misc/update_copyright.sh                     |    10 +-
 292 files changed, 23118 insertions(+), 51687 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getdp.git



More information about the debian-science-commits mailing list