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

brad at geodynamics.org brad at geodynamics.org
Thu May 31 18:05:34 PDT 2012


Author: brad
Date: 2012-05-31 18:05:34 -0700 (Thu, 31 May 2012)
New Revision: 20260

Modified:
   short/3D/PyLith/branches/v1.7-trunk/TODO
   short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step04.cfg
Log:
Use lowercase true with PETSc.

Modified: short/3D/PyLith/branches/v1.7-trunk/TODO
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/TODO	2012-06-01 01:04:56 UTC (rev 20259)
+++ short/3D/PyLith/branches/v1.7-trunk/TODO	2012-06-01 01:05:34 UTC (rev 20260)
@@ -21,9 +21,7 @@
 
   STILL TO DO
 
-  - Update field split settings (Section 5.1)
   - PETSc w/CUDA (Add to Section 5.1)
-      + Add link to PETSc CUDA http://www.mcs.anl.gov/petsc/documentation/installation.html#CUDA
       + Add table with PETSc options (see solvertest/pc_fieldsplit_gpu.cfg).
   - Examples/Tutorials
     + examples/2d/greensfns

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-06-01 01:04:56 UTC (rev 20259)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/3d/tet4/step04.cfg	2012-06-01 01:05:34 UTC (rev 20260)
@@ -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_fieldsplit_real_diagonal = true
 fs_pc_fieldsplit_type = multiplicative
 fs_fieldsplit_0_pc_type = ml
 fs_fieldsplit_1_pc_type = jacobi



More information about the CIG-COMMITS mailing list