[cig-commits] r11283 - short/3D/PyLith/trunk/examples/twofaults/2d

brad at geodynamics.org brad at geodynamics.org
Wed Feb 27 20:32:57 PST 2008


Author: brad
Date: 2008-02-27 20:32:57 -0800 (Wed, 27 Feb 2008)
New Revision: 11283

Modified:
   short/3D/PyLith/trunk/examples/twofaults/2d/dislocation_2faults.cfg
   short/3D/PyLith/trunk/examples/twofaults/2d/pylithapp.cfg
Log:
Fixed fault settings. Ids must be unique.

Modified: short/3D/PyLith/trunk/examples/twofaults/2d/dislocation_2faults.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twofaults/2d/dislocation_2faults.cfg	2008-02-28 01:47:41 UTC (rev 11282)
+++ short/3D/PyLith/trunk/examples/twofaults/2d/dislocation_2faults.cfg	2008-02-28 04:32:57 UTC (rev 11283)
@@ -55,6 +55,7 @@
 # Define parameters for fault_1.
 [pylithapp.timedependent.interfaces.fault_1]
 label = fault_1
+id = 100
 mat_db.iohandler.filename = matprops.spatialdb
 quadrature = pylith.feassemble.quadrature.Quadrature1Din2D
 quadrature.cell.shape = line
@@ -68,6 +69,7 @@
 # Define parameters for fault_2.
 [pylithapp.timedependent.interfaces.fault_2]
 label = fault_2
+id = 101
 mat_db.iohandler.filename = matprops.spatialdb
 quadrature = pylith.feassemble.quadrature.Quadrature1Din2D
 quadrature.cell.shape = line

Modified: short/3D/PyLith/trunk/examples/twofaults/2d/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twofaults/2d/pylithapp.cfg	2008-02-28 01:47:41 UTC (rev 11282)
+++ short/3D/PyLith/trunk/examples/twofaults/2d/pylithapp.cfg	2008-02-28 04:32:57 UTC (rev 11283)
@@ -68,7 +68,7 @@
 material_2 = pylith.materials.ElasticPlaneStrain
 
 [pylithapp.timedependent.materials.material_1]
-label = elastic material
+label = elastic material 1
 id = 1
 db.iohandler.filename = matprops.spatialdb
 quadrature = pylith.feassemble.quadrature.Quadrature2D
@@ -76,7 +76,7 @@
 quadrature.cell.dimension = 2
 
 [pylithapp.timedependent.materials.material_2]
-label = elastic material
+label = elastic material 2
 id = 2
 db.iohandler.filename = matprops.spatialdb
 quadrature = pylith.feassemble.quadrature.Quadrature2D



More information about the cig-commits mailing list