[cig-commits] r16499 - short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4

surendra at geodynamics.org surendra at geodynamics.org
Tue Apr 6 18:08:41 PDT 2010


Author: surendra
Date: 2010-04-06 18:08:41 -0700 (Tue, 06 Apr 2010)
New Revision: 16499

Modified:
   short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg
   short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg
Log:
Added full-scale friction test of bar shear wave using slip-weakening friction

Modified: short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg	2010-04-07 00:38:20 UTC (rev 16498)
+++ short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg	2010-04-07 01:08:41 UTC (rev 16499)
@@ -89,6 +89,8 @@
 ksp_view = true
 ksp_converged_reason = true
 
+snes_rtol = 1.0e-8
+snes_atol = 1.0e-15
 snes_monitor = true
 snes_view = true
 snes_converged_reason = true

Modified: short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg	2010-04-07 00:38:20 UTC (rev 16498)
+++ short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg	2010-04-07 01:08:41 UTC (rev 16499)
@@ -99,10 +99,10 @@
 db_initial_tractions.values = [traction-shear,traction-normal]
 db_initial_tractions.data = [-6001.0*MPa, -10000.0*MPa]
 
-friction = pylith.friction.SlipWeakening
+friction = pylith.friction.StaticFriction
 
 friction.db_properties = spatialdata.spatialdb.UniformDB
-friction.db_properties.label = Slip weakening friction
+friction.db_properties.label = Static friction
 friction.db_properties.values = [friction-coefficient,cohesion]
 friction.db_properties.data = [0.6*m,0.0*Pa]
 



More information about the CIG-COMMITS mailing list