[cig-commits] r16319 - short/3D/PyLith/trunk/playpen/powerlaw

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Feb 22 20:12:35 PST 2010


Author: willic3
Date: 2010-02-22 20:12:35 -0800 (Mon, 22 Feb 2010)
New Revision: 16319

Modified:
   short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_gendb.py
   short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_points.txt
Log:
Similar changes to those made in applications/utilities.



Modified: short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_gendb.py
===================================================================
--- short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_gendb.py	2010-02-23 04:11:30 UTC (rev 16318)
+++ short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_gendb.py	2010-02-23 04:12:35 UTC (rev 16319)
@@ -148,7 +148,7 @@
     refStrainRateInfo = {'name': "reference-strain-rate",
                          'units': "1/s",
                          'data': refStrainRate.flatten()}
-    exponentInfo = {'name': "powerlaw-exponent",
+    exponentInfo = {'name': "power-law-exponent",
                     'units': "none",
                     'data': n.flatten()}
 

Modified: short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_points.txt
===================================================================
--- short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_points.txt	2010-02-23 04:11:30 UTC (rev 16318)
+++ short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_points.txt	2010-02-23 04:12:35 UTC (rev 16319)
@@ -1,2 +1,4 @@
+# Example of a file defining the points at which to compute power-law
+# properties.
 0.0  0.0   0.0
 0.0  0.0  -1.0e+3



More information about the CIG-COMMITS mailing list