[cig-commits] r20047 - short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4

brad at geodynamics.org brad at geodynamics.org
Mon May 7 10:22:04 PDT 2012


Author: brad
Date: 2012-05-07 10:22:04 -0700 (Mon, 07 May 2012)
New Revision: 20047

Modified:
   short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step02.cfg
   short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step04.cfg
Log:
Updated to use one or two split fields.

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step02.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step02.cfg	2012-05-07 11:03:03 UTC (rev 20046)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step02.cfg	2012-05-07 17:22:04 UTC (rev 20047)
@@ -105,12 +105,7 @@
 # We split the fields into 3, corresponding to the number of degrees
 # of freeom at each vertex.
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = 
+fs_pc_fieldsplit_real_diagonal = True
 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_0_ksp_type = preonly
-fs_fieldsplit_1_ksp_type = preonly
-fs_fieldsplit_2_ksp_type = preonly
-

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step04.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step04.cfg	2012-05-07 11:03:03 UTC (rev 20046)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step04.cfg	2012-05-07 17:22:04 UTC (rev 20047)
@@ -127,14 +127,9 @@
 # Note that with 3 displacement components plus the Lagrange
 # multiplier vertices, we have split the fields into 4.
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = 
+fs_pc_fieldsplit_real_diagonal = True
 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_1_pc_type = jacobi
 fs_fieldsplit_0_ksp_type = preonly
 fs_fieldsplit_1_ksp_type = preonly
-fs_fieldsplit_2_ksp_type = preonly
-fs_fieldsplit_3_ksp_type = preonly
-



More information about the CIG-COMMITS mailing list