[cig-commits] r6605 - short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Apr 18 21:11:40 PDT 2007


Author: willic3
Date: 2007-04-18 21:11:40 -0700 (Wed, 18 Apr 2007)
New Revision: 6605

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/genmax.cfg
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/linmaxESF.cfg
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/powermax.cfg
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/powermaxZT.cfg
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d-debug.cfg
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d.cfg
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistest.time
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistestNL.time
Log:
Updated vistest examples for current code (no more scanner), and fixed
some timestep stuff.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/genmax.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/genmax.cfg	2007-04-19 02:33:36 UTC (rev 6604)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/genmax.cfg	2007-04-19 04:11:40 UTC (rev 6605)
@@ -2,7 +2,9 @@
 # simply name this file on the command line:
 #
 #     pylith3dapp.py genmax.cfg
+#
+# The values set in this file will override those in pylith3d.cfg.
 
-[pylith3d.scanner]
+[pylith3d]
 materialPropertiesInputFile = vistestGenmax.prop
 outputFileRoot = vistestGenmax

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/linmaxESF.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/linmaxESF.cfg	2007-04-19 02:33:36 UTC (rev 6604)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/linmaxESF.cfg	2007-04-19 04:11:40 UTC (rev 6605)
@@ -2,7 +2,9 @@
 # formulation.  To use, simply name this file on the command line:
 #
 #     pylith3dapp.py linmaxESF.cfg
+#
+# The values set in this file will override those in pylith3d.cfg.
 
-[pylith3d.scanner]
+[pylith3d]
 materialPropertiesInputFile = vistestLinmaxESF.prop
 outputFileRoot = vistestLinmaxESF

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/powermax.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/powermax.cfg	2007-04-19 02:33:36 UTC (rev 6604)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/powermax.cfg	2007-04-19 04:11:40 UTC (rev 6605)
@@ -2,8 +2,10 @@
 # formulation.  To use, simply name this file on the command line:
 #
 #     pylith3dapp.py powermax.cfg
+#
+# The values set in this file will override those in pylith3d.cfg.
 
-[pylith3d.scanner]
+[pylith3d]
 materialPropertiesInputFile = vistestPowerlaw.prop
 outputFileRoot = vistestPowerlaw
 timeStepInputFile = vistestNL.time

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/powermaxZT.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/powermaxZT.cfg	2007-04-19 02:33:36 UTC (rev 6604)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/powermaxZT.cfg	2007-04-19 04:11:40 UTC (rev 6605)
@@ -3,8 +3,10 @@
 # file on the command line:
 #
 #     pylith3dapp.py powermaxZT.cfg
+#
+# The values set in this file will override those in pylith3d.cfg.
 
-[pylith3d.scanner]
+[pylith3d]
 materialPropertiesInputFile = vistestPowerlawZT.prop
 outputFileRoot = vistestPowerlawZT
 timeStepInputFile = vistestNL.time

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d-debug.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d-debug.cfg	2007-04-19 02:33:36 UTC (rev 6604)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d-debug.cfg	2007-04-19 04:11:40 UTC (rev 6605)
@@ -1,8 +1,10 @@
+# Configuration file to be used for debugging.
+
 [pylith3d]
-# scanner (pylith3d) options
-scanner.fileRoot = vistest
-scanner.asciiOutput = full
-scanner.ucdOutput = ascii
+# pylith3d options
+fileRoot = vistest
+asciiOutput = full
+ucdOutput = ascii
 # PETSc options
 log_summary = true
 pc_type = bjacobi

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d.cfg	2007-04-19 02:33:36 UTC (rev 6604)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/pylith3d.cfg	2007-04-19 04:11:40 UTC (rev 6605)
@@ -1,3 +1,7 @@
+# Main configuration file for vistest.  Unless overridden by
+# specifying a different configuration file on the command-line, these
+# are the values that will be used.
+
 [pylith3d]
 # PETSc options
 log_summary = true
@@ -9,7 +13,6 @@
 # start_in_debugger = true
 # debugger_pause = 100
 
-[pylith3d.scanner]
 fileRoot = vistest
 asciiOutput = full
 ucdOutput = ascii

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistest.time
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistest.time	2007-04-19 02:33:36 UTC (rev 6604)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistest.time	2007-04-19 04:11:40 UTC (rev 6605)
@@ -61,4 +61,4 @@
 # n maxstp delt alfa maxit ntdinit lgdef utol     ftol    etol  itmax
 #
   0   1   0.0d0  5.d-1 1001   4      0  1.0d+00  1.0d+0  1.0d+00 1
-  1 100   0.1d0  5.d-1   10  -1      0  9.0d-01  9.0d-01 9.0d-01 2
+  1 100   0.1d0  5.d-1   10  -1      0  1.0d+00  9.0d-01 1.0d+00 2

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistestNL.time
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistestNL.time	2007-04-19 02:33:36 UTC (rev 6604)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/vistest/vistestNL.time	2007-04-19 04:11:40 UTC (rev 6605)
@@ -61,4 +61,4 @@
 # n maxstp delt alfa maxit ntdinit lgdef utol     ftol    etol  itmax
 #
   0   1   0.0d0  5.d-1 1001   4      0  1.0d+00  1.0d+0  1.0d+00 1
-  1 100   0.1d0  5.d-1    1   1      0  9.0d-01  9.0d-01 9.0d-01 2
+  1 100   0.1d0  5.d-1    1   1      0  1.0d+00  9.0d-01 1.0d+00 2



More information about the cig-commits mailing list