[cig-commits] r20131 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210
brad at geodynamics.org
brad at geodynamics.org
Tue May 15 14:39:56 PDT 2012
Author: brad
Date: 2012-05-15 14:39:56 -0700 (Tue, 15 May 2012)
New Revision: 20131
Modified:
short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv10.cfg
short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv11.cfg
short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv12.cfg
Log:
Updated for PyLith 1.7.
Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv10.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv10.cfg 2012-05-15 21:39:31 UTC (rev 20130)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv10.cfg 2012-05-15 21:39:56 UTC (rev 20131)
@@ -4,15 +4,18 @@
# faults
# ----------------------------------------------------------------------
[pylithapp.timedependent.interfaces.fault]
-db_initial_tractions = spatialdata.spatialdb.SimpleDB
-db_initial_tractions.label = Initial fault tractions
-db_initial_tractions.iohandler.filename = tpv10_tractions.spatialdb
-db_initial_tractions.query_type = linear
-
friction.db_properties.iohandler.filename = tpv10_friction.spatialdb
friction.db_properties.query_type = nearest
+traction_perturbation = pylith.faults.TractPerturbation
+[pylithapp.timedependent.interfaces.fault.traction_perturbation]
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.label = Initial fault tractions
+db_initial.iohandler.filename = tpv10_tractions.spatialdb
+db_initial.query_type = linear
+
+
# ----------------------------------------------------------------------
# output
# ----------------------------------------------------------------------
Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv11.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv11.cfg 2012-05-15 21:39:31 UTC (rev 20130)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv11.cfg 2012-05-15 21:39:56 UTC (rev 20131)
@@ -4,15 +4,18 @@
# faults
# ----------------------------------------------------------------------
[pylithapp.timedependent.interfaces.fault]
-db_initial_tractions = spatialdata.spatialdb.SimpleDB
-db_initial_tractions.label = Initial fault tractions
-db_initial_tractions.iohandler.filename = tpv11_tractions.spatialdb
-db_initial_tractions.query_type = linear
-
friction.db_properties.iohandler.filename = tpv11_friction.spatialdb
friction.db_properties.query_type = nearest
+traction_perturbation = pylith.faults.TractPerturbation
+[pylithapp.timedependent.interfaces.fault.traction_perturbation]
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.label = Initial fault tractions
+db_initial.iohandler.filename = tpv11_tractions.spatialdb
+db_initial.query_type = linear
+
+
# ----------------------------------------------------------------------
# output
# ----------------------------------------------------------------------
Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv12.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv12.cfg 2012-05-15 21:39:31 UTC (rev 20130)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv12.cfg 2012-05-15 21:39:56 UTC (rev 20131)
@@ -11,15 +11,18 @@
# faults
# ----------------------------------------------------------------------
[pylithapp.timedependent.interfaces.fault]
-db_initial_tractions = spatialdata.spatialdb.SimpleDB
-db_initial_tractions.label = Initial fault tractions
-db_initial_tractions.iohandler.filename = tpv12_tractions.spatialdb
-db_initial_tractions.query_type = linear
-
friction.db_properties.iohandler.filename = tpv12_friction.spatialdb
friction.db_properties.query_type = nearest
+traction_perturbation = pylith.faults.TractPerturbation
+[pylithapp.timedependent.interfaces.fault.traction_perturbation]
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.label = Initial fault tractions
+db_initial.iohandler.filename = tpv12_tractions.spatialdb
+db_initial.query_type = linear
+
+
# ----------------------------------------------------------------------
# output
# ----------------------------------------------------------------------
More information about the CIG-COMMITS
mailing list