[cig-commits] r19141 - short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction

brad at geodynamics.org brad at geodynamics.org
Tue Nov 1 18:48:33 PDT 2011


Author: brad
Date: 2011-11-01 18:48:33 -0700 (Tue, 01 Nov 2011)
New Revision: 19141

Modified:
   short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/initial_tractions.spatialdb
   short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg
Log:
Updated settings.

Modified: short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/initial_tractions.spatialdb
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/initial_tractions.spatialdb	2011-11-01 14:15:02 UTC (rev 19140)
+++ short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/initial_tractions.spatialdb	2011-11-02 01:48:33 UTC (rev 19141)
@@ -12,4 +12,4 @@
   }
 }
 0.0  0.0   0.0   0.0  0.0     0.0
-0.0  0.0  -6.0   0.0  0.0   -60.0
+0.0  0.0  -6.0   0.0  0.0   -30.0

Modified: short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg	2011-11-01 14:15:02 UTC (rev 19140)
+++ short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg	2011-11-02 01:48:33 UTC (rev 19141)
@@ -38,6 +38,7 @@
 
 [pylithapp.timedependent.normalizer]
 relaxation_time = 1.0*hour
+length_scale = 1.0*km
 
 [pylithapp.timedependent.implicit]
 solver = pylith.problems.SolverNonlinear
@@ -189,4 +190,16 @@
 #snes_monitor_solution_update = true
 #info =
 
+# Friction sensitivity solve used to compute the increment in slip
+# associated with changes in the Lagrange multiplier imposed by the
+# fault constitutive model.
+friction_pc_type = asm
+friction_sub_pc_factor_shift_type = nonzero
+friction_ksp_max_it = 200
+friction_ksp_gmres_restart = 50
+# Uncomment to view details of friction sensitivity solve.
+#friction_ksp_monitor = true
+#friction_ksp_view = true
+friction_ksp_converged_reason = true
+
 log_summary = true



More information about the CIG-COMMITS mailing list