------------------------------------------------------------ revno: 2421 committer: Chiara Modenese <c...@engs-018373> branch nick: trunk timestamp: Thu 2010-09-02 10:11:04 +0100 message: 1. Add Engine::dead attribute; if set, the engine will not be run at all (unless explicitly called via () from python or ::action from c++). Useful for temporarily (de)activating engines without having to modify O.engines 2. PeriodicPythonRunner renamed to PyRunner as it is used so often. 3. Add Cell.getVolume() and utils.porosity 4. Check for force&torque NaNs in NewtonIntegrator in debug builds 5. Add --rebuild option which will launch scons before running the simulation itself 6. Some fixes in the HertzMindlin law 7. The qt4 interface will try to open packaged docs, then docs in the source dir and online docs as the last resort. 8. Some fixes in PeriTriaxController (the servo-mechanism) and probably a bug fix in TriaxialStressController (will ask Bruno on the list to confirm the correctness) renamed: pkg/common/Engine/GlobalEngine/PeriodicPythonRunner.cpp => pkg/common/Engine/GlobalEngine/PyRunner.cpp pkg/common/Engine/GlobalEngine/PeriodicPythonRunner.hpp => pkg/common/Engine/GlobalEngine/PyRunner.hpp modified: SConstruct core/Cell.hpp core/Engine.cpp core/Engine.hpp core/Scene.cpp core/main/main.py.in examples/concrete/periodic.py examples/concrete/uniax.py examples/mindlin_test.py examples/simple-scene/simple-scene-plot.py gui/qt4/__init__.py pkg/common/Engine/GlobalEngine/PeriodicEngines.hpp pkg/common/Engine/ParallelEngine.cpp pkg/dem/Engine/GlobalEngine/HertzMindlin.cpp pkg/dem/Engine/GlobalEngine/HertzMindlin.hpp pkg/dem/Engine/GlobalEngine/NewtonIntegrator.cpp pkg/dem/meta/Shop.cpp pkg/dem/meta/Shop.hpp py/_utils.cpp py/config.py.in py/export.py py/system.py scripts/Damping_HM.py scripts/multi.py scripts/normalInelasticity-test.py scripts/simpleShear.py scripts/test-sphere-facet.py scripts/test/chained-cylinder-spring.py scripts/test/cpm-dem3dof-scgeom.py scripts/test/force-move.py scripts/test/interpolating-force.py scripts/test/peri3d.py scripts/test/periodic-shear.py scripts/test/periodic-triax-velgrad.py scripts/test/shear.py pkg/common/Engine/GlobalEngine/PyRunner.cpp pkg/common/Engine/GlobalEngine/PyRunner.hpp The size of the diff (1127 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

