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

brad at geodynamics.org brad at geodynamics.org
Wed Oct 5 10:04:23 PDT 2011


Author: brad
Date: 2011-10-05 10:04:23 -0700 (Wed, 05 Oct 2011)
New Revision: 19016

Modified:
   short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/faultstrip/dynamic_timeweakening.cfg
   short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/faultstrip/pylithapp.cfg
Log:
Added missing labels.

Modified: short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/faultstrip/dynamic_timeweakening.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/faultstrip/dynamic_timeweakening.cfg	2011-10-05 16:58:11 UTC (rev 19015)
+++ short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/faultstrip/dynamic_timeweakening.cfg	2011-10-05 17:04:23 UTC (rev 19016)
@@ -8,6 +8,7 @@
 
 # Use slip-weakening friction
 friction = pylith.friction.TimeWeakening
+friction.label = Time weakening
 
 friction.db_properties = spatialdata.spatialdb.UniformDB
 friction.db_properties.label = Time weakening

Modified: short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/faultstrip/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/faultstrip/pylithapp.cfg	2011-10-05 16:58:11 UTC (rev 19015)
+++ short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/faultstrip/pylithapp.cfg	2011-10-05 17:04:23 UTC (rev 19016)
@@ -46,10 +46,6 @@
 normalizer = spatialdata.units.NondimElasticDynamic
 normalizer.shear_wave_speed = 1.0*km/s
 
-bc = [y_pos,y_neg]
-interfaces = [fault]
-materials = [elastic]
-
 [pylithapp.timedependent.formulation.time_step]
 total_time = 10.0*s
 dt = 0.05*s
@@ -57,6 +53,9 @@
 # ----------------------------------------------------------------------
 # materials
 # ----------------------------------------------------------------------
+[pylithapp.timedependent]
+materials = [elastic]
+
 [pylithapp.timedependent.materials]
 elastic = pylith.materials.ElasticPlaneStrain
 
@@ -75,6 +74,9 @@
 # ----------------------------------------------------------------------
 # boundary conditions
 # ----------------------------------------------------------------------
+[pylithapp.timedependent]
+bc = [y_pos,y_neg]
+
 [pylithapp.timedependent.bc.y_pos]
 label = face_ypos
 bc_dof = [0, 1]
@@ -86,6 +88,9 @@
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
+[pylithapp.timedependent]
+interfaces = [fault]
+
 [pylithapp.timedependent.interfaces]
 fault = pylith.faults.FaultCohesiveDyn
 



More information about the CIG-COMMITS mailing list