------------------------------------------------------------ revno: 2640 committer: Václav Šmilauer <[email protected]> branch nick: yade timestamp: Sun 2011-01-09 17:34:50 +0100 message: 1. Add function checking argument types inside FUNCTOR1D and FUNCTOR2D (requires to include full dispatched type definition in headers) 2. Reorganize the integrator so that its logic is understandable. Functionality not changed. 3. Move most clump code from integrator to clump methods 4. Automtically used InsertionSortCollider::verletDist if possible (used to be sweepLength) 5. Add --refresh param to batch, controlling refresh rate of web summary, logs etc (30s by default) 6. Fix gnuplot export with callable data specifiers 7. Put BodyCallback in #ifdef, since buggy; will be removed shortly, unless gets fixed. 8. Fix unbalanced force computation for clumps. 9. Remove accel and angAccel from state, since it is only used locally in the integrator. modified: core/Functor.hpp core/State.hpp core/main/yade-batch.in doc/sphinx/yadeSphinx.py gui/qt4/SerializableEditor.py pkg/common/Bo1_Box_Aabb.hpp pkg/common/Bo1_Sphere_Aabb.hpp pkg/common/Callbacks.cpp pkg/common/Callbacks.hpp pkg/common/Cylinder.hpp pkg/common/Gl1_Facet.hpp pkg/common/Gl1_Sphere.hpp pkg/common/InsertionSortCollider.cpp pkg/common/InsertionSortCollider.hpp pkg/common/InteractionLoop.hpp pkg/dem/Clump.cpp pkg/dem/Clump.hpp pkg/dem/CohesionlessMomentRotation.hpp pkg/dem/CohesiveFrictionalContactLaw.hpp pkg/dem/ConcretePM.hpp pkg/dem/CundallStrack.hpp pkg/dem/Dem3DofGeom_SphereSphere.hpp pkg/dem/Dem3DofGeom_WallSphere.hpp pkg/dem/Ig2_Box_Sphere_ScGeom.hpp pkg/dem/Ig2_Facet_Sphere_ScGeom.hpp pkg/dem/Ig2_Sphere_Sphere_ScGeom.hpp pkg/dem/Ip2_CohFrictMat_CohFrictMat_CohFrictPhys.hpp pkg/dem/L3Geom.hpp pkg/dem/NewtonIntegrator.cpp pkg/dem/NewtonIntegrator.hpp pkg/dem/RockPM.hpp pkg/dem/Shop.cpp pkg/dem/Shop.hpp pkg/dem/SpherePack.cpp pkg/dem/Tetra.hpp pkg/dem/TriaxialTest.cpp pkg/dem/UnbalancedForceCallbacks.cpp pkg/dem/UnbalancedForceCallbacks.hpp py/plot.py py/tests/omega.py py/wrapper/customConverters.cpp py/wrapper/yadeWrapper.cpp scripts/test/clumpPack.py scripts/test/law-test.py The size of the diff (1443 lines) is larger than your specified limit of 1000 lines
-- lp:yade https://code.launchpad.net/~yade-dev/yade/trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

