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

brad at geodynamics.org brad at geodynamics.org
Fri Jan 13 14:57:21 PST 2012


Author: brad
Date: 2012-01-13 14:57:20 -0800 (Fri, 13 Jan 2012)
New Revision: 19358

Modified:
   short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate.cfg
   short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_weak.cfg
   short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/tension.cfg
Log:
Updated tolerances.

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg	2012-01-13 18:08:06 UTC (rev 19357)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg	2012-01-13 22:57:20 UTC (rev 19358)
@@ -78,7 +78,7 @@
 
 [pylithapp.timedependent.interfaces]
 fault = pylith.faults.FaultCohesiveDyn
-fault.zero_tolerance = 1.0e-12
+fault.zero_tolerance = 1.0e-14
 
 [pylithapp.timedependent.interfaces.fault]
 id = 100
@@ -98,7 +98,7 @@
 
 # KSP
 ksp_rtol = 1.0e-14
-ksp_atol = 1.0e-18
+ksp_atol = 1.0e-17
 ksp_max_it = 50
 ksp_gmres_restart = 20
 
@@ -107,8 +107,8 @@
 ksp_converged_reason = true
 
 # SNES
-snes_rtol = 1.0e-12
-snes_atol = 1.0e-16
+snes_rtol = 1.0e-14
+snes_atol = 1.0e-15
 snes_max_it = 100
 
 snes_monitor = true

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate.cfg	2012-01-13 18:08:06 UTC (rev 19357)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate.cfg	2012-01-13 22:57:20 UTC (rev 19358)
@@ -46,8 +46,6 @@
 db_initial_tractions.values = [traction-shear,traction-normal]
 db_initial_tractions.data = [0.0*MPa, -10.0*MPa]
 
-zero_tolerance = 1.0e-16
-
 # ----------------------------------------------------------------------
 # PETSc
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_weak.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_weak.cfg	2012-01-13 18:08:06 UTC (rev 19357)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_weak.cfg	2012-01-13 22:57:20 UTC (rev 19358)
@@ -13,7 +13,7 @@
 [pylithapp.timedependent.interfaces.fault]
 friction = pylith.friction.RateStateAgeing
 friction.label = Rate state ageing
-friction.min_slip_rate = 1.0e-8
+friction.min_slip_rate = 1.0e-9
 
 # Set the friction model parameters.
 #  reference coefficient of friction: 0.6

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/tension.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/tension.cfg	2012-01-13 18:08:06 UTC (rev 19357)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/tension.cfg	2012-01-13 22:57:20 UTC (rev 19358)
@@ -88,13 +88,14 @@
 [pylithapp.timedependent.interfaces.fault]
 friction = pylith.friction.SlipWeakening
 friction.label = Slip weakening
+friction.force_healing = True
 
 # Set slip-weakening friction model parameters using a uniform DB. Set the
 # parameters as follows:
 friction.db_properties = spatialdata.spatialdb.UniformDB
 friction.db_properties.label = Slip weakening
 friction.db_properties.values = [static-coefficient,dynamic-coefficient,slip-weakening-parameter,cohesion]
-friction.db_properties.data = [0.6,0.0,1.0*mm,0.0*Pa]
+friction.db_properties.data = [0.6,0.2,1.0*mm,0.0*Pa]
 
 db_initial_tractions = spatialdata.spatialdb.UniformDB
 db_initial_tractions.label = Initial fault tractions



More information about the CIG-COMMITS mailing list