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

brad at geodynamics.org brad at geodynamics.org
Thu May 31 16:00:33 PDT 2012


Author: brad
Date: 2012-05-31 16:00:33 -0700 (Thu, 31 May 2012)
New Revision: 20253

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 comments on how the fields are split.

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-31 20:46:48 UTC (rev 20252)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step02.cfg	2012-05-31 23:00:33 UTC (rev 20253)
@@ -102,8 +102,6 @@
 matrix_type = aij
 
 [pylithapp.petsc]
-# 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 = True
 fs_pc_fieldsplit_type = multiplicative

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-31 20:46:48 UTC (rev 20252)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step04.cfg	2012-05-31 23:00:33 UTC (rev 20253)
@@ -125,7 +125,7 @@
 
 [pylithapp.petsc]
 # Note that with 3 displacement components plus the Lagrange
-# multiplier vertices, we have split the fields into 4.
+# multiplier vertices, we have split the fields into 2.
 fs_pc_type = fieldsplit
 fs_pc_fieldsplit_real_diagonal = True
 fs_pc_fieldsplit_type = multiplicative



More information about the CIG-COMMITS mailing list