[cig-commits] r13138 - short/3D/PyLith/trunk/tests/2d/tri3

brad at geodynamics.org brad at geodynamics.org
Tue Oct 28 09:14:30 PDT 2008


Author: brad
Date: 2008-10-28 09:14:29 -0700 (Tue, 28 Oct 2008)
New Revision: 13138

Modified:
   short/3D/PyLith/trunk/tests/2d/tri3/dislocation.cfg
Log:
Changed displacement values for dislocation test.

Modified: short/3D/PyLith/trunk/tests/2d/tri3/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/tri3/dislocation.cfg	2008-10-28 04:40:34 UTC (rev 13137)
+++ short/3D/PyLith/trunk/tests/2d/tri3/dislocation.cfg	2008-10-28 16:14:29 UTC (rev 13138)
@@ -59,7 +59,7 @@
 db = spatialdata.spatialdb.UniformDB
 db.label = Dirichlet BC -x edge
 db.values = [dof-0,dof-1]
-db.data = [0.0,-1.0]
+db.data = [0.0,-0.5]
 
 [dislocation.timedependent.bc.x_pos]
 fixed_dof = [0, 1]
@@ -67,7 +67,7 @@
 db = spatialdata.spatialdb.UniformDB
 db.label = Dirichlet BC +x edge
 db.values = [dof-0,dof-1]
-db.data = [0.0,+1.0]
+db.data = [0.0,+0.5]
 
 # ----------------------------------------------------------------------
 # faults



More information about the CIG-COMMITS mailing list