[cig-commits] r22122 - short/3D/PyLith/trunk/tests/3d/slipdir

brad at geodynamics.org brad at geodynamics.org
Mon May 20 16:35:24 PDT 2013


Author: brad
Date: 2013-05-20 16:35:24 -0700 (Mon, 20 May 2013)
New Revision: 22122

Modified:
   short/3D/PyLith/trunk/tests/3d/slipdir/pylithapp.cfg
Log:
Updated field split settings.

Modified: short/3D/PyLith/trunk/tests/3d/slipdir/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/slipdir/pylithapp.cfg	2013-05-20 23:20:41 UTC (rev 22121)
+++ short/3D/PyLith/trunk/tests/3d/slipdir/pylithapp.cfg	2013-05-20 23:35:24 UTC (rev 22122)
@@ -105,18 +105,12 @@
 matrix_type = aij
 
 [pylithapp.petsc]
-ksp_gmres_restart = 500
+ksp_gmres_restart = 50
 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
 
 [pylithapp.timedependent.formulation]
 use_custom_constraint_pc = True
@@ -138,5 +132,5 @@
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
 writer.filename = null.vtk
-#cell_info_fields = []
+cell_info_fields = []
 cell_data_fields = []



More information about the CIG-COMMITS mailing list