[cig-commits] r16596 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d

surendra at geodynamics.org surendra at geodynamics.org
Wed Apr 28 15:09:32 PDT 2010


Author: surendra
Date: 2010-04-28 15:09:32 -0700 (Wed, 28 Apr 2010)
New Revision: 16596

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/TPV5_2D.cfg
Log:
Added friction solve PETSc setting for 2D case of tpv205

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/TPV5_2D.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/TPV5_2D.cfg	2010-04-28 21:55:42 UTC (rev 16595)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/TPV5_2D.cfg	2010-04-28 22:09:32 UTC (rev 16596)
@@ -62,8 +62,8 @@
 bc.y_pos = pylith.bc.AbsorbingDampers
 
 [pylithapp.timedependent.formulation.time_step]
-total_time = 0.1*s
-dt = 0.01*s
+total_time = 1.0*s
+dt = 0.1*s
 
 
 # ----------------------------------------------------------------------
@@ -177,8 +177,18 @@
 #snes_view = true
 snes_converged_reason = true
 
-#log_summary = 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