[cig-commits] r20239 - in short/3D/PyLith/branches/v1.7-trunk: . doc/userguide/runpylith examples

brad at geodynamics.org brad at geodynamics.org
Wed May 30 17:27:08 PDT 2012


Author: brad
Date: 2012-05-30 17:27:07 -0700 (Wed, 30 May 2012)
New Revision: 20239

Modified:
   short/3D/PyLith/branches/v1.7-trunk/TODO
   short/3D/PyLith/branches/v1.7-trunk/doc/userguide/runpylith/runpylith.lyx
   short/3D/PyLith/branches/v1.7-trunk/examples/run_examples.sh
Log:
More work on manual.

Modified: short/3D/PyLith/branches/v1.7-trunk/TODO
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/TODO	2012-05-31 00:25:27 UTC (rev 20238)
+++ short/3D/PyLith/branches/v1.7-trunk/TODO	2012-05-31 00:27:07 UTC (rev 20239)
@@ -26,9 +26,7 @@
       + 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/3d/hex8/step20 (dike opening)
     + examples/2d/greensfns
-    + examples/2d/subduction/step04.cfg [stress driven afterslip via friction]
     + Table with concepts/features
 
   - Update Components appendix [DONE?, need to check]
@@ -58,6 +56,9 @@
     + Derivation of fit to yield surface (insert immediately before table)
   - FIATSimplex, FIATLagrange
      cell.shape -> cell.dimension
+  - Examples/Tutorials
+    + examples/3d/hex8/step20 (dike opening)
+    + examples/2d/subduction/step04.cfg [stress driven afterslip via friction]
 
   Fixed bug in using friction in quasi-static simulation in parallel.
 

Modified: short/3D/PyLith/branches/v1.7-trunk/doc/userguide/runpylith/runpylith.lyx
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/doc/userguide/runpylith/runpylith.lyx	2012-05-31 00:25:27 UTC (rev 20238)
+++ short/3D/PyLith/branches/v1.7-trunk/doc/userguide/runpylith/runpylith.lyx	2012-05-31 00:27:07 UTC (rev 20239)
@@ -4512,6 +4512,12 @@
 \end_layout
 
 \begin_layout Subsection
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:output:points"
+
+\end_inset
+
 Output at Arbitrary Points
 \end_layout
 

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/run_examples.sh
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/run_examples.sh	2012-05-31 00:25:27 UTC (rev 20238)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/run_examples.sh	2012-05-31 00:27:07 UTC (rev 20239)
@@ -68,10 +68,10 @@
 
 # 3d/hex8
 dir="3d/hex8"
-examples="step01.cfg step02.cfg step03.cfg step04.cfg step05.cfg step06.cfg step07.cfg step08.cfg step09.cfg step10.cfg step11.cfg step12.cfg step13.cfg step14.cfg step15.cfg step16.cfg step17.cfg step18.cfg step19.cfg"
+examples="step01.cfg step02.cfg step03.cfg step04.cfg step05.cfg step06.cfg step07.cfg step08.cfg step09.cfg step10.cfg step11.cfg step12.cfg step13.cfg step14.cfg step15.cfg step16.cfg step17.cfg step18.cfg step19.cfg step20.cfg"
 run_examples
 
-examples="step01.cfg step03.cfg step06.cfg step15.cfg step19.cfg"
+examples="step01.cfg step03.cfg step06.cfg step15.cfg step19.cfg step20.cfg"
 run_examples 2
 
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list