[cig-commits] r16637 - short/3D/PyLith/benchmarks/trunk/static/solvertest/parameters

brad at geodynamics.org brad at geodynamics.org
Wed May 5 08:20:45 PDT 2010


Author: brad
Date: 2010-05-05 08:20:44 -0700 (Wed, 05 May 2010)
New Revision: 16637

Modified:
   short/3D/PyLith/benchmarks/trunk/static/solvertest/parameters/pylithapp.cfg
Log:
Fixed some field split settings.

Modified: short/3D/PyLith/benchmarks/trunk/static/solvertest/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/solvertest/parameters/pylithapp.cfg	2010-05-05 15:14:07 UTC (rev 16636)
+++ short/3D/PyLith/benchmarks/trunk/static/solvertest/parameters/pylithapp.cfg	2010-05-05 15:20:44 UTC (rev 16637)
@@ -215,16 +215,18 @@
 # Field split
 #[pylithapp.timedependent.formulation]
 #split_fields = true
+#matrix_type = aij
 
 #[pylithapp.petsc]
+#fs_pc_type = fieldsplit
 #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_3_pc_type = jacobi
 #fs_fieldsplit_0_ksp_type = gmres
 #fs_fieldsplit_1_ksp_type = gmres
 #fs_fieldsplit_2_ksp_type = gmres
-#fs_fieldsplit_3_ksp_type = jacobi
+#fs_fieldsplit_3_ksp_type = gmres
 



More information about the CIG-COMMITS mailing list