[yade] 01/10: Merge.

Anton Gladky gladk at moszumanska.debian.org
Sat Oct 10 14:24:21 UTC 2015


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

gladk pushed a commit to branch master
in repository yade.

commit 5158de7d8cd39dfaa7db8f18a589c3484645e7fa
Merge: 767c711 07a04e8
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Oct 10 09:59:36 2015 +0200

    Merge.

 .gitignore                                         |    4 +-
 CMakeLists.txt                                     |  161 +-
 ChangeLog                                          |  123 +
 RELEASE                                            |    2 +-
 cMake/FindQGLVIEWER.cmake                          |   53 +-
 core/Bound.hpp                                     |    4 +-
 core/Cell.hpp                                      |    9 +-
 core/ForceContainer.hpp                            |    9 +-
 core/InteractionContainer.cpp                      |    2 +-
 core/InteractionContainer.hpp                      |    6 +-
 core/Omega.cpp                                     |   34 +-
 core/PartialEngine.hpp                             |    5 +-
 core/main/main.py.in                               |   23 +-
 doc/sphinx/installation.rst                        |   59 +-
 doc/sphinx/prog.rst                                |    8 +-
 doc/sphinx/tutorial/01-bouncing-sphere.py          |   12 +-
 doc/sphinx/tutorial/02-gravity-deposition.py       |   11 +-
 doc/sphinx/tutorial/03-oedometric-test.py          |   19 +-
 doc/sphinx/tutorial/04-periodic-simple-shear.py    |    8 +-
 doc/sphinx/tutorial/05-3d-postprocessing.py        |    6 +-
 doc/sphinx/tutorial/06-periodic-triaxial-test.py   |    4 +-
 doc/yade-articles.bib                              |   21 +
 doc/yade-conferences.bib                           |   29 +
 doc/yade-theses.bib                                |    8 +
 examples/2D-Tori.py                                |   63 +
 examples/baraban/hourglass.stl                     |  Bin 16084 -> 0 bytes
 examples/hourglass/.gitignore                      |    1 +
 examples/hourglass/hourglass.geo                   |   31 +
 examples/hourglass/hourglass.mesh                  | 3207 ++++++++++++++++++++
 examples/hourglass/hourglass.py                    |   76 +
 extra/floating_point_utilities_v3/README           |    7 -
 .../boost/math/detail/fp_traits.hpp                |  576 ----
 .../boost/math/fpclassify.hpp                      |  229 --
 .../boost/math/nonfinite_num_facets.hpp            |  475 ---
 .../boost/math/signbit.hpp                         |   86 -
 gui/CMakeLists.txt                                 |  116 +-
 gui/qt4/GLViewer.cpp                               |    5 +-
 gui/qt4/GLViewer.hpp                               |    4 +
 gui/qt4/GLViewerDisplay.cpp                        |   10 +-
 gui/qt4/SerializableEditor.py                      |    5 +-
 gui/qt4/build                                      |    4 -
 gui/{qt4 => qt5}/GLViewer.cpp                      |    7 +-
 gui/{qt4 => qt5}/GLViewer.hpp                      |   10 +-
 gui/{qt4 => qt5}/GLViewerDisplay.cpp               |   10 +-
 gui/qt5/GLViewerMouse.cpp                          |  113 +
 gui/qt5/Inspector.py                               |  285 ++
 gui/qt5/OpenGLManager.cpp                          |   76 +
 gui/qt5/OpenGLManager.hpp                          |   47 +
 gui/{qt4 => qt5}/SerializableEditor.py             |   21 +-
 gui/qt5/XYZ.png                                    |  Bin 0 -> 449 bytes
 gui/qt5/XYZ.xpm                                    |   45 +
 gui/qt5/YZX.png                                    |  Bin 0 -> 449 bytes
 gui/qt5/YZX.xpm                                    |   45 +
 gui/qt5/ZXY.png                                    |  Bin 0 -> 457 bytes
 gui/qt5/ZXY.xpm                                    |   45 +
 gui/qt5/_GLViewer.cpp                              |  107 +
 gui/qt5/__init__.py                                |  292 ++
 gui/qt5/controller.ui                              | 1135 +++++++
 gui/qt5/img.qrc                                    |    8 +
 gui/qt5/yade-favicon.png                           |  Bin 0 -> 1169 bytes
 gui/qt5/yade-favicon.xpm                           |  229 ++
 lib/base/Math.hpp                                  |  181 +-
 lib/import/STLReader.hpp                           |  234 --
 lib/import/utils.hpp                               |   19 -
 lib/multimethods/DynLibDispatcher.hpp              |   16 +-
 lib/multimethods/FunctorWrapper.hpp                |    3 -
 lib/pyutil/doc_opts.hpp                            |    7 +-
 lib/serialization/Serializable.hpp                 |  112 +-
 lib/triangulation/FlowBoundingSphere.ipp           |    4 +-
 lib/triangulation/FlowBoundingSphereLinSolv.ipp    |    5 +-
 lib/triangulation/PeriodicFlowLinSolv.ipp          |    4 +-
 lib/triangulation/Tesselation.ipp                  |    2 +-
 pkg/common/Collider.cpp                            |    8 +-
 pkg/common/Facet.hpp                               |    3 +
 pkg/common/ForceEngine.cpp                         |   33 +-
 pkg/common/ForceEngine.hpp                         |   40 +-
 pkg/common/Gl1_Primitives.cpp                      |   32 +-
 pkg/common/Gl1_Primitives.hpp                      |    9 +-
 pkg/common/InsertionSortCollider.hpp               |   14 +-
 pkg/common/NormShearPhys.hpp                       |    1 +
 pkg/common/OpenGLRenderer.hpp                      |    5 +-
 pkg/common/SPHEngine.cpp                           |   62 +-
 pkg/common/SpatialQuickSortCollider.cpp            |   30 +-
 pkg/common/ZECollider.hpp                          |    7 +-
 pkg/dem/CapillaryPhys.hpp                          |    5 +-
 pkg/dem/CapillaryPhys1.cpp                         |   58 +
 pkg/dem/CapillaryPhys1.hpp                         |   99 +
 pkg/dem/CohesiveFrictionalContactLaw.cpp           |    8 +-
 pkg/dem/CohesiveFrictionalContactLaw.hpp           |    6 +-
 pkg/dem/ConcretePM.hpp                             |    4 +-
 pkg/dem/DelaunayInterpolation.hpp                  |  150 +
 pkg/dem/Disp2DPropLoadEngine.cpp                   |    2 +-
 pkg/dem/DomainLimiter.hpp                          |    3 +-
 pkg/dem/GlobalStiffnessTimeStepper.cpp             |   11 +-
 pkg/dem/HertzMindlin.hpp                           |   11 +-
 pkg/dem/Integrator.cpp                             |    2 +-
 pkg/dem/KinemSimpleShearBox.cpp                    |    2 +-
 pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp  |    6 +-
 pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.hpp  |   19 +-
 pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.cpp |  606 ++++
 pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity1.hpp |  123 +
 pkg/dem/NewtonIntegrator.cpp                       |   13 +-
 pkg/dem/NewtonIntegrator.hpp                       |    3 +-
 pkg/dem/PeriIsoCompressor.hpp                      |    4 +-
 pkg/dem/Polyhedra.hpp                              |    2 +
 pkg/dem/Polyhedra_Ig2.cpp                          |   15 +-
 pkg/dem/Polyhedra_splitter.cpp                     |    4 +-
 pkg/dem/STLImporter.cpp                            |    1 -
 pkg/dem/STLImporter.hpp                            |  225 ++
 pkg/dem/ScGeom.hpp                                 |    4 +-
 pkg/dem/Shop.hpp                                   |    6 +-
 pkg/dem/Shop_01.cpp                                |   13 +-
 pkg/dem/Shop_02.cpp                                |   91 +-
 pkg/dem/SnapshotEngine.hpp                         |    6 +-
 pkg/dem/TesselationWrapper.cpp                     |   75 +-
 pkg/dem/TesselationWrapper.hpp                     |    5 +-
 pkg/dem/TriaxialStressController.hpp               |    8 +-
 pkg/dem/VTKRecorder.cpp                            |   54 +-
 pkg/dem/ViscoelasticCapillarPM.cpp                 |   52 +-
 pkg/dem/ViscoelasticCapillarPM.hpp                 |    2 +
 pkg/dem/ViscoelasticPM.cpp                         |   44 +
 pkg/dem/ViscoelasticPM.hpp                         |   34 +-
 pkg/lbm/HydrodynamicsLawLBM.cpp                    |    3 +-
 pkg/pfv/FlowEngine.hpp.in                          |    4 +-
 pkg/pfv/FlowEngine.ipp.in                          |    4 +-
 pkg/pfv/PeriodicFlowEngine.cpp                     |    4 +-
 pkg/pfv/TwoPhaseFlowEngine.cpp                     |  300 +-
 pkg/pfv/TwoPhaseFlowEngine.hpp                     |   32 +-
 pkg/pfv/UnsaturatedEngine.cpp                      |  124 +-
 py/__init__.py.in                                  |   14 +-
 py/_utils.cpp                                      |   16 +-
 py/_utils.hpp                                      |    4 -
 py/bodiesHandling.py                               |    5 +-
 py/geom.py                                         |    5 +-
 py/mathWrap/miniEigen.cpp                          |  474 ---
 py/pack/_packObb.cpp                               |    2 +-
 py/pack/_packPredicates.cpp                        |   18 -
 py/pack/pack.py                                    |   18 +-
 py/plot.py                                         |    5 +-
 py/polyhedra_utils.py                              |    1 -
 py/post2d.py                                       |   12 +-
 py/remote.py                                       |   35 +-
 py/tests/clump.py                                  |    6 +-
 py/tests/cohesive-chain.py                         |    6 +-
 py/tests/core.py                                   |    6 +-
 py/tests/engines.py                                |    6 +-
 py/tests/pbc.py                                    |    6 +-
 py/tests/wrapper.py                                |    6 +-
 py/timing.py                                       |    2 +-
 py/utils.py                                        |   14 +-
 py/wrapper/yadeWrapper.cpp                         |   30 +-
 py/ymport.py                                       |    5 +-
 scripts/checks-and-tests/checks/checkViscElPM2.py  |   78 +
 153 files changed, 8742 insertions(+), 3100 deletions(-)

diff --cc .gitignore
index 12c5ba0,f840578..1d11945
--- a/.gitignore
+++ b/.gitignore
@@@ -5,7 -5,7 +5,6 @@@ yade.
  debian/changelog
  debian/control
  doc/epydoc
--
  doc/sphinx/WallStresses
  doc/sphinx/_build/
  doc/sphinx/_publications.bib
@@@ -29,4 -29,6 +28,7 @@@ doc/sphinx/yade.polyhedra_utils.rs
  .kdev4/
  *.kdev4
  *.pyc
 +.pc
+ *~
+ .idea
+ trunk.iml

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