[cig-commits] r9321 - short/3D/PyLith/trunk/pylith/meshio

brad at geodynamics.org brad at geodynamics.org
Wed Feb 13 14:55:03 PST 2008


Author: brad
Date: 2008-02-13 14:55:03 -0800 (Wed, 13 Feb 2008)
New Revision: 9321

Modified:
   short/3D/PyLith/trunk/pylith/meshio/OutputMatElastic.py
Log:
Added stress tensor to default output.

Modified: short/3D/PyLith/trunk/pylith/meshio/OutputMatElastic.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/OutputMatElastic.py	2008-02-13 22:54:33 UTC (rev 9320)
+++ short/3D/PyLith/trunk/pylith/meshio/OutputMatElastic.py	2008-02-13 22:55:03 UTC (rev 9321)
@@ -54,7 +54,7 @@
     cellInfoFields.meta['tip'] = "Names of cell info fields to output."
 
     cellDataFields = pyre.inventory.list("cell_data_fields", 
-                                         default=["total-strain"])
+                                         default=["total-strain", "stress"])
     cellDataFields.meta['tip'] = "Names of cell data fields to output."
 
 



More information about the cig-commits mailing list