[yade] branch master updated (aefb87c -> cc86914)

Anton Gladky gladk at moszumanska.debian.org
Mon Jun 15 04:42:59 UTC 2015


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

gladk pushed a change to branch master
in repository yade.

      from  aefb87c   Update changelog.
      adds  cef3691   Imported Upstream version 1.14.0
       new  138d1a6   Merge tag 'upstream/1.14.0'
       new  0f5f82a   Remove applied patch.
       new  ea3deda   Update d/copyright.
       new  ee055e2   Apply cme fix dpkg-control.
       new  f54e693   Update changelog.
       new  d00d812   Remove FindVTK from cmake. (Closes: #788372)
       new  cc86914   Update changelog.

The 7 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:
 .mailmap                                           |   38 +
 ChangeLog                                          |  168 +-
 RELEASE                                            |    2 +-
 cMake/FindCGAL.cmake                               |    2 -
 core/Body.hpp                                      |   15 -
 core/Clump.cpp                                     |   29 +-
 core/Scene.hpp                                     |   12 +-
 core/State.hpp                                     |   17 +-
 core/main/main.py.in                               |    2 +
 debian/changelog                                   |   10 +
 debian/control                                     |  174 +-
 debian/copyright                                   |   28 +-
 debian/patches/02_fix_cmake_findvtk.patch          |   22 +
 debian/patches/05_fix_FTBFS_GCC5.patch             |   64 -
 debian/patches/series                              |    2 +-
 doc/references.bib                                 |   60 +-
 doc/sphinx/FEMxDEM.rst                             |   68 +
 doc/sphinx/bib2rst.py                              |    7 +-
 doc/sphinx/formulation.rst                         |    9 +-
 doc/sphinx/index-toctree.rst                       |   14 +-
 doc/sphinx/installation.rst                        |   34 +-
 doc/sphinx/introduction.rst                        |   13 +-
 doc/sphinx/publications.rst.in                     |    8 +-
 doc/sphinx/references.rst.in                       |    1 +
 doc/sphinx/templates/index.html                    |    2 +
 doc/sphinx/tutorial/06-periodic-triaxial-test.py   |    2 +-
 doc/sphinx/user.rst                                |    4 +-
 doc/yade-articles.bib                              |  373 +-
 doc/yade-conferences.bib                           |  217 +-
 doc/yade-theses.bib                                |   64 +-
 examples/FEMxDEM/biaxialSmooth.py                  |   82 +
 examples/FEMxDEM/footing.msh                       | 7894 ++++++++++++++++++++
 examples/FEMxDEM/footing.py                        |   81 +
 examples/FEMxDEM/prepareRVE.py                     |   57 +
 examples/FEMxDEM/retainingSmooth.py                |   89 +
 examples/FEMxDEM/triaxialRough.py                  |   81 +
 examples/FEMxDEM/undrain.py                        |   86 +
 examples/FluidCouplingPFV/oedometer.py             |   22 +-
 examples/ViscElMatchMaker.py                       |   15 +-
 examples/capillary/liquidmigration/showcase.py     |   34 +-
 examples/clumps/triax-basic-with-clumps.py         |    4 +-
 examples/polyhedra/ball.py                         |    4 +-
 examples/polyhedra/clump.py                        |   64 +
 examples/polyhedra/free-fall.py                    |   12 +-
 examples/{gts-horse => polyhedra}/horse.coarse.gts |    0
 examples/polyhedra/horse.ele                       | 1989 +++++
 examples/polyhedra/horse.node                      |  705 ++
 examples/polyhedra/horse.py                        |   36 +
 examples/polyhedra/irregular.py                    |    4 +-
 examples/polyhedra/sphere-interaction.py           |   40 +
 examples/polyhedra/textExport.py                   |    3 +
 examples/polyhedra/wall.py                         |    4 +-
 examples/test/clump-facet.py                       |   36 +
 examples/test/triax-basic.py                       |    6 +-
 examples/test/triax-cohesive.py                    |    6 +-
 examples/triax-tutorial/script-session1.py         |   20 +-
 examples/triax-tutorial/script-session2.py         |   14 +-
 .../boost/math/detail/fp_traits.hpp                | 1152 +--
 .../boost/math/fpclassify.hpp                      |  458 +-
 .../boost/math/nonfinite_num_facets.hpp            |  950 +--
 .../boost/math/signbit.hpp                         |  172 +-
 gui/qt4/GLViewer.cpp                               |   12 +-
 gui/qt4/GLViewerMouse.cpp                          |    6 +-
 gui/qt4/_GLViewer.cpp                              |    8 +-
 lib/base/Math.hpp                                  |    1 +
 lib/computational-geometry/Hull2d.hpp              |    3 +-
 lib/triangulation/FlowBoundingSphere.hpp           |    4 +-
 lib/triangulation/FlowBoundingSphere.ipp           |   75 +-
 lib/triangulation/FlowBoundingSphereLinSolv.hpp    |    5 +-
 lib/triangulation/FlowBoundingSphereLinSolv.ipp    |   14 +-
 lib/triangulation/Network.ipp                      |    4 +-
 lib/triangulation/PeriodicFlow.hpp                 |    2 +-
 lib/triangulation/PeriodicFlowLinSolv.hpp          |    4 +-
 pkg/common/ForceEngine.cpp                         |  123 +-
 pkg/common/ForceEngine.hpp                         |   26 +-
 pkg/common/SPHEngine.cpp                           |  155 +-
 pkg/common/SPHEngine.hpp                           |   12 +-
 pkg/dem/CapillaryPhys.hpp                          |    6 +-
 pkg/dem/CapillaryStressRecorder.hpp                |    2 +-
 pkg/dem/CapillaryTriaxialTest.hpp                  |    4 +-
 pkg/dem/CohesiveFrictionalContactLaw.cpp           |    4 +-
 pkg/dem/CohesiveFrictionalContactLaw.hpp           |    5 +-
 pkg/dem/CohesiveTriaxialTest.hpp                   |    4 +-
 pkg/dem/ConcretePM.cpp                             |    6 +-
 pkg/dem/DemXDofGeom.hpp                            |    2 +-
 pkg/dem/Disp2DPropLoadEngine.cpp                   |    3 +-
 pkg/dem/GlobalStiffnessTimeStepper.hpp             |    2 +-
 pkg/dem/HertzMindlin.hpp                           |    6 +-
 pkg/dem/JointedCohesiveFrictionalPM.cpp            |   40 +-
 pkg/dem/JointedCohesiveFrictionalPM.hpp            |    6 +-
 pkg/dem/KinemC__Engine.cpp                         |   15 +-
 pkg/dem/KinemC__Engine.hpp                         |    6 +-
 pkg/dem/KinemSimpleShearBox.cpp                    |   19 -
 pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp  |  105 +-
 pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.hpp  |   30 +-
 pkg/dem/MicroMacroAnalyser.cpp                     |    6 +-
 pkg/dem/MicroMacroAnalyser.hpp                     |    3 +-
 pkg/dem/NewtonIntegrator.hpp                       |    2 +-
 pkg/dem/NormalInelasticPM.hpp                      |    2 +-
 pkg/dem/Polyhedra.cpp                              |   16 +-
 pkg/dem/Polyhedra.hpp                              |   44 +-
 pkg/dem/Polyhedra_Ig2.cpp                          |  161 +-
 pkg/dem/Polyhedra_Ig2.hpp                          |   29 +-
 pkg/dem/ScGeom.hpp                                 |    4 +-
 pkg/dem/Shop.hpp                                   |    9 +
 pkg/dem/Shop_02.cpp                                |  190 +
 pkg/dem/SpherePack.hpp                             |   14 +-
 pkg/dem/TesselationWrapper.hpp                     |    4 +
 pkg/dem/ThreeDTriaxialEngine.hpp                   |    7 +-
 pkg/dem/TriaxialCompressionEngine.cpp              |    2 +-
 pkg/dem/TriaxialCompressionEngine.hpp              |    9 +-
 pkg/dem/TriaxialStressController.cpp               |   39 +-
 pkg/dem/TriaxialStressController.hpp               |   13 +-
 pkg/dem/TriaxialTest.hpp                           |    4 +-
 pkg/dem/VTKRecorder.cpp                            |   53 +-
 pkg/dem/VTKRecorder.hpp                            |    4 +-
 pkg/dem/ViscoelasticCapillarPM.cpp                 |   46 +-
 pkg/dem/ViscoelasticCapillarPM.hpp                 |    4 +
 pkg/dem/ViscoelasticPM.cpp                         |    6 +-
 pkg/dem/ViscoelasticPM.hpp                         |    4 +-
 pkg/pfv/DFNFlow.cpp                                |   66 +-
 pkg/pfv/DummyFlowEngine.cpp                        |    2 +-
 pkg/pfv/FlowEngine.hpp                             |    7 +-
 pkg/pfv/FlowEngine.hpp.in                          |   13 +-
 pkg/pfv/FlowEngine.ipp.in                          |    8 +
 pkg/pfv/PeriodicFlowEngine.cpp                     |   12 +-
 pkg/pfv/TwoPhaseFlowEngine.cpp                     |  242 +-
 pkg/pfv/TwoPhaseFlowEngine.hpp                     |   53 +-
 pkg/pfv/UnsaturatedEngine.cpp                      |  970 +--
 py/CMakeLists.txt                                  |    2 +
 py/FEMxDEM/mpipool.py                              |   69 +
 py/FEMxDEM/msFEM2D.py                              |  261 +
 py/FEMxDEM/msFEM3D.py                              |  223 +
 py/FEMxDEM/msFEMup.py                              |  293 +
 py/FEMxDEM/saveGauss.py                            |   32 +
 py/FEMxDEM/simDEM.py                               |  255 +
 py/_polyhedra_utils.cpp                            |    2 +-
 py/_utils.cpp                                      |   13 +-
 py/_utils.hpp                                      |    4 +-
 py/export.py                                       |   54 +-
 py/pack/pack.py                                    |    2 +-
 py/plot.py                                         |    5 +-
 py/utils.py                                        |   11 +-
 py/wrapper/yadeWrapper.cpp                         |   32 +-
 py/ymport.py                                       |   45 +
 scripts/checks-and-tests/checks/DEM-PFV-check.py   |   16 +-
 .../checks/checkLiquidMigration.py                 |   30 +-
 scripts/checks-and-tests/checks/checkTestTriax.py  |   14 +-
 148 files changed, 16752 insertions(+), 2959 deletions(-)
 create mode 100644 .mailmap
 create mode 100644 debian/patches/02_fix_cmake_findvtk.patch
 delete mode 100644 debian/patches/05_fix_FTBFS_GCC5.patch
 create mode 100644 doc/sphinx/FEMxDEM.rst
 create mode 100644 examples/FEMxDEM/biaxialSmooth.py
 create mode 100644 examples/FEMxDEM/footing.msh
 create mode 100644 examples/FEMxDEM/footing.py
 create mode 100644 examples/FEMxDEM/prepareRVE.py
 create mode 100644 examples/FEMxDEM/retainingSmooth.py
 create mode 100644 examples/FEMxDEM/triaxialRough.py
 create mode 100644 examples/FEMxDEM/undrain.py
 create mode 100644 examples/polyhedra/clump.py
 copy examples/{gts-horse => polyhedra}/horse.coarse.gts (100%)
 create mode 100644 examples/polyhedra/horse.ele
 create mode 100644 examples/polyhedra/horse.node
 create mode 100644 examples/polyhedra/horse.py
 create mode 100644 examples/polyhedra/sphere-interaction.py
 create mode 100644 examples/polyhedra/textExport.py
 create mode 100644 examples/test/clump-facet.py
 create mode 100644 py/FEMxDEM/mpipool.py
 create mode 100644 py/FEMxDEM/msFEM2D.py
 create mode 100644 py/FEMxDEM/msFEM3D.py
 create mode 100644 py/FEMxDEM/msFEMup.py
 create mode 100644 py/FEMxDEM/saveGauss.py
 create mode 100644 py/FEMxDEM/simDEM.py

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



More information about the debian-science-commits mailing list