[cig-commits] r19058 - short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide

brad at geodynamics.org brad at geodynamics.org
Wed Oct 12 08:29:16 PDT 2011


Author: brad
Date: 2011-10-12 08:29:16 -0700 (Wed, 12 Oct 2011)
New Revision: 19058

Modified:
   short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/plot_friction.py
   short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/ratestate_weak.cfg
   short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension.cfg
   short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension_axial.timedb
   short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension_shear.timedb
Log:
Updated frictionslide parameters.

Modified: short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/plot_friction.py
===================================================================
--- short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/plot_friction.py	2011-10-11 21:51:18 UTC (rev 19057)
+++ short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/plot_friction.py	2011-10-12 15:29:16 UTC (rev 19058)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-sim = "ratestate_stable"
+sim = "ratestate_weak"
 
 # ======================================================================
 import tables

Modified: short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/pylithapp.cfg	2011-10-11 21:51:18 UTC (rev 19057)
+++ short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/pylithapp.cfg	2011-10-12 15:29:16 UTC (rev 19058)
@@ -96,8 +96,8 @@
 sub_pc_factor_shift_type = nonzero
 
 # KSP
-ksp_rtol = 1.0e-8
-ksp_atol = 1.0e-15
+ksp_rtol = 1.0e-15
+ksp_atol = 1.0e-20
 ksp_max_it = 500
 ksp_gmres_restart = 20
 
@@ -107,7 +107,7 @@
 
 # SNES
 snes_rtol = 1.0e-8
-snes_atol = 1.0e-12
+snes_atol = 1.0e-10
 snes_max_it = 500
 
 snes_monitor = true
@@ -115,6 +115,7 @@
 snes_converged_reason = true
 
 #log_summary = true
+info =
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/ratestate_weak.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/ratestate_weak.cfg	2011-10-11 21:51:18 UTC (rev 19057)
+++ short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/ratestate_weak.cfg	2011-10-12 15:29:16 UTC (rev 19058)
@@ -12,6 +12,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 friction = pylith.friction.RateStateAgeing
+friction.label = Rate state ageing
 
 # Set the friction model parameters.
 #  reference coefficient of friction: 0.6

Modified: short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension.cfg	2011-10-11 21:51:18 UTC (rev 19057)
+++ short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension.cfg	2011-10-12 15:29:16 UTC (rev 19058)
@@ -10,7 +10,7 @@
 normalizer.length_scale = 1.0*mm
 
 [pylithapp.timedependent.implicit.time_step]
-total_time = 4.0*s
+total_time = 5.0*s
 dt = 1.0*s
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension_axial.timedb
===================================================================
--- short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension_axial.timedb	2011-10-11 21:51:18 UTC (rev 19057)
+++ short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension_axial.timedb	2011-10-12 15:29:16 UTC (rev 19058)
@@ -1,6 +1,6 @@
 #TIME HISTORY ascii
 TimeHistory {
-  num-points = 5
+  num-points = 6
   time-units = second
 }
  0.0  -5.0
@@ -8,3 +8,4 @@
  2.0  +7.0
  3.0  +9.0
  4.0  -5.0
+ 5.0  -5.0

Modified: short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension_shear.timedb
===================================================================
--- short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension_shear.timedb	2011-10-11 21:51:18 UTC (rev 19057)
+++ short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/tension_shear.timedb	2011-10-12 15:29:16 UTC (rev 19058)
@@ -1,6 +1,6 @@
 #TIME HISTORY ascii
 TimeHistory {
-  num-points = 5
+  num-points = 6
   time-units = second
 }
  0.0  +8.0
@@ -8,3 +8,4 @@
  2.0  +4.0
  3.0  +4.0
  4.0  +4.0
+ 5.0  +5.0



More information about the CIG-COMMITS mailing list