[cig-commits] r16811 - short/3D/PyLith/trunk/examples/twocells/twoquad4

brad at geodynamics.org brad at geodynamics.org
Thu May 27 13:22:46 PDT 2010


Author: brad
Date: 2010-05-27 13:22:46 -0700 (Thu, 27 May 2010)
New Revision: 16811

Modified:
   short/3D/PyLith/trunk/examples/twocells/twoquad4/pylithapp.cfg
Log:
Revert example paramters (inadvertent commit).

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/pylithapp.cfg	2010-05-27 20:21:23 UTC (rev 16810)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/pylithapp.cfg	2010-05-27 20:22:46 UTC (rev 16811)
@@ -97,21 +97,22 @@
 # start_in_debugger = true
 # debugger_timeout = 100
 
+# TESTING OF FAULT PRECONDITIONER
 # Field split
-[pylithapp.timedependent.formulation]
-split_fields = True
-use_custom_constraint_pc = True
-matrix_type = aij
+#[pylithapp.timedependent.formulation]
+#split_fields = True
+#use_custom_constraint_pc = True
+#matrix_type = aij
 
-[pylithapp.petsc]
-fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal =
-fs_pc_fieldsplit_type = multiplicative
-fs_fieldsplit_0_pc_type = ml
-fs_fieldsplit_1_pc_type = ml
-fs_fieldsplit_2_pc_type = ilu
+#[pylithapp.petsc]
+#fs_pc_type = fieldsplit
+#fs_pc_fieldsplit_real_diagonal =
+#fs_pc_fieldsplit_type = multiplicative
+#fs_fieldsplit_0_pc_type = ml
+#fs_fieldsplit_1_pc_type = ml
+#fs_fieldsplit_2_pc_type = ilu
 #fs_fieldsplit_2_pc_type = jacobi
-fs_fieldsplit_0_ksp_type = gmres
-fs_fieldsplit_1_ksp_type = gmres
-fs_fieldsplit_2_ksp_type = richardson
+#fs_fieldsplit_0_ksp_type = gmres
+#fs_fieldsplit_1_ksp_type = gmres
+#fs_fieldsplit_2_ksp_type = richardson
 



More information about the CIG-COMMITS mailing list