[cig-commits] r16590 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205

brad at geodynamics.org brad at geodynamics.org
Wed Apr 28 08:30:35 PDT 2010


Author: brad
Date: 2010-04-28 08:30:35 -0700 (Wed, 28 Apr 2010)
New Revision: 16590

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/test.cfg
Log:
Fixed sensitivity solve settings.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/test.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/test.cfg	2010-04-28 15:27:22 UTC (rev 16589)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/test.cfg	2010-04-28 15:30:35 UTC (rev 16590)
@@ -61,7 +61,7 @@
 bc.y_pos = pylith.bc.AbsorbingDampers
 
 [pylithapp.timedependent.formulation.time_step]
-total_time = 0.1*s
+total_time = 0.01*s
 dt = 0.01*s
 
 
@@ -179,9 +179,17 @@
 snes_view = true
 snes_converged_reason = true
 
-#log_summary = true
-#start_in_debugger = true
+# Friction sensitivity solve
+friction_pc_type = asm
+friction_sub_pc_factor_shift_type = nonzero
 
+friction_ksp_max_it = 25
+friction_ksp_gmres_restart = 30
+
+friction_ksp_monitor = true
+friction_ksp_view = true
+friction_ksp_converged_reason = true
+
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list