[cig-commits] r21161 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102

brad at geodynamics.org brad at geodynamics.org
Fri Dec 14 10:18:01 PST 2012


Author: brad
Date: 2012-12-14 10:18:01 -0800 (Fri, 14 Dec 2012)
New Revision: 21161

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/pylithapp.cfg
Log:
Correct sign of shear traction.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/pylithapp.cfg	2012-12-14 17:32:42 UTC (rev 21160)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv102/pylithapp.cfg	2012-12-14 18:18:01 UTC (rev 21161)
@@ -129,7 +129,7 @@
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Initial fault tractions
 db_initial.values = [traction-shear-leftlateral, traction-shear-updip, traction-normal]
-db_initial.data = [-75.0*MPa, 0.0*MPa, -120.0*MPa]
+db_initial.data = [75.0*MPa, 0.0*MPa, -120.0*MPa]
 
 db_change = spatialdata.spatialdb.SimpleGridDB
 db_change.label = Traction perturbation



More information about the CIG-COMMITS mailing list