[cig-commits] r6546 - in short/3D/PyLith/branches/pylith-0.8/doc/userguide: . fileformats runpylith

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Apr 11 13:20:08 PDT 2007


Author: willic3
Date: 2007-04-11 13:20:07 -0700 (Wed, 11 Apr 2007)
New Revision: 6546

Modified:
   short/3D/PyLith/branches/pylith-0.8/doc/userguide/fileformats/fileformats.lyx
   short/3D/PyLith/branches/pylith-0.8/doc/userguide/license.lyx
   short/3D/PyLith/branches/pylith-0.8/doc/userguide/preface.lyx
   short/3D/PyLith/branches/pylith-0.8/doc/userguide/runpylith/runpylith.lyx
Log:
Started making changes for 0.8.2.
There is still a fair bit to do.



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-04-11 00:40:49 UTC (rev 6545)
+++ short/3D/PyLith/branches/pylith-0.8/doc/userguide/fileformats/fileformats.lyx	2007-04-11 20:20:07 UTC (rev 6546)
@@ -1,4 +1,4 @@
-#LyX 1.4.2 created this file. For more info see http://www.lyx.org/
+#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
 \lyxformat 245
 \begin_document
 \begin_header
@@ -571,7 +571,7 @@
 The convergence criteria depend on the type of solution and material models.
  The time step for a linear elastic problem is much different than that
  for a nonlinear or time-dependent problem.
- 
+ The example below is appropriate for a linear elastic problem.
 \end_layout
 
 \begin_layout LyX-Code
@@ -869,6 +869,10 @@
 \end_layout
 
 \begin_layout LyX-Code
+#
+\end_layout
+
+\begin_layout LyX-Code
 #   Isotropic linear maxwell viscoelastic
 \end_layout
 
@@ -901,6 +905,170 @@
 \end_layout
 
 \begin_layout LyX-Code
+#   Isotropic linear maxwell viscoelastic (ESF formulation)
+\end_layout
+
+\begin_layout LyX-Code
+#     materialType ='IsotropicLinearMaxwellViscoelasticESF'
+\end_layout
+
+\begin_layout LyX-Code
+#     density
+\end_layout
+
+\begin_layout LyX-Code
+#     youngsModulus
+\end_layout
+
+\begin_layout LyX-Code
+#     poissonsRatio
+\end_layout
+
+\begin_layout LyX-Code
+#     viscosity
+\end_layout
+
+\begin_layout LyX-Code
+#     endMaterial ='True' (flag indicating end of material)
+\end_layout
+
+\begin_layout LyX-Code
+#
+\end_layout
+
+\begin_layout LyX-Code
+#   Isotropic linear generalized maxwell viscoelastic
+\end_layout
+
+\begin_layout LyX-Code
+#   (3 Maxwell models in parallel)
+\end_layout
+
+\begin_layout LyX-Code
+#     materialType ='IsotropicLinearMaxwellViscoelastic'
+\end_layout
+
+\begin_layout LyX-Code
+#     density
+\end_layout
+
+\begin_layout LyX-Code
+#     youngsModulus
+\end_layout
+
+\begin_layout LyX-Code
+#     poissonsRatio
+\end_layout
+
+\begin_layout LyX-Code
+#     shearRatio1
+\end_layout
+
+\begin_layout LyX-Code
+#     viscosity1
+\end_layout
+
+\begin_layout LyX-Code
+#     shearRatio2
+\end_layout
+
+\begin_layout LyX-Code
+#     viscosity2
+\end_layout
+
+\begin_layout LyX-Code
+#     shearRatio3
+\end_layout
+
+\begin_layout LyX-Code
+#     viscosity3
+\end_layout
+
+\begin_layout LyX-Code
+#     endMaterial ='True' (flag indicating end of material)
+\end_layout
+
+\begin_layout LyX-Code
+#
+\end_layout
+
+\begin_layout LyX-Code
+#   Isotropic power-law maxwell viscoelastic
+\end_layout
+
+\begin_layout LyX-Code
+#     materialType ='IsotropicPowerLawMaxwellViscoelastic'
+\end_layout
+
+\begin_layout LyX-Code
+#     density
+\end_layout
+
+\begin_layout LyX-Code
+#     youngsModulus
+\end_layout
+
+\begin_layout LyX-Code
+#     poissonsRatio
+\end_layout
+
+\begin_layout LyX-Code
+#     powerLawExponent
+\end_layout
+
+\begin_layout LyX-Code
+#     viscosityCoefficient
+\end_layout
+
+\begin_layout LyX-Code
+#     endMaterial ='True' (flag indicating end of material)
+\end_layout
+
+\begin_layout LyX-Code
+#
+\end_layout
+
+\begin_layout LyX-Code
+#   Isotropic power-law maxwell viscoelastic
+\end_layout
+
+\begin_layout LyX-Code
+#   (Zienkiewicz and Taylor formulation)
+\end_layout
+
+\begin_layout LyX-Code
+#     materialType ='IsotropicPowerLawMaxwellViscoelasticZT'
+\end_layout
+
+\begin_layout LyX-Code
+#     density
+\end_layout
+
+\begin_layout LyX-Code
+#     youngsModulus
+\end_layout
+
+\begin_layout LyX-Code
+#     poissonsRatio
+\end_layout
+
+\begin_layout LyX-Code
+#     powerLawExponent
+\end_layout
+
+\begin_layout LyX-Code
+#     viscosityCoefficient
+\end_layout
+
+\begin_layout LyX-Code
+#     endMaterial ='True' (flag indicating end of material)
+\end_layout
+
+\begin_layout LyX-Code
+#
+\end_layout
+
+\begin_layout LyX-Code
 # Material number 1
 \end_layout
 
