[cig-commits] r11458 - in short/3D/PyLith/trunk/doc/userguide/tutorials: twoquad4 twotet4 twotri3

sue at geodynamics.org sue at geodynamics.org
Mon Mar 17 11:39:23 PDT 2008


Author: sue
Date: 2008-03-17 11:39:23 -0700 (Mon, 17 Mar 2008)
New Revision: 11458

Modified:
   short/3D/PyLith/trunk/doc/userguide/tutorials/twoquad4/twoquad4.lyx
   short/3D/PyLith/trunk/doc/userguide/tutorials/twotet4/twotet4.lyx
   short/3D/PyLith/trunk/doc/userguide/tutorials/twotri3/twotri3.lyx
Log:
typos fixed in tutorials

Modified: short/3D/PyLith/trunk/doc/userguide/tutorials/twoquad4/twoquad4.lyx
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/tutorials/twoquad4/twoquad4.lyx	2008-03-17 18:35:21 UTC (rev 11457)
+++ short/3D/PyLith/trunk/doc/userguide/tutorials/twoquad4/twoquad4.lyx	2008-03-17 18:39:23 UTC (rev 11458)
@@ -1,4 +1,4 @@
-#LyX 1.5.3 created this file. For more info see http://www.lyx.org/
+#LyX 1.5.1 created this file. For more info see http://www.lyx.org/
 \lyxformat 276
 \begin_document
 \begin_header
@@ -380,7 +380,7 @@
 axialdisp.cfg
 \family default
 .
- Because the data is being specified using two control points with a linear
+ Because the data are being specified using two control points with a linear
  variation in the values between the two (rather than being uniform over
  the mesh, for example), the data dimension is one.
 \end_layout
@@ -615,7 +615,7 @@
 .
  In this case, the desired displacement values are given at two control
  points, corresponding to the two edges we want to constrain.
- Since data is being specified at two points with a linear variations in
+ Since data are being specified at two points with a linear variations in
  the values between the points (rather than being uniform over the mesh,
  for example), the data dimension is one.
 \end_layout
@@ -988,7 +988,7 @@
 
 , which was generated using ParaView.
  The results may be compared against the analytical solution derived in
- section 
+ Section 
 \begin_inset LatexCommand ref
 reference "sub:Analytical-Constant-Traction"
 
@@ -1154,7 +1154,7 @@
 dislocation_slip.spatialdb
 \family default
 ) specifies 0.01 m of left-lateral fault slip for the entire fault.
- The data dimension is zero since the same data is applied to all points
+ The data dimension is zero since the same data are applied to all points
  in the set.
  It is also necessary to specify the peak slip rate, which is done in the
  file 

Modified: short/3D/PyLith/trunk/doc/userguide/tutorials/twotet4/twotet4.lyx
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/tutorials/twotet4/twotet4.lyx	2008-03-17 18:35:21 UTC (rev 11457)
+++ short/3D/PyLith/trunk/doc/userguide/tutorials/twotet4/twotet4.lyx	2008-03-17 18:39:23 UTC (rev 11458)
@@ -1,4 +1,4 @@
-#LyX 1.5.2 created this file. For more info see http://www.lyx.org/
+#LyX 1.5.1 created this file. For more info see http://www.lyx.org/
 \lyxformat 276
 \begin_document
 \begin_header
@@ -272,7 +272,8 @@
 \family default
 .
  For this example, values describing three-dimensional elastic material
- properties are given at a single point, resulting in uniform material properties.
+ properties are given at a single point, resulting in uniform material propertie
+s.
 \end_layout
 
 \begin_layout Subsection
@@ -300,7 +301,8 @@
 \end_layout
 
 \begin_layout Description
