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

brad at geodynamics.org brad at geodynamics.org
Fri Dec 16 11:39:33 PST 2011


Author: brad
Date: 2011-12-16 11:39:30 -0800 (Fri, 16 Dec 2011)
New Revision: 19300

Modified:
   short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/plot_friction.py
   short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_weak.cfg
Log:
Reduce max number of iterations.

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/plot_friction.py
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/plot_friction.py	2011-12-16 18:20:31 UTC (rev 19299)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/plot_friction.py	2011-12-16 19:39:30 UTC (rev 19300)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-sim = "ratestate_weak"
+sim = "ratestate_stable"
 
 # ======================================================================
 import tables

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	2011-12-16 18:20:31 UTC (rev 19299)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg	2011-12-16 19:39:30 UTC (rev 19300)
@@ -99,7 +99,7 @@
 # KSP
 ksp_rtol = 1.0e-14
 ksp_atol = 1.0e-18
-ksp_max_it = 500
+ksp_max_it = 50
 ksp_gmres_restart = 20
 
 ksp_monitor = true
@@ -109,7 +109,7 @@
 # SNES
 snes_rtol = 1.0e-12
 snes_atol = 1.0e-16
-snes_max_it = 500
+snes_max_it = 100
 
 snes_monitor = true
 snes_ls_monitor = true

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	2011-12-16 18:20:31 UTC (rev 19299)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_weak.cfg	2011-12-16 19:39:30 UTC (rev 19300)
@@ -31,7 +31,7 @@
 friction.db_initial_state = spatialdata.spatialdb.UniformDB
 friction.db_initial_state.label = Rate State Ageing State
 friction.db_initial_state.values = [state-variable]
-friction.db_initial_state.data = [2.0e+0*s]
+friction.db_initial_state.data = [1.5*s]
 
 # ----------------------------------------------------------------------
 # output



More information about the CIG-COMMITS mailing list