yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #09438
[yade/trunk] 33a8c6: - small fix in the way TriaxialStressController de...
Branch: refs/heads/master
Home: https://github.com/yade/trunk
Commit: 33a8c6f403d1cef8e05452e0216c7de5538fbf8a
https://github.com/yade/trunk/commit/33a8c6f403d1cef8e05452e0216c7de5538fbf8a
Author: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M examples/triax-tutorial/script-session1.py
Log Message:
-----------
- small fix in the way TriaxialStressController defines meanStress
Commit: 422ecb00c710337ede7ace6ae62f8f857c6e975a
https://github.com/yade/trunk/commit/422ecb00c710337ede7ace6ae62f8f857c6e975a
Author: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M core/Cell.cpp
M core/Cell.hpp
Log Message:
-----------
A more precise integration of contact forces in periodic deformations, using period size of the previous step for the relative velocity update
+ cache a (matrix x matrix) product for performance (previously re-computed for each other interaction)
Commit: b9b4ad01bd72eea57267a3cd81e561225a5823ff
https://github.com/yade/trunk/commit/b9b4ad01bd72eea57267a3cd81e561225a5823ff
Author: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
Date: 2013-04-09 (Tue, 09 Apr 2013)
Changed paths:
M pkg/dem/TriaxialStressController.cpp
Log Message:
-----------
- fix a small bug in the determination of the mean stress (TriaxialStressController)
Compare: https://github.com/yade/trunk/compare/956e88b2cd97...b9b4ad01bd72
Follow ups