[cig-commits] r20126 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18

brad at geodynamics.org brad at geodynamics.org
Tue May 15 14:37:21 PDT 2012


Author: brad
Date: 2012-05-15 14:37:21 -0700 (Tue, 15 May 2012)
New Revision: 20126

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/hex8.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_hex8_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_tet4_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_tet4_200m.cfg
Log:
Updated for PyLith 1.7.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/hex8.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/hex8.cfg	2012-05-15 21:34:05 UTC (rev 20125)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/hex8.cfg	2012-05-15 21:37:21 UTC (rev 20126)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg	2012-05-15 21:34:05 UTC (rev 20125)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg	2012-05-15 21:37:21 UTC (rev 20126)
@@ -1,5 +1,3 @@
-# -*- Python -*-
-
 [pylithapp]
 
 # ----------------------------------------------------------------------
@@ -117,10 +115,6 @@
 id = 100
 label = main_fault
 
-db_initial_tractions = spatialdata.spatialdb.SimpleDB
-db_initial_tractions.label = Initial fault tractions on main fault
-db_initial_tractions.query_type = linear
-
 friction = pylith.friction.SlipWeakeningTime
 friction.label = Slip Weakening on main fault
 friction.db_properties = spatialdata.spatialdb.SimpleDB
@@ -128,15 +122,17 @@
 friction.db_properties.label = Slip weakening on main fault
 friction.db_properties.query_type = linear
 
+traction_perturbation = pylith.faults.TractPerturbation
 
+[pylithapp.timedependent.interfaces.main_fault.traction_perturbation]
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.label = Initial fault tractions on main fault
+db_initial.query_type = linear
+
 [pylithapp.timedependent.interfaces.branch_fault]
 id = 101
 label = branch_fault
 
-db_initial_tractions = spatialdata.spatialdb.SimpleDB
-db_initial_tractions.label = Initial fault tractions on branch fault
-db_initial_tractions.query_type = linear
-
 friction = pylith.friction.SlipWeakening
 friction.label = Slip Weakening on branch fault
 friction.db_properties = spatialdata.spatialdb.SimpleDB
@@ -144,7 +140,14 @@
 friction.db_properties.label = Slip weakening on branch fault
 friction.db_properties.query_type = linear
 
+traction_perturbation = pylith.faults.TractPerturbation
 
+[pylithapp.timedependent.interfaces.branch_fault.traction_perturbation]
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.label = Initial fault tractions on branch fault
+db_initial.query_type = linear
+
+
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg	2012-05-15 21:34:05 UTC (rev 20125)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg	2012-05-15 21:37:21 UTC (rev 20126)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18.cfg	2012-05-15 21:34:05 UTC (rev 20125)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18.cfg	2012-05-15 21:37:21 UTC (rev 20126)
@@ -4,12 +4,12 @@
 # faults
 # ----------------------------------------------------------------------
 # Main fault
-[pylithapp.timedependent.interfaces.main_fault]
-db_initial_tractions.iohandler.filename = tpv18_traction_main.spatialdb 
+[pylithapp.timedependent.interfaces.main_fault.traction_perturbation]
+db_initial.iohandler.filename = tpv18_traction_main.spatialdb 
 
 # Branch fault
-[pylithapp.timedependent.interfaces.branch_fault]
-db_initial_tractions.iohandler.filename = tpv18_traction_branch.spatialdb 
+[pylithapp.timedependent.interfaces.branch_fault.traction_perturbation]
+db_initial.iohandler.filename = tpv18_traction_branch.spatialdb 
 
 
 # End of file

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_hex8_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_hex8_100m.cfg	2012-05-15 21:34:05 UTC (rev 20125)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_hex8_100m.cfg	2012-05-15 21:37:21 UTC (rev 20126)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_tet4_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_tet4_100m.cfg	2012-05-15 21:34:05 UTC (rev 20125)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_tet4_100m.cfg	2012-05-15 21:37:21 UTC (rev 20126)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_tet4_200m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_tet4_200m.cfg	2012-05-15 21:34:05 UTC (rev 20125)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tpv18_tet4_200m.cfg	2012-05-15 21:37:21 UTC (rev 20126)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list