← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2925: - one more PhD done with Yade

 

------------------------------------------------------------
revno: 2925
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: trunk
timestamp: Thu 2011-10-06 16:58:10 +0200
message:
  - one more PhD done with Yade
  - remove Ohloh widget since it's never clicked and suggest an underestimated number of users
  - small addition in TSC documentation
modified:
  doc/sphinx/templates/index.html
  doc/yade-theses.bib
  pkg/dem/TriaxialStressController.hpp


--
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
=== modified file 'doc/sphinx/templates/index.html'
--- doc/sphinx/templates/index.html	2011-05-04 18:53:06 +0000
+++ doc/sphinx/templates/index.html	2011-10-06 14:58:10 +0000
@@ -13,9 +13,6 @@
   <p>
    This documentation decribes Yade version {{ release }} / {{ version }}.
   </p>
-  <div align="right">
-   <script type="text/javascript" align="right" src="http://www.ohloh.net/p/12878/widgets/project_users.js?style=blue";></script>
-  </div>
 
  <h2>Documentation</h2>
 

=== modified file 'doc/yade-theses.bib'
--- doc/yade-theses.bib	2011-08-31 16:47:43 +0000
+++ doc/yade-theses.bib	2011-10-06 14:58:10 +0000
@@ -66,5 +66,10 @@
         url = {http://tel.archives-ouvertes.fr/tel-00443670/fr/}
 }
 
-
-
+@phdthesis{Tran2011,
+        author = {Van Tieng TRAN},
+        title = {Structures en béton soumises à des chargements mécaniques extrêmes: modélisation de la réponse locale par la méthode des éléménts discrets (in french)},
+        year = {2011},
+        school = {Université Grenoble I – Joseph Fourier},
+        url = {https://yade-dem.org/w/images/2/27/VanTranTiengThesis.pdf}
+}

=== modified file 'pkg/dem/TriaxialStressController.hpp'
--- pkg/dem/TriaxialStressController.hpp	2011-04-22 09:04:48 +0000
+++ pkg/dem/TriaxialStressController.hpp	2011-10-06 14:58:10 +0000
@@ -130,7 +130,7 @@
 		normal[wall_back].z()=1;
 		porosity=1;
 		,
-		.def_readonly("strain",&TriaxialStressController::strain,"Current strain (logarithmic).")
+		.def_readonly("strain",&TriaxialStressController::strain,"Current strain in a vector (exx,eyy,ezz). The values reflect true (logarithmic) strain.")
  		.def_readonly("porosity",&TriaxialStressController::porosity,"Porosity of the packing.")
 		.def_readonly("boxVolume",&TriaxialStressController::boxVolume,"Total packing volume.")
 		.def_readonly("spheresVolume",&TriaxialStressController::spheresVolume,"Total volume pf spheres.")