[cig-commits] r18734 - short/3D/PyLith/branches/v1.6-stable/tests/2d/faultstrip

brad at geodynamics.org brad at geodynamics.org
Mon Jul 11 15:36:48 PDT 2011


Author: brad
Date: 2011-07-11 15:36:48 -0700 (Mon, 11 Jul 2011)
New Revision: 18734

Modified:
   short/3D/PyLith/branches/v1.6-stable/tests/2d/faultstrip/dynamic_slipweakening.cfg
   short/3D/PyLith/branches/v1.6-stable/tests/2d/faultstrip/pylithapp.cfg
Log:
Updated examples to meet requirement of labels for spatial databases.

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/faultstrip/dynamic_slipweakening.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/faultstrip/dynamic_slipweakening.cfg	2011-07-11 22:27:54 UTC (rev 18733)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/faultstrip/dynamic_slipweakening.cfg	2011-07-11 22:36:48 UTC (rev 18734)
@@ -8,9 +8,10 @@
 
 # Use slip-weakening friction
 friction = pylith.friction.SlipWeakening
+friction.label = Slip weakening
 
 friction.db_properties = spatialdata.spatialdb.UniformDB
-friction.db_properties.label = Slip weakening
+friction.db_properties.label = Slip weakening parameters
 friction.db_properties.values = [static-coefficient,dynamic-coefficient,slip-weakening-parameter,cohesion]
 friction.db_properties.data = [0.6,0.3,0.2*m,0.0*Pa]
 

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/faultstrip/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/faultstrip/pylithapp.cfg	2011-07-11 22:27:54 UTC (rev 18733)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/faultstrip/pylithapp.cfg	2011-07-11 22:36:48 UTC (rev 18734)
@@ -64,6 +64,7 @@
 label = Elastic material
 id = 1
 db_properties = spatialdata.spatialdb.UniformDB
+db_properties.label = Elastic properties
 db_properties.values = [density,vp,vs]
 db_properties.data = [2500*kg/m**3,1732.0*m/s,1000.0*m/s]
 



More information about the CIG-COMMITS mailing list