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

brad at geodynamics.org brad at geodynamics.org
Fri Oct 7 10:49:20 PDT 2011


Author: brad
Date: 2011-10-07 10:49:19 -0700 (Fri, 07 Oct 2011)
New Revision: 19043

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
Log:
Updated velocity parameter in plotting to match sim.

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-07 17:38:42 UTC (rev 19042)
+++ short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/plot_friction.py	2011-10-07 17:49:19 UTC (rev 19043)
@@ -46,7 +46,7 @@
 integrateStateVar(theta, V3, 4.0)
 
 mask4 = numpy.bitwise_and(t >= 8.0, t < 12.0)
-V4 = 1.0e-7
+V4 = 2.0e-7
 integrateStateVar(theta, V4, 8.0)
 
 slipRateE = mask1*V1 + mask2*V2 + mask3*V3 + mask4*V4

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-07 17:38:42 UTC (rev 19042)
+++ short/3D/PyLith/branches/v1.6-revisedfault/tests/2d/frictionslide/pylithapp.cfg	2011-10-07 17:49:19 UTC (rev 19043)
@@ -96,10 +96,10 @@
 sub_pc_factor_shift_type = nonzero
 
 # KSP
-ksp_rtol = 1.0e-12
+ksp_rtol = 1.0e-8
 ksp_atol = 1.0e-15
 ksp_max_it = 500
-ksp_gmres_restart = 100
+ksp_gmres_restart = 20
 
 ksp_monitor = true
 #ksp_view = true



More information about the CIG-COMMITS mailing list