[cig-commits] r20133 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14

brad at geodynamics.org brad at geodynamics.org
Tue May 15 14:41:13 PDT 2012


Author: brad
Date: 2012-05-15 14:41:13 -0700 (Tue, 15 May 2012)
New Revision: 20133

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/hex8.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_hex8_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_tet4_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_tet4_200m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_hex8_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_tet4_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_tet4_200m.cfg
Log:
Updated for PyLith 1.7.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/hex8.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/hex8.cfg	2012-05-15 21:40:48 UTC (rev 20132)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/hex8.cfg	2012-05-15 21:41:13 UTC (rev 20133)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/pylithapp.cfg	2012-05-15 21:40:48 UTC (rev 20132)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/pylithapp.cfg	2012-05-15 21:41:13 UTC (rev 20133)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 
 [pylithapp]
 
@@ -121,31 +120,37 @@
 id = 100
 label = main_fault
 
-db_initial_tractions = spatialdata.spatialdb.SimpleDB
-db_initial_tractions.label = "Initial fault tractions"
-
 friction = pylith.friction.SlipWeakening
 friction.db_properties = spatialdata.spatialdb.SimpleDB
 friction.db_properties.iohandler.filename = friction_main.spatialdb
 friction.db_properties.label = Slip weakening
 
+traction_perturbation = pylith.faults.TractPerturbation
 
+[pylithapp.timedependent.interfaces.main_fault.traction_perturbation]
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.label = Initial fault tractions
+
+
 [pylithapp.timedependent.interfaces.branch_fault]
 
 # Material id
 id = 101
 label = branch_fault
 
-db_initial_tractions = spatialdata.spatialdb.UniformDB
-db_initial_tractions.label = "Initial fault tractions"
-db_initial_tractions.values = [traction-shear-leftlateral,traction-shear-updip,traction-normal]
-
 friction = pylith.friction.SlipWeakening
 friction.db_properties = spatialdata.spatialdb.SimpleDB
 friction.db_properties.iohandler.filename = friction_branch.spatialdb
 friction.db_properties.label = Slip weakening
 
+traction_perturbation = pylith.faults.TractPerturbation
 
+[pylithapp.timedependent.interfaces.branch_fault.traction_perturbation]
+db_initial = spatialdata.spatialdb.UniformDB
+db_initial.label = Initial fault tractions
+db_initial.values = [traction-shear-leftlateral,traction-shear-updip,traction-normal]
+
+
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg	2012-05-15 21:40:48 UTC (rev 20132)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg	2012-05-15 21:41:13 UTC (rev 20133)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14.cfg	2012-05-15 21:40:48 UTC (rev 20132)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14.cfg	2012-05-15 21:41:13 UTC (rev 20133)
@@ -4,13 +4,12 @@
 # faults
 # ----------------------------------------------------------------------
 # Main fault
-[pylithapp.timedependent.interfaces.main_fault]
+[pylithapp.timedependent.interfaces.main_fault.traction_perturbation]
+db_initial.iohandler.filename = tpv14_tractions.spatialdb 
 
-db_initial_tractions.iohandler.filename = tpv14_tractions.spatialdb 
-
 # Branch fault
-[pylithapp.timedependent.interfaces.branch_fault]
-db_initial_tractions.data = [-70.0*MPa, 0.0*MPa, -120.0*MPa]
+[pylithapp.timedependent.interfaces.branch_fault.traction_perturbation]
+db_initial.data = [-70.0*MPa, 0.0*MPa, -120.0*MPa]
 
 
 # End of file

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_hex8_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_hex8_100m.cfg	2012-05-15 21:40:48 UTC (rev 20132)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_hex8_100m.cfg	2012-05-15 21:41:13 UTC (rev 20133)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_tet4_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_tet4_100m.cfg	2012-05-15 21:40:48 UTC (rev 20132)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_tet4_100m.cfg	2012-05-15 21:41:13 UTC (rev 20133)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_tet4_200m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_tet4_200m.cfg	2012-05-15 21:40:48 UTC (rev 20132)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv14_tet4_200m.cfg	2012-05-15 21:41:13 UTC (rev 20133)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15.cfg	2012-05-15 21:40:48 UTC (rev 20132)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15.cfg	2012-05-15 21:41:13 UTC (rev 20133)
@@ -4,13 +4,12 @@
 # faults
 # ----------------------------------------------------------------------
 # Main fault
-[pylithapp.timedependent.interfaces.main_fault]
+[pylithapp.timedependent.interfaces.main_fault.traction_perturbation]
+db_initial.iohandler.filename = tpv15_tractions.spatialdb 
 
-db_initial_tractions.iohandler.filename = tpv15_tractions.spatialdb 
-
 # Branch fault
-[pylithapp.timedependent.interfaces.branch_fault]
-db_initial_tractions.data = [+78.0*MPa, 0.0*MPa, -120.0*MPa]
+[pylithapp.timedependent.interfaces.branch_fault.traction_perturbation]
+db_initial.data = [+78.0*MPa, 0.0*MPa, -120.0*MPa]
 
 
 # End of file

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_hex8_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_hex8_100m.cfg	2012-05-15 21:40:48 UTC (rev 20132)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_hex8_100m.cfg	2012-05-15 21:41:13 UTC (rev 20133)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_tet4_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_tet4_100m.cfg	2012-05-15 21:40:48 UTC (rev 20132)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_tet4_100m.cfg	2012-05-15 21:41:13 UTC (rev 20133)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_tet4_200m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_tet4_200m.cfg	2012-05-15 21:40:48 UTC (rev 20132)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tpv15_tet4_200m.cfg	2012-05-15 21:41:13 UTC (rev 20133)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list