[yade] branch jessie-backports updated (3cc2b90 -> 777438f)

Anton Gladky gladk at moszumanska.debian.org
Wed Aug 31 04:51:28 UTC 2016


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

gladk pushed a change to branch jessie-backports
in repository yade.

      from  3cc2b90   Fix dependencies.
      adds  eba76bf   Remove menu-file.
      adds  c490032   Drop unused architectures. (Closes: #793833)
      adds  0a3efb1   Update changelog.
      adds  e6cacc9   Remove amd64 from unsupported archs.
      adds  946223c   Update changelog.
      adds  0a7070e   Do not use parallel build on arm64
      adds  8cc3112   Update changelog.
      adds  87574cb   Disable parallel builds. (Closes: #805032)
      adds  2134f03   Update changelog.
      adds  5fb4ec8   Fix warning in newer matplotlib.
      adds  f0572a1   Update changelog.
      adds  12f7e32   Add missing patch.
      adds  1960e9d   Add allow-stderr to autopkgtests.
      adds  0fad958   Update changelog.
      adds  2a9a603   Update dependencies for libqglviewer-dev-qt5.
      adds  a68444e   Fix FTBFS with glibc 2.23. (Closes: #820450)
      adds  1d7c0e5   Fix py/plot.py.
      adds  674bfb8   Update changelog.
      adds  bc45d12   Remove some machine-specific items in documentation.
      adds  957684a   Minor fix in documentation.
      adds  1af062b   Remove some machine-specific stuff in doc.
      adds  57d5a6d   Fix glibc_2.23 compilation. (Closes: #820450)
      adds  1bec421   Update changelog.
      adds  8d9cc1c   Update patches.
      adds  a70d0b6   Refresh, update patches.
      adds  6bff5bc   Imported Upstream version 2016.06a
      adds  c957b1f   Merge tag 'upstream/2016.06a'
      adds  4916356   Apply cme fix dpkg.
      adds  f235c32   Update changelog.
      adds  0713e25   Add texlive-generic-extra to build-depends. (Closes: #829352)
      adds  80c576c   Update changelog.
      adds  a216214   Disable check-script temporarily.
      adds  89d99aa   Update changelog.
      adds  c982cf0   Add python-pyqt5.qtwebkit to dependencies.
      adds  9525172   Fix crash during testing.
      adds  845cc42   Update changelog.
       new  c09d19d   Merge.
       new  148b4c8   Update changelog.
       new  377da68   Fix dependencies.
       new  777438f   Switch off QT5-mode explicitly.

The 4 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:
 .gitattributes                                     |    2 +
 .gitignore                                         |    1 +
 .travis.yml                                        |   26 +
 CMakeLists.txt                                     |   38 +-
 ChangeLog                                          |  210 ++
 RELEASE                                            |    2 +-
 ...FindQGLVIEWER.cmake => FindQGLVIEWER-qt4.cmake} |    3 +-
 ...FindQGLVIEWER.cmake => FindQGLVIEWER-qt5.cmake} |    5 +-
 core/Body.cpp                                      |    4 +-
 core/Body.hpp                                      |   26 +-
 core/BodyContainer.cpp                             |    9 +-
 core/BodyContainer.hpp                             |   31 +-
 core/Dispatcher.hpp                                |   67 +-
 core/ForceContainer.hpp                            |  309 +--
 core/ForceContainerParallel.cpp                    |  252 +++
 core/ForceContainerSerial.cpp                      |  157 ++
 core/Functor.hpp                                   |    3 -
 core/Interaction.cpp                               |    3 +
 core/Interaction.hpp                               |    7 +-
 core/InteractionContainer.cpp                      |   22 +-
 core/InteractionContainer.hpp                      |   18 +-
 core/Omega.cpp                                     |   58 +-
 core/Omega.hpp                                     |    2 -
 core/Scene.cpp                                     |   35 +-
 core/Scene.hpp                                     |   36 +-
 core/Shape.hpp                                     |    6 +-
 core/SimulationFlow.cpp                            |    5 +-
 core/SimulationFlow.hpp                            |    3 +-
 core/State.cpp                                     |   42 +-
 core/State.hpp                                     |   17 +-
 core/ThreadRunner.cpp                              |    3 -
 core/TimeStepper.hpp                               |    2 -
 core/corePlugins.cpp                               |   14 +-
 core/main/yade-batch.in                            |    7 -
 debian/changelog                                   |   90 +
 debian/control                                     |   21 +-
 debian/copyright                                   |    2 +-
 debian/patches/01_remove_google_analytics.patch    |    6 +-
 debian/patches/05_reproducible-builds.patch        |  192 ++
 debian/patches/06_fixCrash.patch                   |   26 +
 debian/patches/series                              |    2 +
 debian/rules                                       |   23 +-
 debian/tests/control                               |    2 +
 debian/yade.menu                                   |    8 -
 doc/citing_yade.bib                                |   76 +-
 doc/references.bib                                 |   70 +-
 doc/sphinx/FEMxDEM.rst                             |    1 +
 doc/sphinx/README                                  |    8 +
 doc/sphinx/{conf.py => book/confBook.py}           |  119 +-
 doc/sphinx/{conf.py => book/confManual.py}         |   98 +-
 doc/sphinx/{conf.py => book/confReference.py}      |   98 +-
 doc/sphinx/{conf.py => book/confTheory.py}         |   96 +-
 doc/sphinx/book/fullBibliography.rst.in            |    6 +
 doc/sphinx/citing.rst                              |   18 +-
 doc/sphinx/conf.py                                 |   16 +-
 doc/sphinx/consulting.rst                          |   10 +
 doc/sphinx/formulation.rst                         |    4 +-
 doc/sphinx/github.rst                              |   13 +-
 doc/sphinx/index-toctree-book.rst                  |   19 +
 doc/sphinx/index-toctree-manuals.rst               |   25 +
 doc/sphinx/index-toctree-reference.rst             |   11 +
 doc/sphinx/index-toctree-theory.rst                |    9 +
 ...index-toctree.rst => index-toctree_manuals.rst} |   18 -
 doc/sphinx/installation.rst                        |  163 +-
 doc/sphinx/introduction.rst                        |   36 +-
 doc/sphinx/templates/index.html                    |   31 +-
 doc/sphinx/tutorial-hands-on.rst                   |    4 +-
 doc/sphinx/user.rst                                |    8 +-
 doc/sphinx/{yadeSphinx.py => yadeBookSphinx.py}    |  155 +-
 doc/sphinx/yadeSphinx.py                           |    2 +-
 doc/yade-articles.bib                              |   63 +-
 doc/yade-conferences.bib                           |   20 +-
 doc/yade-docref.bib                                |   73 +-
 doc/yade-theses.bib                                |    8 +
 examples/FluidCouplingPFV/oedometer.py             |    2 +-
 examples/{LudingPM.py => LudingPM/LudingPM_1.py}   |    0
 examples/LudingPM/LudingPM_2.py                    |   73 +
 examples/LudingPM/README                           |    2 +
 examples/PotentialParticles/basic.py               |   85 +
 examples/PotentialParticles/cubePPscaled.py        |  258 +++
 examples/agglomerate/README                        |   14 +
 examples/agglomerate/compress.py                   |   59 +
 examples/agglomerate/divide.py                     |   36 +
 examples/agglomerate/makeCloud.py                  |   22 +
 examples/agglomerate/simulation.py                 |   53 +
 .../chained-cylinders/CohesiveCylinderSphere.py    |   27 +-
 .../chained-cylinders/chained-cylinder-roots.py    |    1 +
 .../chained-cylinders/chained-cylinder-spring.py   |    2 +
 examples/clumps/apply-buoyancy-clumps.py           |    4 +-
 examples/concrete/periodic.py                      |    4 +-
 examples/cylinders/bendingbeams.py                 |   62 +
 examples/cylinders/cylinder-cylinder.py            |   63 +
 examples/cylinders/cylinderconnection-roots.py     |   97 +
 examples/cylinders/mikado.py                       |   82 +
 examples/deformableelem/Minimal.py                 |   98 +
 examples/deformableelem/MinimalTensileTest.py      |  206 ++
 examples/deformableelem/ReadMe                     |    1 +
 examples/deformableelem/main.py                    |   38 +
 examples/deformableelem/model.geo                  |    5 +
 examples/deformableelem/model.msh                  | 2188 ++++++++++++++++++++
 examples/deformableelem/model.stl                  |  870 ++++++++
 examples/deformableelem/testDeformableBodies.py    |  151 ++
 .../testDeformableBodies_pressure.py               |  199 ++
 examples/grids/CohesiveGridConnectionSphere.py     |   77 +
 examples/grids/GridConnection_Spring.py            |   83 +
 examples/grids/Simple_GridConnection_Falling.py    |   46 +
 examples/grids/Simple_Grid_Falling.py              |    1 +
 examples/jointedCohesiveFrictionalPM/README        |    7 +-
 examples/mortar/modelTests/compression.py          |   62 +
 examples/mortar/modelTests/failureEnvelope.py      |   61 +
 examples/mortar/modelTests/shear.py                |   97 +
 examples/pfacet/box.gts                            |   39 +
 examples/pfacet/gts-pfacet.py                      |   88 +
 examples/pfacet/mesh-pfacet.py                     |  104 +
 examples/pfacet/octahedron.gts                     | 1539 ++++++++++++++
 examples/pfacet/pfacetcreators.py                  |  119 ++
 examples/pfacet/sphere.gts                         |  243 +++
 examples/pfacet/sphere.mesh                        |  253 +++
 .../polyhedra/tests/interactinDetectionFactor.py   |   27 +
 examples/polyhedra/tests/scGeom.py                 |   28 +
 examples/simple-scene/2SpheresNormVisc.py          |   53 +
 examples/test/clump-facet.py                       |    2 +-
 gui/CMakeLists.txt                                 |    2 +-
 gui/qt4/GLViewer.cpp                               |    6 +-
 gui/qt4/__init__.py                                |    9 -
 gui/qt5/GLViewer.cpp                               |    6 +-
 gui/qt5/Inspector.py                               |   16 +-
 gui/qt5/SerializableEditor.py                      |    6 +-
 gui/qt5/__init__.py                                |    9 -
 lib/base/Logging.hpp                               |   28 +-
 lib/base/Math.hpp                                  |   13 +-
 lib/base/openmp-accu.hpp                           |    5 -
 lib/computational-geometry/MarchingCube.cpp        |  557 +++++
 lib/computational-geometry/MarchingCube.hpp        |   71 +
 lib/factory/ClassFactory.cpp                       |   19 -
 lib/factory/ClassFactory.hpp                       |   21 +-
 lib/factory/DynLibManager.hpp                      |    2 -
 lib/multimethods/DynLibDispatcher.hpp              |  528 +----
 lib/multimethods/FunctorWrapper.hpp                |    6 -
 lib/multimethods/Indexable.hpp                     |    4 +-
 lib/opengl/GLUtils.cpp                             |    1 -
 lib/opengl/OpenGLWrapper.hpp                       |   14 +
 lib/pyutil/numpy.hpp                               |    7 -
 lib/pyutil/raw_constructor.hpp                     |   38 +-
 lib/serialization/ObjectIO.hpp                     |   20 +-
 lib/smoothing/LinearInterpolate.hpp                |   16 -
 lib/triangulation/FlowBoundingSphere.ipp           |    4 +-
 .../KinematicLocalisationAnalyser.cpp              |    6 +-
 lib/triangulation/PeriodicFlow.hpp                 |    2 +-
 lib/triangulation/Timer.cpp                        |    2 +-
 lib/triangulation/TriaxialState.cpp                |    2 +-
 pkg/common/Collider.cpp                            |   11 -
 pkg/common/Collider.hpp                            |    5 -
 pkg/common/Cylinder.cpp                            |    4 +-
 pkg/common/Dispatching.cpp                         |   11 +-
 pkg/common/Dispatching.hpp                         |    2 -
 pkg/common/Facet.cpp                               |    2 +-
 pkg/common/ForceEngine.cpp                         |  225 +-
 pkg/common/ForceEngine.hpp                         |   14 +
 pkg/common/Gl1_NormPhys.cpp                        |    2 +-
 pkg/common/Gl1_PFacet.cpp                          |   57 +
 pkg/common/Gl1_PFacet.hpp                          |   21 +
 pkg/common/Gl1_PotentialParticle.cpp               |  606 ++++++
 pkg/common/Gl1_PotentialParticle.hpp               |  164 ++
 pkg/common/Grid.cpp                                |   45 +-
 pkg/common/Grid.hpp                                |   55 +-
 pkg/common/InsertionSortCollider.cpp               |   34 +-
 pkg/common/InsertionSortCollider.hpp               |   27 +-
 pkg/common/InteractionLoop.cpp                     |   47 +-
 pkg/common/MatchMaker.cpp                          |   27 +-
 pkg/common/MatchMaker.hpp                          |   11 +-
 pkg/common/NormShearPhys.hpp                       |    4 +-
 pkg/common/OpenGLRenderer.cpp                      |   59 +-
 pkg/common/OpenGLRenderer.hpp                      |   11 +-
 pkg/common/PFacet.cpp                              |  838 ++++++++
 pkg/common/PFacet.hpp                              |  140 ++
 pkg/common/PersistentTriangulationCollider.cpp     |    2 -
 pkg/common/SpatialQuickSortCollider.cpp            |    2 -
 pkg/common/ZECollider.cpp                          |    4 +-
 pkg/dem/CohesiveFrictionalContactLaw.cpp           |   21 +-
 pkg/dem/CohesiveFrictionalContactLaw.hpp           |   25 +-
 pkg/dem/ConcretePM.cpp                             |   51 +-
 pkg/dem/ConcretePM.hpp                             |    6 +-
 pkg/dem/Disp2DPropLoadEngine.cpp                   |    1 +
 pkg/dem/GeneralIntegratorInsertionSortCollider.cpp |    7 +-
 pkg/dem/Ig2_PP_PP_ScGeom.cpp                       | 1896 +++++++++++++++++
 pkg/dem/Ig2_PP_PP_ScGeom.hpp                       |  121 ++
 pkg/dem/Ig2_Sphere_Sphere_ScGeom.cpp               |    5 +-
 pkg/dem/JointedCohesiveFrictionalPM.hpp            |    2 +-
 pkg/dem/KnKsLaw.cpp                                |  311 +++
 pkg/dem/KnKsLaw.hpp                                |  189 ++
 pkg/dem/L3Geom.cpp                                 |   85 +-
 pkg/dem/L3Geom.hpp                                 |   11 +-
 pkg/dem/LudingPM.hpp                               |    4 +-
 pkg/dem/MicroMacroAnalyser.cpp                     |   17 +-
 pkg/dem/MortarMat.cpp                              |  120 ++
 pkg/dem/MortarMat.hpp                              |   92 +
 pkg/dem/NewtonIntegrator.cpp                       |    6 +-
 pkg/dem/PeriIsoCompressor.cpp                      |    2 +-
 pkg/dem/Polyhedra.cpp                              |  228 +-
 pkg/dem/Polyhedra.hpp                              |   45 +-
 pkg/dem/Polyhedra_Ig2.cpp                          |  291 ++-
 pkg/dem/Polyhedra_Ig2.hpp                          |   84 +-
 pkg/dem/Polyhedra_splitter.cpp                     |   94 +-
 pkg/dem/Polyhedra_splitter.hpp                     |    8 +-
 pkg/dem/Polyhedra_support.cpp                      |  435 ++--
 pkg/dem/PotentialParticle.cpp                      |   13 +
 pkg/dem/PotentialParticle.hpp                      |   70 +
 pkg/dem/PotentialParticle2AABB.cpp                 |   73 +
 pkg/dem/PotentialParticle2AABB.hpp                 |   25 +
 pkg/dem/ScGeom.cpp                                 |    4 +-
 pkg/dem/Shop.hpp                                   |    6 +-
 pkg/dem/Shop_01.cpp                                |    7 +-
 pkg/dem/Shop_02.cpp                                |   58 +-
 pkg/dem/SimpleShear.cpp                            |    2 +
 pkg/dem/SpherePack.cpp                             |   81 +-
 pkg/dem/TesselationWrapper.cpp                     |   21 +-
 pkg/dem/TesselationWrapper.hpp                     |    1 +
 pkg/dem/Tetra.cpp                                  |   36 +-
 pkg/dem/Tetra.hpp                                  |    2 +-
 pkg/dem/TriaxialStressController.cpp               |   24 +-
 pkg/dem/TriaxialStressController.hpp               |   10 +-
 pkg/dem/UniaxialStrainer.cpp                       |   14 +-
 pkg/dem/VTKRecorder.cpp                            |   30 +-
 pkg/dem/ViscoelasticCapillarPM.cpp                 |   28 +-
 pkg/dem/ViscoelasticCapillarPM.hpp                 |   15 +-
 pkg/dem/ViscoelasticPM.cpp                         |    4 +-
 pkg/dem/ViscoelasticPM.hpp                         |    2 +
 pkg/dem/WirePM.hpp                                 |    2 +-
 .../Bo1_DeformableElement_Aabb.cpp                 |   77 +
 .../Bo1_DeformableElement_Aabb.hpp                 |   26 +
 pkg/dem/deformablecohesive/Bo1_Node_Aabb.cpp       |   38 +
 pkg/dem/deformablecohesive/Bo1_Node_Aabb.hpp       |   26 +
 pkg/dem/deformablecohesive/CohesiveMat.cpp         |   14 +
 pkg/dem/deformablecohesive/CohesiveMat.hpp         |   48 +
 .../DeformableCohesiveElement.cpp                  |   54 +
 .../DeformableCohesiveElement.hpp                  |   82 +
 pkg/dem/deformablecohesive/DeformableElement.cpp   |  103 +
 pkg/dem/deformablecohesive/DeformableElement.hpp   |   92 +
 .../FEInternalForceDispatchers.cpp                 |   35 +
 .../FEInternalForceDispatchers.hpp                 |   50 +
 .../deformablecohesive/FEInternalForceEngine.cpp   |   90 +
 .../deformablecohesive/FEInternalForceEngine.hpp   |   42 +
 .../deformablecohesive/Gl1_DeformableElement.cpp   |   98 +
 .../deformablecohesive/Gl1_DeformableElement.hpp   |   24 +
 pkg/dem/deformablecohesive/Gl1_Node.cpp            |  182 ++
 pkg/dem/deformablecohesive/Gl1_Node.hpp            |   40 +
 ...4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp |   61 +
 ...4NodeTetra_LinCohesiveStiffPropDampElastMat.hpp |   39 +
 .../If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp  |   82 +
 .../If2_Lin4NodeTetra_LinIsoRayleighDampElast.hpp  |   39 +
 pkg/dem/deformablecohesive/Lin4NodeTetra.cpp       |  127 ++
 pkg/dem/deformablecohesive/Lin4NodeTetra.hpp       |  102 +
 ...4NodeTetra_Lin4NodeTetra_InteractionElement.cpp |   30 +
 ...4NodeTetra_Lin4NodeTetra_InteractionElement.hpp |   44 +
 pkg/dem/deformablecohesive/LinElastMat.cpp         |   14 +
 pkg/dem/deformablecohesive/LinElastMat.hpp         |   47 +
 pkg/dem/deformablecohesive/Node.cpp                |    3 +
 pkg/dem/deformablecohesive/Node.hpp                |   34 +
 pkg/lbm/HydrodynamicsLawLBM.cpp                    |    2 +-
 pkg/pfv/FlowEngine.hpp.in                          |    3 +-
 pkg/pfv/FlowEngine.ipp.in                          |    3 +-
 py/FEMxDEM/simDEM.py                               |    4 +-
 py/__init__.py.in                                  |    9 +-
 py/_polyhedra_utils.cpp                            |    2 +-
 py/_utils.cpp                                      |   53 +-
 py/_utils.hpp                                      |   41 +-
 py/bodiesHandling.py                               |    2 +
 py/deformableelementsutils.py                      |  386 ++++
 py/export.py                                       |   54 +-
 py/gridpfacet.py                                   |  473 +++++
 py/pack/_packPredicates.cpp                        |    2 +-
 py/pack/_packSpheres.cpp                           |    2 +-
 py/pack/pack.py                                    |    4 +-
 py/plot.py                                         |   20 +-
 py/tests/__init__.py                               |    6 +-
 py/tests/cohesive-chain.py                         |    4 +-
 py/tests/core.py                                   |   48 +
 py/utils.py                                        |   91 +-
 py/wrapper/yadeWrapper.cpp                         |   97 +-
 py/ymport.py                                       |   81 +-
 .../checks/checkCapillaryModels.py                 |   90 +
 .../checks/checkLiquidMigration.py                 |    2 +-
 .../checks-and-tests/checks/checkPolyhedraCrush.py |   74 +
 .../checks-and-tests/checks/checkSaveLoadClumps.py |   59 +
 scripts/ppa/.mini-dinstall.conf                    |   13 +-
 scripts/ppa/buildppa.py                            |   33 +-
 287 files changed, 19578 insertions(+), 3064 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .travis.yml
 copy cMake/{FindQGLVIEWER.cmake => FindQGLVIEWER-qt4.cmake} (86%)
 rename cMake/{FindQGLVIEWER.cmake => FindQGLVIEWER-qt5.cmake} (80%)
 create mode 100644 core/ForceContainerParallel.cpp
 create mode 100644 core/ForceContainerSerial.cpp
 create mode 100644 debian/patches/05_reproducible-builds.patch
 create mode 100644 debian/patches/06_fixCrash.patch
 delete mode 100644 debian/yade.menu
 copy doc/sphinx/{conf.py => book/confBook.py} (85%)
 copy doc/sphinx/{conf.py => book/confManual.py} (88%)
 copy doc/sphinx/{conf.py => book/confReference.py} (88%)
 copy doc/sphinx/{conf.py => book/confTheory.py} (88%)
 create mode 100644 doc/sphinx/book/fullBibliography.rst.in
 create mode 100644 doc/sphinx/consulting.rst
 create mode 100644 doc/sphinx/index-toctree-book.rst
 create mode 100644 doc/sphinx/index-toctree-manuals.rst
 create mode 100644 doc/sphinx/index-toctree-reference.rst
 create mode 100644 doc/sphinx/index-toctree-theory.rst
 copy doc/sphinx/{index-toctree.rst => index-toctree_manuals.rst} (67%)
 copy doc/sphinx/{yadeSphinx.py => yadeBookSphinx.py} (63%)
 rename examples/{LudingPM.py => LudingPM/LudingPM_1.py} (100%)
 create mode 100644 examples/LudingPM/LudingPM_2.py
 create mode 100644 examples/LudingPM/README
 create mode 100644 examples/PotentialParticles/basic.py
 create mode 100644 examples/PotentialParticles/cubePPscaled.py
 create mode 100644 examples/agglomerate/README
 create mode 100644 examples/agglomerate/compress.py
 create mode 100644 examples/agglomerate/divide.py
 create mode 100644 examples/agglomerate/makeCloud.py
 create mode 100644 examples/agglomerate/simulation.py
 create mode 100644 examples/cylinders/bendingbeams.py
 create mode 100644 examples/cylinders/cylinder-cylinder.py
 create mode 100644 examples/cylinders/cylinderconnection-roots.py
 create mode 100644 examples/cylinders/mikado.py
 create mode 100644 examples/deformableelem/Minimal.py
 create mode 100644 examples/deformableelem/MinimalTensileTest.py
 create mode 100644 examples/deformableelem/ReadMe
 create mode 100644 examples/deformableelem/main.py
 create mode 100644 examples/deformableelem/model.geo
 create mode 100644 examples/deformableelem/model.msh
 create mode 100644 examples/deformableelem/model.stl
 create mode 100644 examples/deformableelem/testDeformableBodies.py
 create mode 100644 examples/deformableelem/testDeformableBodies_pressure.py
 create mode 100644 examples/grids/CohesiveGridConnectionSphere.py
 create mode 100644 examples/grids/GridConnection_Spring.py
 create mode 100644 examples/grids/Simple_GridConnection_Falling.py
 create mode 100644 examples/mortar/modelTests/compression.py
 create mode 100644 examples/mortar/modelTests/failureEnvelope.py
 create mode 100644 examples/mortar/modelTests/shear.py
 create mode 100644 examples/pfacet/box.gts
 create mode 100644 examples/pfacet/gts-pfacet.py
 create mode 100644 examples/pfacet/mesh-pfacet.py
 create mode 100644 examples/pfacet/octahedron.gts
 create mode 100644 examples/pfacet/pfacetcreators.py
 create mode 100644 examples/pfacet/sphere.gts
 create mode 100644 examples/pfacet/sphere.mesh
 create mode 100644 examples/polyhedra/tests/interactinDetectionFactor.py
 create mode 100644 examples/polyhedra/tests/scGeom.py
 create mode 100644 examples/simple-scene/2SpheresNormVisc.py
 create mode 100644 lib/computational-geometry/MarchingCube.cpp
 create mode 100644 lib/computational-geometry/MarchingCube.hpp
 delete mode 100644 lib/pyutil/numpy.hpp
 create mode 100644 pkg/common/Gl1_PFacet.cpp
 create mode 100644 pkg/common/Gl1_PFacet.hpp
 create mode 100644 pkg/common/Gl1_PotentialParticle.cpp
 create mode 100644 pkg/common/Gl1_PotentialParticle.hpp
 create mode 100644 pkg/common/PFacet.cpp
 create mode 100644 pkg/common/PFacet.hpp
 create mode 100644 pkg/dem/Ig2_PP_PP_ScGeom.cpp
 create mode 100644 pkg/dem/Ig2_PP_PP_ScGeom.hpp
 create mode 100644 pkg/dem/KnKsLaw.cpp
 create mode 100644 pkg/dem/KnKsLaw.hpp
 create mode 100644 pkg/dem/MortarMat.cpp
 create mode 100644 pkg/dem/MortarMat.hpp
 create mode 100644 pkg/dem/PotentialParticle.cpp
 create mode 100644 pkg/dem/PotentialParticle.hpp
 create mode 100644 pkg/dem/PotentialParticle2AABB.cpp
 create mode 100644 pkg/dem/PotentialParticle2AABB.hpp
 create mode 100644 pkg/dem/deformablecohesive/Bo1_DeformableElement_Aabb.cpp
 create mode 100644 pkg/dem/deformablecohesive/Bo1_DeformableElement_Aabb.hpp
 create mode 100644 pkg/dem/deformablecohesive/Bo1_Node_Aabb.cpp
 create mode 100644 pkg/dem/deformablecohesive/Bo1_Node_Aabb.hpp
 create mode 100644 pkg/dem/deformablecohesive/CohesiveMat.cpp
 create mode 100644 pkg/dem/deformablecohesive/CohesiveMat.hpp
 create mode 100644 pkg/dem/deformablecohesive/DeformableCohesiveElement.cpp
 create mode 100644 pkg/dem/deformablecohesive/DeformableCohesiveElement.hpp
 create mode 100644 pkg/dem/deformablecohesive/DeformableElement.cpp
 create mode 100644 pkg/dem/deformablecohesive/DeformableElement.hpp
 create mode 100644 pkg/dem/deformablecohesive/FEInternalForceDispatchers.cpp
 create mode 100644 pkg/dem/deformablecohesive/FEInternalForceDispatchers.hpp
 create mode 100644 pkg/dem/deformablecohesive/FEInternalForceEngine.cpp
 create mode 100644 pkg/dem/deformablecohesive/FEInternalForceEngine.hpp
 create mode 100644 pkg/dem/deformablecohesive/Gl1_DeformableElement.cpp
 create mode 100644 pkg/dem/deformablecohesive/Gl1_DeformableElement.hpp
 create mode 100644 pkg/dem/deformablecohesive/Gl1_Node.cpp
 create mode 100644 pkg/dem/deformablecohesive/Gl1_Node.hpp
 create mode 100644 pkg/dem/deformablecohesive/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.cpp
 create mode 100644 pkg/dem/deformablecohesive/If2_2xLin4NodeTetra_LinCohesiveStiffPropDampElastMat.hpp
 create mode 100644 pkg/dem/deformablecohesive/If2_Lin4NodeTetra_LinIsoRayleighDampElast.cpp
 create mode 100644 pkg/dem/deformablecohesive/If2_Lin4NodeTetra_LinIsoRayleighDampElast.hpp
 create mode 100644 pkg/dem/deformablecohesive/Lin4NodeTetra.cpp
 create mode 100644 pkg/dem/deformablecohesive/Lin4NodeTetra.hpp
 create mode 100644 pkg/dem/deformablecohesive/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.cpp
 create mode 100644 pkg/dem/deformablecohesive/Lin4NodeTetra_Lin4NodeTetra_InteractionElement.hpp
 create mode 100644 pkg/dem/deformablecohesive/LinElastMat.cpp
 create mode 100644 pkg/dem/deformablecohesive/LinElastMat.hpp
 create mode 100644 pkg/dem/deformablecohesive/Node.cpp
 create mode 100644 pkg/dem/deformablecohesive/Node.hpp
 create mode 100644 py/deformableelementsutils.py
 create mode 100644 py/gridpfacet.py
 create mode 100644 scripts/checks-and-tests/checks/checkCapillaryModels.py
 create mode 100644 scripts/checks-and-tests/checks/checkPolyhedraCrush.py
 create mode 100644 scripts/checks-and-tests/checks/checkSaveLoadClumps.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