yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #09030
[yade/trunk] ff90da: Keep pointers of interactions for all bodies, not ...
Branch: refs/heads/fix_facet_intrs
Home: https://github.com/yade/trunk
Commit: ff90da45543d4a836b0a69be959528b8b1b08a11
https://github.com/yade/trunk/commit/ff90da45543d4a836b0a69be959528b8b1b08a11
Author: Anton Gladky <gladky.anton@xxxxxxxxx>
Date: 2012-07-17 (Tue, 17 Jul 2012)
Changed paths:
M core/Body.hpp
M core/InteractionContainer.cpp
Log Message:
-----------
Keep pointers of interactions for all bodies, not only where otherId>Id.
Commit: 4b460fa3ad6a1841a7d40b6a18730b9046ff26a7
https://github.com/yade/trunk/commit/4b460fa3ad6a1841a7d40b6a18730b9046ff26a7
Author: Anton Gladky <gladky.anton@xxxxxxxxx>
Date: 2012-07-17 (Tue, 17 Jul 2012)
Changed paths:
M core/Body.hpp
M core/InteractionContainer.cpp
Log Message:
-----------
Add checkIntrs flag into body to escape useless checks of interaction.
Commit: 12b30e378a2914f14ccb78814e0fbff4ec27e458
https://github.com/yade/trunk/commit/12b30e378a2914f14ccb78814e0fbff4ec27e458
Author: Anton Gladky <gladky.anton@xxxxxxxxx>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M pkg/dem/Shop.cpp
M pkg/dem/Shop.hpp
M py/_utils.cpp
Log Message:
-----------
Add getBodyIdsContacts to get the list of bodies, contacting with the checked.
Commit: 4c3761a5e2b866e69be2a8b01513a605348460e6
https://github.com/yade/trunk/commit/4c3761a5e2b866e69be2a8b01513a605348460e6
Author: Anton Gladky <gladky.anton@xxxxxxxxx>
Date: 2012-08-03 (Fri, 03 Aug 2012)
Changed paths:
M CMakeLists.txt
M core/BodyContainer.cpp
A core/Clump.cpp
A core/Clump.hpp
M core/main/main.py.in
M doc/sphinx/installation.rst
M doc/sphinx/introduction.rst
M lib/opengl/OpenGLWrapper.hpp
M lib/triangulation/FlowBoundingSphere.hpp
M lib/triangulation/FlowBoundingSphere.ipp
M lib/triangulation/Network.ipp
M lib/triangulation/PeriodicFlow.cpp
M lib/triangulation/PeriodicFlow.hpp
M lib/triangulation/def_types.h
M pkg/common/OpenGLRenderer.cpp
R pkg/dem/Clump.cpp
R pkg/dem/Clump.hpp
M pkg/dem/ConcretePM.cpp
M pkg/dem/FlowEngine.cpp
M pkg/dem/FlowEngine.hpp
M pkg/dem/GlobalStiffnessTimeStepper.cpp
M pkg/dem/Ig2_Sphere_Sphere_ScGeom.hpp
M pkg/dem/NewtonIntegrator.cpp
M pkg/dem/ScGeom.hpp
M pkg/dem/Shop.cpp
M pkg/dem/Shop.hpp
M pkg/dem/TesselationWrapper.hpp
M pkg/dem/VTKRecorder.cpp
M pkg/dem/VTKRecorder.hpp
M py/_utils.cpp
M py/config.py.in
M py/export.py
M py/pack/_packSpheres.cpp
M py/wrapper/yadeWrapper.cpp
M py/ymport.py
Log Message:
-----------
Fix conflict in merging
Commit: 4a863225b7a52b5dfaa48a8992f709031b7018a5
https://github.com/yade/trunk/commit/4a863225b7a52b5dfaa48a8992f709031b7018a5
Author: Anton Gladky <gladky.anton@xxxxxxxxx>
Date: 2012-08-22 (Wed, 22 Aug 2012)
Changed paths:
M py/bodiesHandling.py
Log Message:
-----------
Add bodiesHandling.facetsDimensions function to get parameters of group of facets.
Commit: d72284b8669980269dc8d8a09fd3cea07cdee821
https://github.com/yade/trunk/commit/d72284b8669980269dc8d8a09fd3cea07cdee821
Author: Anton Gladky <gladky.anton@xxxxxxxxx>
Date: 2012-08-22 (Wed, 22 Aug 2012)
Changed paths:
M py/bodiesHandling.py
Log Message:
-----------
Replace the variables "max" and "min" on "minVal" and "maxVal" in spheresPackDimensions to escape coincidence withi function names
Compare: https://github.com/yade/trunk/compare/ff90da45543d^...d72284b86699