yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11781
[Branch ~yade-pkg/yade/git-trunk] Rev 3563: Correction of minor inconsistency between comment and command
------------------------------------------------------------
revno: 3563
committer: jduriez <jerome.duriez@xxxxxxxxxxx>
timestamp: Thu 2015-01-08 17:11:14 -0700
message:
Correction of minor inconsistency between comment and command
modified:
doc/sphinx/tutorial/06-periodic-triaxial-test.py
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'doc/sphinx/tutorial/06-periodic-triaxial-test.py'
--- doc/sphinx/tutorial/06-periodic-triaxial-test.py 2014-09-03 15:59:54 +0000
+++ doc/sphinx/tutorial/06-periodic-triaxial-test.py 2015-01-09 00:11:14 +0000
@@ -91,7 +91,7 @@
# set the current cell configuration to be the reference one
O.cell.trsf=Matrix3.Identity
# change control type: keep constant confinement in x,y, 20% compression in z
- triax.goal=(sigmaIso,sigmaIso,-.3)
+ triax.goal=(sigmaIso,sigmaIso,-.2)
triax.stressMask=3
# allow faster deformation along x,y to better maintain stresses
triax.maxStrainRate=(1.,1.,.1)