[cig-commits] r6746 - in
short/3D/PyLith/branches/pylith-0.8/doc/userguide:
fileformats runpylith
leif at geodynamics.org
leif at geodynamics.org
Tue May 1 19:04:39 PDT 2007
Author: leif
Date: 2007-05-01 19:04:38 -0700 (Tue, 01 May 2007)
New Revision: 6746
Modified:
short/3D/PyLith/branches/pylith-0.8/doc/userguide/fileformats/fileformats.lyx
short/3D/PyLith/branches/pylith-0.8/doc/userguide/runpylith/runpylith.lyx
Log:
Removed all references to *.keyval files from the manual; they are no
longer read by PyLith.
Modified: short/3D/PyLith/branches/pylith-0.8/doc/userguide/fileformats/fileformats.lyx
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/doc/userguide/fileformats/fileformats.lyx 2007-05-02 01:31:56 UTC (rev 6745)
+++ short/3D/PyLith/branches/pylith-0.8/doc/userguide/fileformats/fileformats.lyx 2007-05-02 02:04:38 UTC (rev 6746)
@@ -1655,33 +1655,6 @@
\end_layout
-\begin_layout Subsection
-
-\family typewriter
-\color black
-xx.keyval
-\end_layout
-
-\begin_layout Standard
-The
-\family typewriter
-xx.keyval
-\family default
- file specifies some simple parameter settings.
-\end_layout
-
-\begin_layout Quote
-
-\series bold
-\color red
-Note:
-\series default
-\color none
-The xx.keyval file is now obsolete (although it may still be used if desired).
- All parameter settings may now be made in xx.cfg (config) files, as described
- in
-\end_layout
-
\begin_layout Subsubsection
Winkler Forces
\end_layout
@@ -1742,275 +1715,6 @@
Reading prestresses from files is presently disabled.
\end_layout
-\begin_layout LyX-Code
-# Simple parameter values for various PyLith settings.
- Defaults are
-\end_layout
-
-\begin_layout LyX-Code
-# listed.
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-# Scaling factors applied to Winkler forces.
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-winklerScaleX = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-winklerScaleY = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-winklerScaleZ = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-# Scaling factors applied to differential Winkler forces.
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-winklerSlipScaleX = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-winklerSlipScaleY = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-winklerSlipScaleZ = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-# Stress integration and numerical computation of the tangent
-\end_layout
-
-\begin_layout LyX-Code
-# material matrix.
- Default values should be reasonable for most cases.
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-stressTolerance = 1.0e-12*Pa
-\end_layout
-
-\begin_layout LyX-Code
-minimumStrainPerturbation = 1.0e-7
-\end_layout
-
-\begin_layout LyX-Code
-initialStrainPerturbation = 1.0e-1
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-# Specify whether to use the solution from the previous time step as
-\end_layout
-
-\begin_layout LyX-Code
-# the starting guess for the elastic solution in the current time step.
-\end_layout
-
-\begin_layout LyX-Code
-# This feature has not been tested.
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-usePreviousDisplacementFlag = 0
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-# Quadrature order for the problem.
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-quadratureOrder = "Full"
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-# Gravitational acceleration in each direction.
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-gravityX = 0.0*m/(s*s)
-\end_layout
-
-\begin_layout LyX-Code
-gravityY = 0.0*m/(s*s)
-\end_layout
-
-\begin_layout LyX-Code
-gravityZ = 0.0*m/(s*s)
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-# Factors controlling computation of prestresses.
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-prestressAutoCompute = False
-\end_layout
-
-\begin_layout LyX-Code
-prestressAutoChangeElasticProperties = False
-\end_layout
-
-\begin_layout LyX-Code
-prestressAutoComputePoisson = 0.49
-\end_layout
-
-\begin_layout LyX-Code
-prestressAutoComputeYoungs = 1.0e30*Pa
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-prestressScaleXx = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-prestressScaleYy = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-prestressScaleZz = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-prestressScaleXy = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-prestressScaleXz = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-prestressScaleYz = 1.0
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-# Unit numbers used in Fortran code.
- These defaults should work for
-\end_layout
-
-\begin_layout LyX-Code
-# most Unix systems, but may be altered if necessary.
-\end_layout
-
-\begin_layout LyX-Code
-#
-\end_layout
-
-\begin_layout LyX-Code
-f77StandardInput = 5
-\end_layout
-
-\begin_layout LyX-Code
-f77StandardOutput = 6
-\end_layout
-
-\begin_layout LyX-Code
-f77FileInput = 10
-\end_layout
-
-\begin_layout LyX-Code
-f77AsciiOutput = 11
-\end_layout
-
-\begin_layout LyX-Code
-f77PlotOutput = 12
-\end_layout
-
-\begin_layout LyX-Code
-f77UcdOutput = 13
-\end_layout
-
-\begin_layout Standard
-\begin_inset Float figure
-placement H
-wide false
-sideways false
-status open
-
-\begin_layout Caption
-Format of
-\family typewriter
-\color black
-xx.keyval
-\family default
-\color none
- files.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
\begin_layout Subsection
\family typewriter
Modified: short/3D/PyLith/branches/pylith-0.8/doc/userguide/runpylith/runpylith.lyx
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/doc/userguide/runpylith/runpylith.lyx 2007-05-02 01:31:56 UTC (rev 6745)
+++ short/3D/PyLith/branches/pylith-0.8/doc/userguide/runpylith/runpylith.lyx 2007-05-02 02:04:38 UTC (rev 6746)
@@ -355,24 +355,6 @@
\family typewriter
\color black
-xx.keyval
-\family default
-\color none
- File for changing default parameters.
-
-\shape italic
-Now considered obsolete.
- Use
-\family typewriter
-.cfg
-\family default
- file instead.
-\end_layout
-
-\begin_layout Description
-
-\family typewriter
-\color black
xx.wink
\family default
\color none
More information about the cig-commits
mailing list