[getdp] 01/20: Merge tag 'upstream/2.7.0'
Mattia Rizzolo
mattia at debian.org
Fri Feb 12 19:58:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository getdp.
commit b6fcfd57ff3c820d9df3391ff33a2d8d96bdb56c
Merge: 5c77090 d846f33
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Feb 12 16:02:38 2016 +0000
Merge tag 'upstream/2.7.0'
Upstream version 2.7.0
# gpg: Signature made Fri 12 Feb 2016 04:02:38 PM UTC using RSA key ID B9444540
# gpg: Good signature from "Mattia Rizzolo <mattia at mapreri.org>"
# gpg: aka "Mattia Rizzolo <mapreri at ubuntu.com>"
# gpg: aka "Mattia Rizzolo <mapreri at ubuntu-it.org>"
# gpg: aka "Mattia Rizzolo <mapreri at gmail.com>"
# gpg: aka "[jpeg image of size 4456]"
# gpg: aka "[jpeg image of size 4218]"
# gpg: aka "Mattia Rizzolo <mattia at debian.org>"
CMakeLists.txt | 1038 ++
CTestConfig.cmake | 16 +
Common/CMakeLists.txt | 15 +
Common/GetDPConfig.h.in | 36 +
Common/GetDPVersion.h.in | 20 +
Common/GmshSocket.h | 457 +
Common/ListUtils.cpp | 480 +
Common/ListUtils.h | 73 +
Common/MallocUtils.cpp | 50 +
Common/MallocUtils.h | 16 +
Common/Message.cpp | 1292 ++
Common/Message.h | 127 +
Common/OS.cpp | 405 +
Common/OS.h | 25 +
Common/TreeUtils.cpp | 140 +
Common/TreeUtils.h | 32 +
Common/avl.cpp | 422 +
Common/avl.h | 118 +
Common/onelab.h | 1661 ++
Interface/CMakeLists.txt | 15 +
Interface/MacroManager.cpp | 101 +
Interface/MacroManager.h | 32 +
Interface/ProData.cpp | 1989 +++
Interface/ProData.h | 1656 ++
Interface/ProDefine.cpp | 181 +
Interface/ProDefine.h | 123 +
Interface/ProDefines.h | 1175 ++
Interface/ProParser.h | 53 +
Interface/ProParser.l | 711 +
Interface/ProParser.tab.cpp | 16830 +++++++++++++++++++++
Interface/ProParser.tab.hpp | 417 +
Interface/ProParser.y | 8963 +++++++++++
Interface/ProParser.yy.cpp | 5184 +++++++
Legacy/BF.h | 299 +
Legacy/BF_Edge.cpp | 320 +
Legacy/BF_Edge_2.cpp | 139 +
Legacy/BF_Edge_3.cpp | 320 +
Legacy/BF_Edge_4.cpp | 228 +
Legacy/BF_Facet.cpp | 214 +
Legacy/BF_GroupOfEntities.cpp | 367 +
Legacy/BF_Node.cpp | 382 +
Legacy/BF_NodeXYZ.cpp | 188 +
Legacy/BF_Node_2.cpp | 492 +
Legacy/BF_Node_3.cpp | 374 +
Legacy/BF_Perpendicular.cpp | 116 +
Legacy/BF_Region.cpp | 279 +
Legacy/BF_Volume.cpp | 102 +
Legacy/CMakeLists.txt | 65 +
Legacy/Cal_AnalyticIntegration.cpp | 95 +
Legacy/Cal_AnalyticIntegration.h | 15 +
Legacy/Cal_AssembleTerm.cpp | 650 +
Legacy/Cal_AssembleTerm.h | 30 +
Legacy/Cal_GalerkinTermOfFemEquation.cpp | 935 ++
Legacy/Cal_GalerkinTermOfFemEquation.h | 28 +
Legacy/Cal_GlobalTermOfFemEquation.cpp | 298 +
Legacy/Cal_GlobalTermOfFemEquation.h | 16 +
Legacy/Cal_IntegralQuantity.cpp | 360 +
Legacy/Cal_IntegralQuantity.h | 29 +
Legacy/Cal_PostQuantity.cpp | 505 +
Legacy/Cal_PostQuantity.h | 30 +
Legacy/Cal_Quantity.cpp | 1181 ++
Legacy/Cal_Quantity.h | 35 +
Legacy/Cal_SolutionErrorRatio.cpp | 182 +
Legacy/Cal_Value.cpp | 2846 ++++
Legacy/Cal_Value.h | 64 +
Legacy/DofData.cpp | 1954 +++
Legacy/DofData.h | 220 +
Legacy/EigenSolve.cpp | 38 +
Legacy/EigenSolve.h | 18 +
Legacy/EigenSolve_ARPACK.cpp | 818 +
Legacy/EigenSolve_SLEPC.cpp | 784 +
Legacy/ExtendedGroup.cpp | 569 +
Legacy/ExtendedGroup.h | 23 +
Legacy/F.h | 329 +
Legacy/F_Analytic.cpp | 2237 +++
Legacy/F_BiotSavart.cpp | 94 +
Legacy/F_Coord.cpp | 205 +
Legacy/F_DiffGeom.cpp | 454 +
Legacy/F_ExtMath.cpp | 1186 ++
Legacy/F_Geometry.cpp | 618 +
Legacy/F_Gmsh.cpp | 253 +
Legacy/F_Hysteresis.cpp | 1596 ++
Legacy/F_Interpolation.cpp | 643 +
Legacy/F_Math.cpp | 207 +
Legacy/F_Misc.cpp | 1366 ++
Legacy/F_MultiHar.cpp | 738 +
Legacy/F_Octave.cpp | 144 +
Legacy/F_Python.cpp | 166 +
Legacy/F_Raytracing.cpp | 267 +
Legacy/GF.h | 42 +
Legacy/GF_Helmholtz.cpp | 287 +
Legacy/GF_HelmholtzxForm.cpp | 160 +
Legacy/GF_Laplace.cpp | 220 +
Legacy/GF_LaplacexForm.cpp | 748 +
Legacy/Gauss.h | 40 +
Legacy/Gauss_Hexahedron.cpp | 88 +
Legacy/Gauss_Hexahedron.h | 179 +
Legacy/Gauss_Line.cpp | 92 +
Legacy/Gauss_Line.h | 229 +
Legacy/Gauss_Point.cpp | 12 +
Legacy/Gauss_Prism.cpp | 38 +
Legacy/Gauss_Prism.h | 181 +
Legacy/Gauss_Pyramid.cpp | 25 +
Legacy/Gauss_Pyramid.h | 32 +
Legacy/Gauss_Quadrangle.cpp | 83 +
Legacy/Gauss_Quadrangle.h | 58 +
Legacy/Gauss_Tetrahedron.cpp | 113 +
Legacy/Gauss_Tetrahedron.h | 142 +
Legacy/Gauss_Triangle.cpp | 97 +
Legacy/Gauss_Triangle.h | 123 +
Legacy/Generate_Network.cpp | 199 +
Legacy/Generate_Network.h | 13 +
Legacy/GeoData.cpp | 1065 ++
Legacy/GeoData.h | 134 +
Legacy/GeoEntity.cpp | 573 +
Legacy/GeoEntity.h | 519 +
Legacy/GeoNormal.cpp | 154 +
Legacy/GeoTree.cpp | 204 +
Legacy/GetDP.h | 14 +
Legacy/Get_ConstraintOfElement.cpp | 1309 ++
Legacy/Get_ConstraintOfElement.h | 33 +
Legacy/Get_DofOfElement.cpp | 659 +
Legacy/Get_DofOfElement.h | 47 +
Legacy/Get_ElementSource.cpp | 101 +
Legacy/Get_ElementSource.h | 15 +
Legacy/Get_FunctionValue.cpp | 372 +
Legacy/Get_FunctionValue.h | 27 +
Legacy/Get_Geometry.cpp | 1357 ++
Legacy/Get_Geometry.h | 105 +
Legacy/LinAlg.cpp | 108 +
Legacy/LinAlg.h | 173 +
Legacy/LinAlg_PETSC.cpp | 1519 ++
Legacy/LinAlg_SPARSKIT.cpp | 633 +
Legacy/MainLegacy.cpp | 609 +
Legacy/MainLegacy.h | 11 +
Legacy/MovingBand2D.cpp | 373 +
Legacy/MovingBand2D.h | 14 +
Legacy/Operation_ChangeOfCoordinates.cpp | 208 +
Legacy/Operation_IterativeLinearSolver.cpp | 1270 ++
Legacy/Operation_IterativeLoopN.cpp | 320 +
Legacy/Operation_IterativeTimeReduction.cpp | 570 +
Legacy/Operation_PostOperation.cpp | 287 +
Legacy/Operation_TimeLoopAdaptive.cpp | 991 ++
Legacy/Operation_Update.cpp | 368 +
Legacy/Pos_Element.cpp | 1220 ++
Legacy/Pos_Element.h | 40 +
Legacy/Pos_FemInterpolation.cpp | 516 +
Legacy/Pos_FemInterpolation.h | 21 +
Legacy/Pos_Format.cpp | 1823 +++
Legacy/Pos_Format.h | 36 +
Legacy/Pos_Formulation.cpp | 573 +
Legacy/Pos_Formulation.h | 26 +
Legacy/Pos_Iso.cpp | 183 +
Legacy/Pos_Iso.h | 16 +
Legacy/Pos_Print.cpp | 1777 +++
Legacy/Pos_Print.h | 29 +
Legacy/Pos_Search.cpp | 521 +
Legacy/Pos_Search.h | 42 +
Legacy/Pre_TermOfFemEquation.cpp | 761 +
Legacy/Pre_TermOfFemEquation.h | 37 +
Legacy/SolvingAnalyse.cpp | 702 +
Legacy/SolvingAnalyse.h | 32 +
Legacy/SolvingOperations.cpp | 3069 ++++
Legacy/SolvingOperations.h | 103 +
Legacy/Treatment_ConstraintByLocalProjection.cpp | 99 +
Legacy/Treatment_Formulation.cpp | 749 +
Legacy/Treatment_Formulation.h | 13 +
Main/Main.cpp | 36 +
Numeric/Adapt.cpp | 194 +
Numeric/Adapt.h | 22 +
Numeric/Bessel.cpp | 224 +
Numeric/Bessel.h | 40 +
Numeric/BesselLib.f | 7866 ++++++++++
Numeric/CMakeLists.txt | 18 +
Numeric/Legendre.cpp | 210 +
Numeric/Legendre.h | 24 +
Numeric/NumericUtils.cpp | 187 +
Numeric/NumericUtils.h | 15 +
Numeric/kissfft.hh | 331 +
README.txt | 86 +
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 | 22 +
contrib/Sparskit/Sparskit.cpp | 2214 +++
contrib/Sparskit/Sparskit.h | 172 +
contrib/Sparskit/blas1.f | 671 +
contrib/Sparskit/blassm.f | 1117 ++
contrib/Sparskit/cmkreord.f | 136 +
contrib/Sparskit/flu.f | 361 +
contrib/Sparskit/formats.f | 3770 +++++
contrib/Sparskit/ilut.F | 2461 +++
contrib/Sparskit/inout.f | 1508 ++
contrib/Sparskit/iters.f | 3597 +++++
contrib/Sparskit/matvec.f | 831 +
contrib/Sparskit/reordering.f | 391 +
contrib/Sparskit/unary.f | 3134 ++++
demos/BH.pro | 52 +
demos/Magnetostatics.pro | 252 +
demos/magnet.geo | 88 +
demos/magnet.msh | 5080 +++++++
demos/magnet.pro | 90 +
demos/magnet_data.pro | 14 +
doc/CREDITS.txt | 66 +
doc/LICENSE.txt | 343 +
doc/VERSIONS.txt | 161 +
doc/WELCOME.txt | 28 +
doc/getdp.1 | 156 +
doc/getdp.bib | 60 +
doc/getdp.html | 274 +
doc/texinfo/Core.fig | 41 +
doc/texinfo/Core.geo | 55 +
doc/texinfo/Core.jpg | Bin 0 -> 27173 bytes
doc/texinfo/Core.pdf | 158 +
doc/texinfo/Core.txt | 25 +
doc/texinfo/CoreMassive.pro | 97 +
doc/texinfo/CoreSta.pro | 81 +
doc/texinfo/EleSta_v.pro | 100 +
doc/texinfo/Integration_Lib.pro | 28 +
doc/texinfo/Jacobian_Lib.pro | 32 +
doc/texinfo/MagDyn_av_2D.pro | 216 +
doc/texinfo/MagSta_a_2D.pro | 117 +
doc/texinfo/Strip.fig | 62 +
doc/texinfo/Strip.jpg | Bin 0 -> 18701 bytes
doc/texinfo/Strip.pdf | 201 +
doc/texinfo/Strip.txt | 18 +
doc/texinfo/cmake_options.texi | 47 +
doc/texinfo/getdp.texi | 7223 +++++++++
doc/texinfo/mStrip.geo | 57 +
doc/texinfo/mStrip.pro | 82 +
doc/texinfo/objects-wrap.jpg | Bin 0 -> 201477 bytes
doc/texinfo/objects-wrap.pdf | Bin 0 -> 29360 bytes
doc/texinfo/objects-wrap.tex | 16 +
doc/texinfo/objects-wrap.txt | 32 +
doc/texinfo/objects.fig | 130 +
doc/texinfo/objects.tex | 33 +
doc/texinfo/texinfo.tex | 8959 +++++++++++
utils/misc/getdp_framework.plist | 12 +
utils/misc/getdp_gallery.sh | 12 +
utils/misc/onelab_screenshot.geo | 16 +
utils/misc/onelab_screenshot.sh | 22 +
utils/misc/onelab_sync.sh | 20 +
utils/misc/pyram.c | 70 +
utils/misc/update_copyright.sh | 13 +
utils/post/deriv.awk | 23 +
utils/post/moyx.awk | 21 +
332 files changed, 188902 insertions(+)
--
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