[cig-commits] r19404 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16

brad at geodynamics.org brad at geodynamics.org
Fri Jan 20 15:41:07 PST 2012


Author: brad
Date: 2012-01-20 15:41:06 -0800 (Fri, 20 Jan 2012)
New Revision: 19404

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg
Log:
Switch to linear interpolation for friction and tractions.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg	2012-01-20 22:13:59 UTC (rev 19403)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/pylithapp.cfg	2012-01-20 23:41:06 UTC (rev 19404)
@@ -116,12 +116,14 @@
 
 db_initial_tractions = spatialdata.spatialdb.SimpleDB
 db_initial_tractions.label = Initial fault tractions
+db_initial_tractions.query_type = linear
 
 friction = pylith.friction.SlipWeakeningTime
 friction.label = Slip weakening with forced time weakening
 
 friction.db_properties = spatialdata.spatialdb.SimpleDB
 friction.db_properties.label = Slip weakening
+friction.db_properties.query_type = linear
 
 # ----------------------------------------------------------------------
 # output



More information about the CIG-COMMITS mailing list