@@ -1393,6 +1561,16 @@
  that lies at an angle to the global coordinates.
 \end_layout
 
+\begin_layout Quote
+
+\series bold
+\color red
+Note: 
+\series default
+\color none
+Coordinate rotations have not yet been implemented for PyLith.
+\end_layout
+
 \begin_layout LyX-Code
 # File containing local nodal coordinates.
 \end_layout
@@ -1492,6 +1670,18 @@
  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

Modified: short/3D/PyLith/branches/pylith-0.8/doc/userguide/license.lyx
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/doc/userguide/license.lyx	2007-04-11 00:40:49 UTC (rev 6545)
+++ short/3D/PyLith/branches/pylith-0.8/doc/userguide/license.lyx	2007-04-11 20:20:07 UTC (rev 6546)
@@ -1,4 +1,4 @@
-#LyX 1.4.1 created this file. For more info see http://www.lyx.org/
+#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
 \lyxformat 245
 \begin_document
 \begin_header
@@ -41,7 +41,7 @@
 \end_layout
 
 \begin_layout Standard
-Copyright (C) 2004-2006 Rensselaer Polytechnic Institute
+Copyright (C) 2004-2007 Rensselaer Polytechnic Institute
 \end_layout
 
 \begin_layout Standard

Modified: short/3D/PyLith/branches/pylith-0.8/doc/userguide/preface.lyx
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/doc/userguide/preface.lyx	2007-04-11 00:40:49 UTC (rev 6545)
+++ short/3D/PyLith/branches/pylith-0.8/doc/userguide/preface.lyx	2007-04-11 20:20:07 UTC (rev 6546)
@@ -1,4 +1,4 @@
-#LyX 1.4.3 created this file. For more info see http://www.lyx.org/
+#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
 \lyxformat 245
 \begin_document
 \begin_header
@@ -79,7 +79,7 @@
  It is essential that you recognize these individuals in the normal scientific
  practice by citing the appropriate peer reviewed papers and making appropriate
  acknowledgements in talks and publications.
- At this time there are no referred journal articles discussing the design
+ At this time there are no refereed journal articles discussing the design
  and implementation of PyLith, so we request that you cite two AGU meeting
  abstracts associated with PyLith, 
 \begin_inset LatexCommand \cite{Williams:etal:2005,Williams:2006}

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-04-11 00:40:49 UTC (rev 6545)
+++ short/3D/PyLith/branches/pylith-0.8/doc/userguide/runpylith/runpylith.lyx	2007-04-11 20:20:07 UTC (rev 6546)
@@ -1,4 +1,4 @@
-#LyX 1.4.1 created this file. For more info see http://www.lyx.org/
+#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
 \lyxformat 245
 \begin_document
 \begin_header
@@ -177,18 +177,22 @@
  is the original filename.
  This procedure is applied to files with the following extensions:
 \family typewriter
- coord, connect, split, 
+ coord, connect, split, bc
 \family default
-and 
+, and 
 \family typewriter
-bc
+traction
 \family default
 .
+ The remaining files provide information common to all processors, and thus
+ do not require separate files for each processor.
 \end_layout
 
 \begin_layout Standard
-The remaining files provide information common to all processors.
- As a result, the user must create copies of each one for each of the processors.
+In some cases, a user may want to run the same simulation using different
+ numbers of processors.
+ In this case, iAs a result, the user must create copies of each one for
+ each of the processors.
  By default PyLith expects the names of these files to follow the same form,
  
 \family typewriter
@@ -213,7 +217,7 @@
  command-line argument.
  See section\InsetSpace ~
 
-\begin_inset LatexCommand \ref{sec:commandline:args}
+\begin_inset LatexCommand \ref{sec:setting:parameters}
 
 \end_inset
 
@@ -292,9 +296,17 @@
 The optional input files are only read when a file exists 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 section\InsetSpace ~
+ command-line arguments, with 
+\family typewriter
+.cfg
+\family default
+ files, or with 
+\family typewriter
+.pml
+\family default
+ files, as discussed in section\InsetSpace ~
 
-\begin_inset LatexCommand \ref{sec:commandline:args}
+\begin_inset LatexCommand \ref{sec:setting:parameters}
 
 \end_inset
 
@@ -327,6 +339,17 @@
 
 \family typewriter
 \color black
+xx.traction
+\family default
+\color none
+ Traction boundary condition information.
+ 
+\end_layout
+
+\begin_layout Description
+
+\family typewriter
+\color black
 xx.skew
 \family default
 \color none
@@ -343,6 +366,10 @@
 \color none
  File for changing default parameters.
  
+\shape italic
+\color inherit
+Now considered obsolete.
+ Use .cfg file instead.
 \end_layout
 
 \begin_layout Description
@@ -355,7 +382,7 @@
  Winkler spring element boundary condition information.
  
 \emph on
- Not yet tested.
+ Not yet implemented.
 
 \emph default
  
@@ -378,11 +405,11 @@
 \end_layout
 
 \begin_layout Section
-Command-line Arguments
+Setting Parameters for PyLith
 \end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand \label{sec:commandline:args}
+\begin_inset LatexCommand \label{sec:setting:parameters}
 
 \end_inset
 



More information about the cig-commits mailing list