[cig-commits] r16634 - short/3D/PyLith/benchmarks/trunk/quasistatic/solvertest/parameters

brad at geodynamics.org brad at geodynamics.org
Tue May 4 21:10:45 PDT 2010


Author: brad
Date: 2010-05-04 21:10:45 -0700 (Tue, 04 May 2010)
New Revision: 16634

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/solvertest/parameters/pylithapp.cfg
Log:
Added field split settings.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/solvertest/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/solvertest/parameters/pylithapp.cfg	2010-05-05 01:13:24 UTC (rev 16633)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/solvertest/parameters/pylithapp.cfg	2010-05-05 04:10:45 UTC (rev 16634)
@@ -202,11 +202,29 @@
 
 ksp_rtol = 1.0e-8
 ksp_atol = 1.0e-20
-ksp_gmres_restart = 70
-ksp_max_it = 500
+ksp_gmres_restart = 120
+ksp_max_it = 100
 
 ksp_monitor = true
 ksp_view = true
 ksp_converged_reason = true
 
 log_summary = true
+
+
+# Field split
+#[pylithapp.timedependent.formulation]
+#split_fields = true
+
+#[pylithapp.petsc]
+#fs_pc_fieldsplit_real_diagonal =
+#fs_pc_fieldsplit_type = additive
+#fs_fieldsplit_0_pc_type = ml
+#fs_fieldsplit_1_pc_type = ml
+#fs_fieldsplit_2_pc_type = ml
+#fs_fieldsplit_3_pc_type = ml
+#fs_fieldsplit_0_ksp_type = gmres
+#fs_fieldsplit_1_ksp_type = gmres
+#fs_fieldsplit_2_ksp_type = gmres
+#fs_fieldsplit_3_ksp_type = jacobi
+



More information about the CIG-COMMITS mailing list