-pylithapp.timedependent.bc.bc Defines which degrees of freedom are being constrained (
+pylithapp.timedependent.bc.bc Defines which degrees of freedom are being constraine
+d (
 \family typewriter
 x
 \family default
@@ -317,7 +319,8 @@
 twotet4.mesh
 \family default
 ) defining the points desired, assigns a label to the boundary condition
- set, and gives the name of the spatial database defining the boundary conditions (
+ set, and gives the name of the spatial database defining the boundary condition
+s (
 \family typewriter
 axialdisp.spatialdb
 \family default
@@ -343,7 +346,8 @@
 \end_layout
 
 \begin_layout Standard
-The values for the Dirichlet boundary conditions are described in the file 
+The values for the Dirichlet boundary conditions are described in the file
+ 
 \family typewriter
 axialdisp.spatialdb
 \family default
@@ -353,8 +357,8 @@
 \family default
 .
  The format of all spatial database files is similar.
- Because data is being specified using two control points (rather than being uniform over
- the mesh, for example), the data dimension is one.
+ Because data are being specified using two control points (rather than
+ being uniform over the mesh, for example), the data dimension is one.
 \end_layout
 
 \begin_layout Standard
@@ -548,9 +552,9 @@
 \family default
 ) defining the points desired, and assigns a label to the boundary condition
  set.
- Rather than specifying a spatial database file to define
- the boundary conditions, we use the default spatial database (FixedDOFDB) for 
- the Dirichlet boundary condition, which sets the displacements to zero.
+ Rather than specifying a spatial database file to define the boundary condition
+s, we use the default spatial database (FixedDOFDB) for  the Dirichlet boundary
+ condition, which sets the displacements to zero.
 \end_layout
 
 \begin_layout Description
@@ -600,13 +604,14 @@
 ) specifies 0.01 m of left-lateral fault slip for the entire fault.
  The data dimension is zero since the same data is applied to all points
  in the set.
- It is also necessary to specify the peak slip rate, which is done in the file
- 
+ It is also necessary to specify the peak slip rate, which is done in the
+ file 
 \family typewriter
 dislocation_sliprate.spatialdb
 \family default
 .
- The peak slip rate of 1.0e6 m/s creates a step function for the slip time history.
+ The peak slip rate of 1.0e6 m/s creates a step function for the slip time
+ history.
  Finally, we must provide the time at which slip begins.
  The elastic solution begins at 
 \begin_inset Formula $t=-dt$

Modified: short/3D/PyLith/trunk/doc/userguide/tutorials/twotri3/twotri3.lyx
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/tutorials/twotri3/twotri3.lyx	2008-03-17 18:35:21 UTC (rev 11457)
+++ short/3D/PyLith/trunk/doc/userguide/tutorials/twotri3/twotri3.lyx	2008-03-17 18:39:23 UTC (rev 11458)
@@ -1,4 +1,4 @@
-#LyX 1.5.2 created this file. For more info see http://www.lyx.org/
+#LyX 1.5.1 created this file. For more info see http://www.lyx.org/
 \lyxformat 276
 \begin_document
 \begin_header
@@ -223,8 +223,8 @@
 \begin_layout Description
 pylithapp.timedependent.materials Settings that control the material type,
  specify which material IDs are to be associated with a particular material
- type, and give the name of the spatial database containing the physical 
- properties for the material.
+ type, and give the name of the spatial database containing the physical
+  properties for the material.
  The quadrature information is also given.
 \end_layout
 
@@ -340,7 +340,7 @@
  The format of all spatial database files is similar.
  In this case, the desired displacement values are given at two points (lower
  left and upper right).
- Since data is being specified at points (rather than being uniform over
+ Since data are being specified at points (rather than being uniform over
  the mesh, for example), the data dimension is one.
 \end_layout
 
@@ -786,7 +786,7 @@
 dislocation_slip.spatialdb
 \family default
 ) specifies 0.01 m of left-lateral fault slip for the entire fault.
- The data dimension is zero since the same data is applied to all points
+ The data dimension is zero since the same data are applied to all points
  in the set.
  It is also necessary to specify the peak slip rate, which is done in the
  file 



More information about the cig-commits mailing list