← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3861: update biblio references

 

------------------------------------------------------------
revno: 3861
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
timestamp: Tue 2014-04-01 15:18:38 +0200
message:
  update biblio references
modified:
  doc/yade-articles.bib
  examples/tesselationwrapper/tesselationWrapper.py
  pkg/dem/TesselationWrapper.hpp


--
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/yade-articles.bib'
--- doc/yade-articles.bib	2014-01-06 09:35:37 +0000
+++ doc/yade-articles.bib	2014-04-01 13:18:38 +0000
@@ -20,14 +20,17 @@
 	author = {Boon,C.W. and Houlsby, G.T. and Utili, S.}
 }
 
-@Article{Catalano2013a,
+@Article{Catalano2014a,
 	title = {Pore-scale modeling of fluid-particles interaction and emerging poromechanical effects},
 	author = {Catalano, E. and Chareyre, B. and Barthélémy, E.},
 	journal = {International Journal for Numerical and Analytical Methods in Geomechanics},
-	year = {2013},
+	year = {2014},
+	volume = {38},
+	number = {1},
+	pages = {51--71},
 	doi = {10.1002/nag.2198},
-	note = {in press, arxiv version available},
-	url = {http://arxiv.org/pdf/1304.4895.pdf}
+	note = {http://arxiv.org/pdf/1304.4895.pdf},
+	url = {http://dx.doi.org/10.1002/nag.2198}
 }
 
 @article{Chareyre2012a,

=== modified file 'examples/tesselationwrapper/tesselationWrapper.py'
--- examples/tesselationwrapper/tesselationWrapper.py	2013-08-19 17:51:24 +0000
+++ examples/tesselationwrapper/tesselationWrapper.py	2014-04-01 13:18:38 +0000
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 #2012 Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
 """Example usage of a TesselationWrapper object for getting microscale quantities."""
-# See Catalano2013a for the definition of micro-strain
+# See Catalano2014a for the definition of micro-strain
 # (http://dx.doi.org/10.1002/nag.2198 or free-access at arxiv http://arxiv.org/pdf/1304.4895.pdf)
 
 tt=TriaxialTest()

=== modified file 'pkg/dem/TesselationWrapper.hpp'
--- pkg/dem/TesselationWrapper.hpp	2014-03-21 18:47:45 +0000
+++ pkg/dem/TesselationWrapper.hpp	2014-04-01 13:18:38 +0000
@@ -113,7 +113,7 @@
 	FiniteEdgesIterator facet_it;
 	MicroMacroAnalyser mma;
 
-	YADE_CLASS_BASE_DOC_ATTRS_CTOR_PY(TesselationWrapper,GlobalEngine,"Handle the triangulation of spheres in a scene, build tesselation on request, and give access to computed quantities (see also the `dedicated section in user manual <https://yade-dem.org/doc/user.html#micro-stress-and-micro-strain>`_). The calculation of microstrain is explained in [Catalano2013a]_ \n\nSee example usage in script example/tesselationWrapper/tesselationWrapper.py.\n\nBelow is an output of the :yref:`defToVtk<TesselationWrapper::defToVtk>` function visualized with paraview (in this case Yade's TesselationWrapper was used to process experimental data obtained on sand by Edward Ando at Grenoble University, 3SR lab.)\n\n.. figure:: fig/localstrain.*",
+	YADE_CLASS_BASE_DOC_ATTRS_CTOR_PY(TesselationWrapper,GlobalEngine,"Handle the triangulation of spheres in a scene, build tesselation on request, and give access to computed quantities (see also the `dedicated section in user manual <https://yade-dem.org/doc/user.html#micro-stress-and-micro-strain>`_). The calculation of microstrain is explained in [Catalano2014a]_ \n\nSee example usage in script example/tesselationWrapper/tesselationWrapper.py.\n\nBelow is an output of the :yref:`defToVtk<TesselationWrapper::defToVtk>` function visualized with paraview (in this case Yade's TesselationWrapper was used to process experimental data obtained on sand by Edward Ando at Grenoble University, 3SR lab.)\n\n.. figure:: fig/localstrain.*",
 	((unsigned int,n_spheres,0,,"|ycomp|"))
 	,/*ctor*/
   	Tes = new Tesselation;