[cig-commits] r22431 - in short/3D/PyLith/trunk: doc/userguide/runpylith doc/userguide/tutorials/3dtet4 examples/3d/tet4 tests/3d/cyclicfriction tests/3d/plasticity/threehex8/config tests/3d/slipdir

brad at geodynamics.org brad at geodynamics.org
Wed Jun 26 16:29:18 PDT 2013


Author: brad
Date: 2013-06-26 16:29:17 -0700 (Wed, 26 Jun 2013)
New Revision: 22431

Modified:
   short/3D/PyLith/trunk/doc/userguide/runpylith/runpylith.lyx
   short/3D/PyLith/trunk/doc/userguide/tutorials/3dtet4/3dtet4.lyx
   short/3D/PyLith/trunk/examples/3d/tet4/step04.cfg
   short/3D/PyLith/trunk/tests/3d/cyclicfriction/fieldsplit.cfg
   short/3D/PyLith/trunk/tests/3d/plasticity/threehex8/config/pylithapp.cfg
   short/3D/PyLith/trunk/tests/3d/slipdir/pylithapp.cfg
Log:
Updated fs_pc_fieldsplit_real_diagonal to fs_pc_use_amat in .cfg files and manual.

Modified: short/3D/PyLith/trunk/doc/userguide/runpylith/runpylith.lyx
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/runpylith/runpylith.lyx	2013-06-26 23:26:52 UTC (rev 22430)
+++ short/3D/PyLith/trunk/doc/userguide/runpylith/runpylith.lyx	2013-06-26 23:29:17 UTC (rev 22431)
@@ -2807,7 +2807,7 @@
 
 \family typewriter
 \size footnotesize
-fs_pc_fieldsplit_real_diagonal
+fs_pc_use_amat
 \end_layout
 
 \end_inset
@@ -3076,7 +3076,7 @@
 \end_layout
 
 \begin_layout LyX-Code
-fs_pc_fieldsplit_real_diagonal = true
+fs_pc_use_amat = true
 \end_layout
 
 \begin_layout LyX-Code

Modified: short/3D/PyLith/trunk/doc/userguide/tutorials/3dtet4/3dtet4.lyx
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/tutorials/3dtet4/3dtet4.lyx	2013-06-26 23:26:52 UTC (rev 22430)
+++ short/3D/PyLith/trunk/doc/userguide/tutorials/3dtet4/3dtet4.lyx	2013-06-26 23:29:17 UTC (rev 22431)
@@ -1408,7 +1408,7 @@
 \end_layout
 
 \begin_layout LyX-Code
-fs_pc_fieldsplit_real_diagonal = 
+fs_pc_use_amat = 
 \end_layout
 
 \begin_layout LyX-Code
@@ -1907,7 +1907,7 @@
 \end_layout
 
 \begin_layout LyX-Code
-fs_pc_fieldsplit_real_diagonal =
+fs_pc_use_amat =
 \end_layout
 
 \begin_layout LyX-Code

Modified: short/3D/PyLith/trunk/examples/3d/tet4/step04.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/step04.cfg	2013-06-26 23:26:52 UTC (rev 22430)
+++ short/3D/PyLith/trunk/examples/3d/tet4/step04.cfg	2013-06-26 23:29:17 UTC (rev 22431)
@@ -127,7 +127,7 @@
 # Note that with 3 displacement components plus the Lagrange
 # multiplier vertices, we have split the fields into 2.
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = true
+fs_pc_use_amat = true
 fs_pc_fieldsplit_type = multiplicative
 fs_fieldsplit_displacement_pc_type = ml
 fs_fieldsplit_lagrange_multipliers_pc_type = jacobi

Modified: short/3D/PyLith/trunk/tests/3d/cyclicfriction/fieldsplit.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/cyclicfriction/fieldsplit.cfg	2013-06-26 23:26:52 UTC (rev 22430)
+++ short/3D/PyLith/trunk/tests/3d/cyclicfriction/fieldsplit.cfg	2013-06-26 23:29:17 UTC (rev 22431)
@@ -6,7 +6,7 @@
 [pylithapp.petsc]
 ksp_gmres_restart = 100
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = true
+fs_pc_use_amat = true
 fs_pc_fieldsplit_type = multiplicative
 fs_fieldsplit_0_pc_type = ml
 fs_fieldsplit_1_pc_type = jacobi

Modified: short/3D/PyLith/trunk/tests/3d/plasticity/threehex8/config/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/plasticity/threehex8/config/pylithapp.cfg	2013-06-26 23:26:52 UTC (rev 22430)
+++ short/3D/PyLith/trunk/tests/3d/plasticity/threehex8/config/pylithapp.cfg	2013-06-26 23:29:17 UTC (rev 22431)
@@ -81,7 +81,7 @@
 
 [pylithapp.petsc]
 # fs_pc_type = fieldsplit
-# fs_pc_fieldsplit_real_diagonal =
+# fs_pc_use_amat =
 # fs_pc_fieldsplit_type = multiplicative
 # fs_fieldsplit_0_pc_type = ml
 # fs_fieldsplit_1_pc_type = ml

Modified: short/3D/PyLith/trunk/tests/3d/slipdir/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/slipdir/pylithapp.cfg	2013-06-26 23:26:52 UTC (rev 22430)
+++ short/3D/PyLith/trunk/tests/3d/slipdir/pylithapp.cfg	2013-06-26 23:29:17 UTC (rev 22431)
@@ -107,7 +107,7 @@
 [pylithapp.petsc]
 ksp_gmres_restart = 50
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = 
+fs_pc_use_amat = 
 fs_pc_fieldsplit_type = multiplicative
 fs_fieldsplit_0_pc_type = ml
 fs_fieldsplit_0_ksp_type = preonly



More information about the CIG-COMMITS mailing list