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

brad at geodynamics.org brad at geodynamics.org
Fri May 14 17:25:08 PDT 2010


Author: brad
Date: 2010-05-14 17:25:08 -0700 (Fri, 14 May 2010)
New Revision: 16706

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

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/pylithapp.cfg	2010-05-14 19:50:59 UTC (rev 16705)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/pylithapp.cfg	2010-05-15 00:25:08 UTC (rev 16706)
@@ -25,6 +25,7 @@
 [pylithapp.mesh_generator]
 #debug = 1
 reader = pylith.meshio.MeshIOCubit
+reorder_mesh = True
 
 [pylithapp.mesh_generator.reader]
 coordsys.space_dim = 3
@@ -220,7 +221,7 @@
 #[pylithapp.petsc]
 #fs_pc_type = fieldsplit
 #fs_pc_fieldsplit_real_diagonal =
-#fs_pc_fieldsplit_type = additive
+#fs_pc_fieldsplit_type = multiplicative
 #fs_fieldsplit_0_pc_type = ml
 #fs_fieldsplit_1_pc_type = ml
 #fs_fieldsplit_2_pc_type = ml
@@ -228,5 +229,5 @@
 #fs_fieldsplit_0_ksp_type = gmres
 #fs_fieldsplit_1_ksp_type = gmres
 #fs_fieldsplit_2_ksp_type = gmres
-#fs_fieldsplit_3_ksp_type = gmres
+#fs_fieldsplit_3_ksp_type = richardson
 



More information about the CIG-COMMITS mailing list