[cig-commits] r16915 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210

brad at geodynamics.org brad at geodynamics.org
Mon Jun 7 10:12:52 PDT 2010


Author: brad
Date: 2010-06-07 10:12:52 -0700 (Mon, 07 Jun 2010)
New Revision: 16915

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/friction.spatialdb
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_smooth.jou
Log:
Forgot to set query_type for initial tractions.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/friction.spatialdb
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/friction.spatialdb	2010-06-07 05:04:46 UTC (rev 16914)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/friction.spatialdb	2010-06-07 17:12:52 UTC (rev 16915)
@@ -4,7 +4,7 @@
   value-names = static-coefficient dynamic-coefficient slip-weakening-parameter cohesion
   value-units =  none none m MPa
   num-locs = 8  
-  data-dim = 1
+  data-dim = 2
   space-dim = 3
   cs-data = cartesian {
     to-meters = 1.0e+3  // x, y, z are in km

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg	2010-06-07 05:04:46 UTC (rev 16914)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg	2010-06-07 17:12:52 UTC (rev 16915)
@@ -127,6 +127,7 @@
 db_initial_tractions = spatialdata.spatialdb.SimpleDB
 db_initial_tractions.iohandler.filename = tractions.spatialdb
 db_initial_tractions.label = "Initial fault tractions"
+db_initial_tractions.query_type = linear
 
 friction = pylith.friction.SlipWeakening
 
@@ -134,6 +135,7 @@
 friction.db_properties.iohandler.filename = friction.spatialdb
 friction.db_properties.label = Slip weakening
 
+
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_smooth.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_smooth.jou	2010-06-07 05:04:46 UTC (rev 16914)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4_smooth.jou	2010-06-07 17:12:52 UTC (rev 16915)
@@ -1,7 +1,7 @@
 # ----------------------------------------------------------------------
 # Smooth the mesh
 # ----------------------------------------------------------------------
-volume all smooth scheme condition number beta 1.9 cpu 10
+volume all smooth scheme condition number beta 2.0 cpu 10
 smooth volume all
-#volume all smooth scheme condition number beta 1.7 cpu 20
-#smooth volume all
+volume all smooth scheme condition number beta 1.7 cpu 60
+smooth volume all



More information about the CIG-COMMITS mailing list