[cig-commits] r16980 - short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters

brad at geodynamics.org brad at geodynamics.org
Thu Jun 10 17:07:22 PDT 2010


Author: brad
Date: 2010-06-10 17:07:21 -0700 (Thu, 10 Jun 2010)
New Revision: 16980

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/pylithapp.cfg
Log:
Minor tweaks to petsc settings.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/pylithapp.cfg	2010-06-10 23:25:30 UTC (rev 16979)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/pylithapp.cfg	2010-06-11 00:07:21 UTC (rev 16980)
@@ -108,11 +108,12 @@
 [pylithapp.petsc]
 
 pc_type = asm
-sub_pc_factor_shift_type = nonzero
+sub_pc_factor_shift_type = inblocks
 
 ksp_rtol = 1.0e-8
-ksp_gmres_restart = 70
+ksp_gmres_restart = 100
 ksp_gmres_preallocate = true
+ksp_converged_reason = true
 
 ksp_max_it = 500
 ksp_monitor = true



More information about the CIG-COMMITS mailing list