[cig-commits] r18238 - short/3D/PyLith/benchmarks/trunk/static/performance/solvertest

brad at geodynamics.org brad at geodynamics.org
Mon Apr 18 13:02:35 PDT 2011


Author: brad
Date: 2011-04-18 13:02:34 -0700 (Mon, 18 Apr 2011)
New Revision: 18238

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg
Log:
Turn on field split.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg	2011-04-18 20:01:14 UTC (rev 18237)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg	2011-04-18 20:02:34 UTC (rev 18238)
@@ -216,22 +216,22 @@
 
 # Field split
 [pylithapp.timedependent.formulation]
-#split_fields = True
-#use_custom_constraint_pc = True
-#matrix_type = aij
+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 = ml
-#fs_fieldsplit_3_pc_type = ml
-#fs_fieldsplit_0_ksp_type = preonly
-#fs_fieldsplit_1_ksp_type = preonly
-#fs_fieldsplit_2_ksp_type = preonly
-#fs_fieldsplit_3_ksp_type = preonly
+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 = ml
+fs_fieldsplit_3_pc_type = ml
+fs_fieldsplit_0_ksp_type = preonly
+fs_fieldsplit_1_ksp_type = preonly
+fs_fieldsplit_2_ksp_type = preonly
+fs_fieldsplit_3_ksp_type = preonly
 
 # Nonlinear solver
 [pylithapp.timedependent.formulation]



More information about the CIG-COMMITS mailing list