[cig-commits] r3851 - short/3D/PyLith/branches/pylith-0.8/doc/userguide/runpylith

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Jun 22 11:04:05 PDT 2006


Author: willic3
Date: 2006-06-22 11:04:05 -0700 (Thu, 22 Jun 2006)
New Revision: 3851

Modified:
   short/3D/PyLith/branches/pylith-0.8/doc/userguide/runpylith/runpylith.xml
Log:
Put in a few minor changes.


Modified: short/3D/PyLith/branches/pylith-0.8/doc/userguide/runpylith/runpylith.xml
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/doc/userguide/runpylith/runpylith.xml	2006-06-22 17:38:20 UTC (rev 3850)
+++ short/3D/PyLith/branches/pylith-0.8/doc/userguide/runpylith/runpylith.xml	2006-06-22 18:04:05 UTC (rev 3851)
@@ -132,7 +132,7 @@
       <title>Optional Input Files</title>
       <para>
         The optional input files are only read when a file exists
-        matching the name of an input file PyLith expects to reaad.
+        matching the name of an input file PyLith expects to read.
         Note that explicit filenames for each of the files can be
         specified using command-line arguments as discussed in <xref
         linkend="section_commandline_arguments" />.
@@ -168,8 +168,7 @@
 	  <term><filename>xx.keyval</filename></term>
 	  <listitem>
 	    <para>
-              Simple parameter settings for various boundary
-              conditions.
+              File for changing default parameters.
             </para>
 	  </listitem>
 	</varlistentry>
@@ -311,11 +310,24 @@
 	    </row>
 	    <row>
 	      <entry><cmdsynopsis>
+		  <arg choice="plain">-pc_type
+                  <replaceable>bjacobi</replaceable></arg>
+		</cmdsynopsis></entry>
+		<entry>
+	          Set preconditioner type to block Jacobi. See PETSc
+		  documentation for a list of all preconditioner types.
+	        </entry>
+	    </row>
+	    <row>
+	      <entry><cmdsynopsis>
 		  <arg choice="plain">-sub_pc_type
                   <replaceable>ilu</replaceable></arg>
 		</cmdsynopsis></entry>
-	      <entry>Set preconditioner to incomplete factorization. See
-                PETSc documentation for a list of all preconditioners.</entry>
+		<entry>
+		  Set preconditioner to incomplete factorization for
+		  each block. See PETSc documentation for a list of all
+		  preconditioners.
+	        </entry>
 	    </row>
 	    <row>
 	      <entry><cmdsynopsis>



More information about the Cig-commits mailing list