[cig-commits] r6540 - short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Apr 10 14:26:01 PDT 2007


Author: willic3
Date: 2007-04-10 14:26:00 -0700 (Tue, 10 Apr 2007)
New Revision: 6540

Modified:
   short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/bmrsnog.time
   short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/pylith3d-np2.cfg
   short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/pylith3d.cfg
   short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/tutor.py
Log:
Altered to use pythonTimestep and minor fix to time step info.



Modified: short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/bmrsnog.time
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/bmrsnog.time	2007-04-10 21:14:48 UTC (rev 6539)
+++ short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/bmrsnog.time	2007-04-10 21:26:00 UTC (rev 6540)
@@ -37,5 +37,5 @@
 #   (10) Convergece tolerance for energy (dimensionless value)
 #   (11) Maximum number of equilibrium iterations
 #
-  0   1  0.0  5.0e-01 1001   4  0  1.0d+00  1.0d+0  1.0e+00 1
-  1 100  0.1  5.0e-01   10  -1  0  1.0d+00  1.0d-1  1.0d+00 2
+  0   1  0.0d0  5.0d-01 1001   4  0  1.0d+00  1.0d+0  1.0e+00 1
+  1 100  0.1d0  5.0d-01   10  -1  0  1.0d+00  1.0d-1  1.0d+00 2

Modified: short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/pylith3d-np2.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/pylith3d-np2.cfg	2007-04-10 21:14:48 UTC (rev 6539)
+++ short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/pylith3d-np2.cfg	2007-04-10 21:26:00 UTC (rev 6540)
@@ -13,6 +13,9 @@
 # start_in_debugger = true
 # debugger_pause = 100
 
+# Using pythonTimestep allows full vtk output for each time step
+pythonTimestep = true
+
 # PyLith i/o info
 fileRoot = bmrsnog_2
 asciiOutput = full

Modified: short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/pylith3d.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/pylith3d.cfg	2007-04-10 21:14:48 UTC (rev 6539)
+++ short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/pylith3d.cfg	2007-04-10 21:26:00 UTC (rev 6540)
@@ -9,6 +9,9 @@
 # start_in_debugger = true
 # debugger_pause = 100
 
+# Using pythonTimestep allows full vtk output for each time step
+pythonTimestep = true
+
 # PyLith i/o info
 fileRoot = bmrsnog_1
 asciiOutput = full

Modified: short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/tutor.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/tutor.py	2007-04-10 21:14:48 UTC (rev 6539)
+++ short/3D/PyLith/branches/pylith-0.8/tutorials/reversenog/archive/tutor.py	2007-04-10 21:26:00 UTC (rev 6540)
@@ -62,7 +62,6 @@
     fragments = [ [root1], [".0"],
                   [".coord", ".connect", ".split", ".bc",
                    ".ascii", ".vtk"] ]
-                   
     files['output'] += assembleStrings(fragments)
     
     fragments = [ [root1], [".0"],



More information about the cig-commits mailing list