[cig-commits] r11335 - in short/3D/PyLith/trunk/doc/userguide: . analyticalsolns analyticalsolns/figs

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Mar 5 15:16:00 PST 2008


Author: willic3
Date: 2008-03-05 15:16:00 -0800 (Wed, 05 Mar 2008)
New Revision: 11335

Added:
   short/3D/PyLith/trunk/doc/userguide/analyticalsolns/
   short/3D/PyLith/trunk/doc/userguide/analyticalsolns/analyticalsolns.lyx
   short/3D/PyLith/trunk/doc/userguide/analyticalsolns/figs/
   short/3D/PyLith/trunk/doc/userguide/analyticalsolns/figs/consttract.eps
   short/3D/PyLith/trunk/doc/userguide/analyticalsolns/figs/consttract.fig
Modified:
   short/3D/PyLith/trunk/doc/userguide/userguide.lyx
Log:
Added analytical solution for rectangular region subject to constant
traction BC.



Added: short/3D/PyLith/trunk/doc/userguide/analyticalsolns/analyticalsolns.lyx
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/analyticalsolns/analyticalsolns.lyx	                        (rev 0)
+++ short/3D/PyLith/trunk/doc/userguide/analyticalsolns/analyticalsolns.lyx	2008-03-05 23:16:00 UTC (rev 11335)
@@ -0,0 +1,322 @@
+#LyX 1.5.3 created this file. For more info see http://www.lyx.org/
+\lyxformat 276
+\begin_document
+\begin_header
+\textclass book
+\begin_preamble
+
+\end_preamble
+\language english
+\inputencoding latin1
+\font_roman default
+\font_sans default
+\font_typewriter default
+\font_default_family default
+\font_sc false
+\font_osf false
+\font_sf_scale 100
+\font_tt_scale 100
+\graphics default
+\paperfontsize default
+\spacing single
+\papersize default
+\use_geometry true
+\use_amsmath 1
+\use_esint 0
+\cite_engine basic
+\use_bibtopic false
+\paperorientation portrait
+\leftmargin 1in
+\topmargin 1in
+\rightmargin 1in
+\bottommargin 2in
+\secnumdepth 3
+\tocdepth 3
+\paragraph_separation indent
+\defskip medskip
+\quotes_language english
+\papercolumns 1
+\papersides 2
+\paperpagestyle default
+\tracking_changes false
+\output_changes false
+\author "" 
+\author "" 
+\end_header
+
+\begin_body
+
+\begin_layout Chapter
+\begin_inset LatexCommand label
+name "cha:Analytical-Solns"
+
+\end_inset
+
+Analytical Solutions
+\end_layout
+
+\begin_layout Section
+\begin_inset LatexCommand label
+name "sec:TractionProblems"
+
+\end_inset
+
+Traction Problems
+\end_layout
+
+\begin_layout Standard
+Computation of analytical solutions for elastostatic problems over regular
+ domains is a relatively straightforward procedure.
+ These problems are typically formulated in terms of a combination of displaceme
+nt and traction boundary conditions, and such problems provide a good test
+ of the code accuracy, as well as specifically testing the implementation
+ of traction boundary conditions.
+ We present here two simple problems for this purpose.
+\end_layout
+
+\begin_layout Subsection
+Solutions Using Polynomial Stress Functions
+\end_layout
+
+\begin_layout Standard
+Our derivation follows the procedures outlined in 
+\begin_inset LatexCommand cite
+key "Timoshenko:Goodier:1987"
+
+\end_inset
+
+, and we restrict ourselves to two-dimensional problems.
+ Any problem in elastostatics must satisfy the equilibrium equations
+\begin_inset Formula \begin{gather}
+\frac{\partial\sigma_{xx}}{\partial x}+\frac{\partial\sigma_{xy}}{\partial y}+X=0\\
+\frac{\partial\sigma_{yy}}{\partial y}+\frac{\partial\sigma_{xy}}{\partial x}+Y=0,\nonumber \end{gather}
+
+\end_inset
+
+where 
+\shape italic
+X
+\shape default
+ and 
+\shape italic
+Y
+\shape default
+ are the body force components in the 
+\shape italic
+x
+\shape default
+ and 
+\shape italic
+y
+\shape default
+-directions, respectively, and the stress components are given by 
+\begin_inset Formula $\sigma$
+\end_inset
+
+.
+ In the problems considered here, we neglect body forces, so 
+\shape italic
+X
+\shape default
+ and 
+\shape italic
+Y
+\shape default
+ disappear from the equilibrium equations.
+ The solution must also satisfy the boundary conditions, given as surface
+ tractions over the surface of the body.
+ Finally, the solution must satisfy the conditions of compatibility, which
+ may be expressed as:
+\begin_inset Formula \begin{equation}
+\left(\frac{\partial^{2}}{\partial x^{2}}+\frac{\partial^{2}}{\partial y^{2}}\right)\left(\sigma_{xx}+\sigma_{yy}\right)=0.\end{equation}
+
+\end_inset
+
+To compute the displacement field, it is also necessary to specify displacement
+ boundary conditions.
+\end_layout
+
+\begin_layout Standard
+Equations (1) may be satisfied by taking any function 
+\begin_inset Formula $\phi$
+\end_inset
+
+ of 
+\shape italic
+x
+\shape default
+ and 
+\shape italic
+y
+\shape default
+, and letting the stress components be given by the following expressions:
+\begin_inset Formula \begin{equation}
+\sigma_{xx}=\frac{\partial^{2}\phi}{\partial y^{2}},\;\sigma_{yy}=\frac{\partial^{2}\phi}{\partial x^{2}},\;\sigma_{xy}=-\frac{\partial^{2}\phi}{\partial x\partial y}.\end{equation}
+
+\end_inset
+
+The solution must also satisfy the compatibility equations.
+ Substituting equations (3) into equation (2), we find that the stress function
+ 
+\begin_inset Formula $\phi$
+\end_inset
+
+ must satisfy
+\begin_inset Formula \begin{equation}
+\frac{\partial^{4}\phi}{\partial x^{4}}+2\frac{\partial^{4}\phi}{\partial x^{2}\partial y^{2}}+\frac{\partial^{4}\phi}{\partial y^{4}}=0.\end{equation}
+
+\end_inset
+
+A relatively easy way to solve a number of problems is to select expressions
+ for 
+\begin_inset Formula $\phi$
+\end_inset
+
+ consisting of polynomial functions of 
+\shape italic
+x
+\shape default
+ and 
+\shape italic
+y
+\shape default
+ of second degree or higher.
+ Any polynomial of second or third degree will satisfy equation (4).
+ For polynomials of higher degree, they must be substituted into equation
+ (4) to determine what restrictions must be placed on the solution.
+\end_layout
+
+\begin_layout Subsection
+Constant Traction Applied to a Rectangular Region
+\end_layout
+
+\begin_layout Standard
+For this problem, a constant normal traction, 
+\begin_inset Formula $\overrightarrow{N}$
+\end_inset
+
+, is applied along the positive 
+\shape italic
+x
+\shape default
+-edge of the rectangular region (
+\begin_inset Formula $x=x_{0}$
+\end_inset
+
+), and roller boundary conditions are applied along the left and bottom
+ boundaries (
+\begin_inset LatexCommand ref
+reference "fig:Const-tractions"
+
+\end_inset
+
+).
+ Since the tractions are constant, we assume a second degree polynomial
+ for the stress function:
+\begin_inset Formula \begin{equation}
+\phi_{2}=\frac{a_{2}}{2}x^{2}+b_{2}xy+\frac{c_{2}}{2}y^{2}.\end{equation}
+
+\end_inset
+
+This yields the following expressions for the stresses:
+\begin_inset Formula \begin{equation}
+\sigma_{xx}=\frac{\partial^{2}\phi_{2}}{\partial y^{2}}=c_{2}=N,\;\sigma_{yy}=a_{2}=0,\;\sigma_{xy}=-b_{2}=0.\end{equation}
+
+\end_inset
+
+From Hooke's law, we have:
+\begin_inset Formula \begin{equation}
+\epsilon_{xx}=\frac{\partial u}{\partial x}=\frac{\left(1-\nu^{2}\right)N}{E},\;\epsilon_{yy}=\frac{\partial v}{\partial y}=\frac{-\nu\left(1+\nu\right)N}{E},\;\epsilon_{xy}=\frac{1}{2}\left(\frac{\partial v}{\partial x}+\frac{\partial u}{\partial y}\right)=0.\end{equation}
+
+\end_inset
+
+The strain components are thus easily obtained from the stress components.
+\end_layout
+
+\begin_layout Standard
+To obtain the displacements, we must integrate equation (7) and make use
+ of the displacement boundary conditions.
+ Integrating the first two of these, we obtain
+\begin_inset Formula \begin{equation}
+u=\frac{\left(1-\nu^{2}\right)Nx}{E}+f\left(y\right),\; v=\frac{-\nu\left(1+\nu\right)Ny}{E}+f\left(x\right).\end{equation}
+
+\end_inset
+
+Substituting these into the third expression, we obtain
+\begin_inset Formula \begin{equation}
+\frac{\partial f\left(x\right)}{\partial x}=-\frac{\partial f\left(y\right)}{\partial y},\end{equation}
+
+\end_inset
+
+which means that both 
+\begin_inset Formula $f\left(x\right)$
+\end_inset
+
+ and 
+\begin_inset Formula $f\left(y\right)$
+\end_inset
+
+ must be constant.
+ We solve for these constants using the displacement boundary conditions
+ along 
+\begin_inset Formula $x=x_{0}$
+\end_inset
+
+ and 
+\begin_inset Formula $y=y_{0}$
+\end_inset
+
+.
+ Doing this, we obtain the following expressions for the displacement components
+:
+\begin_inset Formula \begin{equation}
+u=\frac{\left(1-\nu^{2}\right)N}{E}\left(x-x_{0}\right),\; v=\frac{\nu\left(1+\nu\right)N}{E}\left(y_{0}-y\right).\end{equation}
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Standard
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Caption
+
+\begin_layout Standard
+\begin_inset LatexCommand label
+name "fig:Const-tractions"
+
+\end_inset
+
+Problem with constant traction boundary conditions applied along right edge.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Graphics
+	filename figs/consttract.eps
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_body
+\end_document

Added: short/3D/PyLith/trunk/doc/userguide/analyticalsolns/figs/consttract.eps
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/analyticalsolns/figs/consttract.eps	                        (rev 0)
+++ short/3D/PyLith/trunk/doc/userguide/analyticalsolns/figs/consttract.eps	2008-03-05 23:16:00 UTC (rev 11335)
@@ -0,0 +1,258 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%Title: consttract.fig
+%%Creator: fig2dev Version 3.2 Patchlevel 5
+%%CreationDate: Wed Mar  5 17:22:59 2008
+%%For: willic3 at rachel.geo.rpi.edu (Charles Williams)
+%%BoundingBox: 0 0 303 195
+%Magnification: 1.0000
+%%EndComments
+/$F2psDict 200 dict def
+$F2psDict begin
+$F2psDict /mtrx matrix put
+/col-1 {0 setgray} bind def
+/col0 {0.000 0.000 0.000 srgb} bind def
+/col1 {0.000 0.000 1.000 srgb} bind def
+/col2 {0.000 1.000 0.000 srgb} bind def
+/col3 {0.000 1.000 1.000 srgb} bind def
+/col4 {1.000 0.000 0.000 srgb} bind def
+/col5 {1.000 0.000 1.000 srgb} bind def
+/col6 {1.000 1.000 0.000 srgb} bind def
+/col7 {1.000 1.000 1.000 srgb} bind def
+/col8 {0.000 0.000 0.560 srgb} bind def
+/col9 {0.000 0.000 0.690 srgb} bind def
+/col10 {0.000 0.000 0.820 srgb} bind def
+/col11 {0.530 0.810 1.000 srgb} bind def
+/col12 {0.000 0.560 0.000 srgb} bind def
+/col13 {0.000 0.690 0.000 srgb} bind def
+/col14 {0.000 0.820 0.000 srgb} bind def
+/col15 {0.000 0.560 0.560 srgb} bind def
+/col16 {0.000 0.690 0.690 srgb} bind def
+/col17 {0.000 0.820 0.820 srgb} bind def
+/col18 {0.560 0.000 0.000 srgb} bind def
+/col19 {0.690 0.000 0.000 srgb} bind def
+/col20 {0.820 0.000 0.000 srgb} bind def
+/col21 {0.560 0.000 0.560 srgb} bind def
+/col22 {0.690 0.000 0.690 srgb} bind def
+/col23 {0.820 0.000 0.820 srgb} bind def
+/col24 {0.500 0.190 0.000 srgb} bind def
+/col25 {0.630 0.250 0.000 srgb} bind def
+/col26 {0.750 0.380 0.000 srgb} bind def
+/col27 {1.000 0.500 0.500 srgb} bind def
+/col28 {1.000 0.630 0.630 srgb} bind def
+/col29 {1.000 0.750 0.750 srgb} bind def
+/col30 {1.000 0.880 0.880 srgb} bind def
+/col31 {1.000 0.840 0.000 srgb} bind def
+
+end
+save
+newpath 0 195 moveto 0 0 lineto 303 0 lineto 303 195 lineto closepath clip newpath
+-39.8 248.2 translate
+1 -1 scale
+
+/cp {closepath} bind def
+/ef {eofill} bind def
+/gr {grestore} bind def
+/gs {gsave} bind def
+/sa {save} bind def
+/rs {restore} bind def
+/l {lineto} bind def
+/m {moveto} bind def
+/rm {rmoveto} bind def
+/n {newpath} bind def
+/s {stroke} bind def
+/sh {show} bind def
+/slc {setlinecap} bind def
+/slj {setlinejoin} bind def
+/slw {setlinewidth} bind def
+/srgb {setrgbcolor} bind def
+/rot {rotate} bind def
+/sc {scale} bind def
+/sd {setdash} bind def
+/ff {findfont} bind def
+/sf {setfont} bind def
+/scf {scalefont} bind def
+/sw {stringwidth} bind def
+/tr {translate} bind def
+/tnt {dup dup currentrgbcolor
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add
+  4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
+  bind def
+/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
+  4 -2 roll mul srgb} bind def
+ /DrawEllipse {
+	/endangle exch def
+	/startangle exch def
+	/yrad exch def
+	/xrad exch def
+	/y exch def
+	/x exch def
+	/savematrix mtrx currentmatrix def
+	x y tr xrad yrad sc 0 0 1 startangle endangle arc
+	closepath
+	savematrix setmatrix
+	} def
+
+/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
+/$F2psEnd {$F2psEnteredState restore end} def
+
+$F2psBegin
+10 setmiterlimit
+0 slj 0 slc
+ 0.06000 0.06000 sc
+%
+% Fig objects follow
+%
+% 
+% here starts figure with depth 50
+/Times-Bold ff 300.00 scf sf
+5475 2400 m
+gs 1 -1 sc (N) col0 sh gr
+% Polyline
+0 slj
+0 slc
+7.500 slw
+n 825 1500 m
+ 675 1650 l gs col0 s gr 
+% Polyline
+n 825 1725 m
+ 675 1875 l gs col0 s gr 
+% Polyline
+n 825 1950 m
+ 675 2100 l gs col0 s gr 
+% Polyline
+n 825 1200 m
+ 825 2100 l gs col0 s gr 
+% Ellipse
+n 975 1632 168 168 0 360 DrawEllipse gs col0 s gr
+
+% Polyline
+n 825 2775 m
+ 675 2925 l gs col0 s gr 
+% Polyline
+n 825 3000 m
+ 675 3150 l gs col0 s gr 
+% Polyline
+n 825 3225 m
+ 675 3375 l gs col0 s gr 
+% Polyline
+n 825 3450 m
+ 675 3600 l gs col0 s gr 
+% Polyline
+n 825 2700 m
+ 825 3600 l gs col0 s gr 
+% Ellipse
+n 975 3132 168 168 0 360 DrawEllipse gs col0 s gr
+
+% Polyline
+n 3675 3975 m
+ 3825 4125 l gs col0 s gr 
+% Polyline
+n 3900 3975 m
+ 4050 4125 l gs col0 s gr 
+% Polyline
+n 4125 3975 m
+ 4275 4125 l gs col0 s gr 
+% Polyline
+n 4350 3975 m
+ 4500 4125 l gs col0 s gr 
+% Polyline
+n 3600 3975 m
+ 4500 3975 l gs col0 s gr 
+% Ellipse
+gs
+4032 3825 tr
+-90.000 rot
+n 0 0 168 168 0 360 DrawEllipse 90.000 rot
+gs col0 s gr
+gr
+
+% Polyline
+n 1575 3975 m
+ 1725 4125 l gs col0 s gr 
+% Polyline
+n 1800 3975 m
+ 1950 4125 l gs col0 s gr 
+% Polyline
+n 2025 3975 m
+ 2175 4125 l gs col0 s gr 
+% Polyline
+n 2250 3975 m
+ 2400 4125 l gs col0 s gr 
+% Polyline
+n 1500 3975 m
+ 2400 3975 l gs col0 s gr 
+% Ellipse
+gs
+1932 3825 tr
+-90.000 rot
+n 0 0 168 168 0 360 DrawEllipse 90.000 rot
+gs col0 s gr
+gr
+
+/Times-Roman ff 200.00 scf sf
+1200 3825 m
+gs 1 -1 sc (, y) col0 sh gr
+/Times-Roman ff 150.00 scf sf
+1380 3881 m
+gs 1 -1 sc (0) col0 sh gr
+/Times-Roman ff 200.00 scf sf
+900 3825 m
+gs 1 -1 sc (\(x) col0 sh gr
+/Times-Roman ff 150.00 scf sf
+1065 3881 m
+gs 1 -1 sc (0) col0 sh gr
+/Times-Roman ff 200.00 scf sf
+1500 3825 m
+gs 1 -1 sc (\)) col0 sh gr
+% Polyline
+15.000 slw
+gs  clippath
+5386 1695 m 5565 1695 l 5565 1605 l 5386 1605 l 5386 1605 l 5536 1650 l 5386 1695 l cp
+eoclip
+n 4800 1650 m
+ 5550 1650 l gs col0 s gr gr
+
+% arrowhead
+7.500 slw
+n 5386 1695 m 5536 1650 l 5386 1605 l 5416 1650 l 5386 1695 l 
+ cp gs 0.00 setgray ef gr  col0 s
+% Polyline
+15.000 slw
+gs  clippath
+5386 3195 m 5565 3195 l 5565 3105 l 5386 3105 l 5386 3105 l 5536 3150 l 5386 3195 l cp
+eoclip
+n 4800 3150 m
+ 5550 3150 l gs col0 s gr gr
+
+% arrowhead
+7.500 slw
+n 5386 3195 m 5536 3150 l 5386 3105 l 5416 3150 l 5386 3195 l 
+ cp gs 0.00 setgray ef gr  col0 s
+% Polyline
+n 1200 1200 m 4800 1200 l 4800 3600 l 1200 3600 l
+ cp gs col11 s gr 
+/Times-Roman ff 200.00 scf sf
+4425 1050 m
+gs 1 -1 sc (\(x) col0 sh gr
+/Times-Roman ff 200.00 scf sf
+4725 1050 m
+gs 1 -1 sc (, y) col0 sh gr
+/Times-Roman ff 150.00 scf sf
+4590 1106 m
+gs 1 -1 sc (1) col0 sh gr
+/Times-Roman ff 200.00 scf sf
+5025 1050 m
+gs 1 -1 sc (\)) col0 sh gr
+/Times-Roman ff 150.00 scf sf
+4905 1106 m
+gs 1 -1 sc (1) col0 sh gr
+% Polyline
+n 825 1275 m
+ 675 1425 l gs col0 s gr 
+% here ends figure;
+$F2psEnd
+rs
+showpage
+%%Trailer
+%EOF

Added: short/3D/PyLith/trunk/doc/userguide/analyticalsolns/figs/consttract.fig
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/analyticalsolns/figs/consttract.fig	                        (rev 0)
+++ short/3D/PyLith/trunk/doc/userguide/analyticalsolns/figs/consttract.fig	2008-03-05 23:16:00 UTC (rev 11335)
@@ -0,0 +1,102 @@
+#FIG 3.2  Produced by xfig version 3.2.5
+Landscape
+Center
+Inches
+Letter  
+100.00
+Single
+-2
+1200 2
+6 675 1200 1200 2100
+6 675 1200 825 2100
+6 675 1200 825 2100
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 825 1275 675 1425
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 825 1500 675 1650
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 825 1725 675 1875
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 825 1950 675 2100
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 825 1200 825 2100
+-6
+-6
+1 3 0 1 0 7 50 -1 -1 0.000 1 0.0000 975 1632 168 168 975 1632 1125 1707
+-6
+6 675 2700 1200 3600
+6 675 2700 825 3600
+6 675 2700 825 3600
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 825 2775 675 2925
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 825 3000 675 3150
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 825 3225 675 3375
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 825 3450 675 3600
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 825 2700 825 3600
+-6
+-6
+1 3 0 1 0 7 50 -1 -1 0.000 1 0.0000 975 3132 168 168 975 3132 1125 3207
+-6
+6 3600 3600 4500 4125
+6 3600 3975 4500 4125
+6 3600 3975 4500 4125
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 3675 3975 3825 4125
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 3900 3975 4050 4125
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 4125 3975 4275 4125
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 4350 3975 4500 4125
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 3600 3975 4500 3975
+-6
+-6
+1 3 0 1 0 7 50 -1 -1 0.000 1 1.5708 4032 3825 168 168 4032 3825 4107 3675
+-6
+6 1500 3600 2400 4125
+6 1500 3975 2400 4125
+6 1500 3975 2400 4125
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 1575 3975 1725 4125
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 1800 3975 1950 4125
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 2025 3975 2175 4125
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 2250 3975 2400 4125
+2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
+	 1500 3975 2400 3975
+-6
+-6
+1 3 0 1 0 7 50 -1 -1 0.000 1 1.5708 1932 3825 168 168 1932 3825 2007 3675
+-6
+6 900 3675 1575 3900
+6 900 3675 1500 3900
+6 1200 3675 1500 3900
+4 0 0 50 -1 0 12 0.0000 4 135 180 1200 3825 , y\001
+4 0 0 50 -1 0 9 0.0000 4 105 75 1380 3881 0\001
+-6
+4 0 0 50 -1 0 12 0.0000 4 180 165 900 3825 (x\001
+4 0 0 50 -1 0 9 0.0000 4 105 75 1065 3881 0\001
+-6
+4 0 0 50 -1 0 12 0.0000 4 180 75 1500 3825 )\001
+-6
+2 1 0 2 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
+	2 1 1.00 90.00 120.00
+	 4800 1650 5550 1650
+2 1 0 2 0 7 50 -1 -1 0.000 0 0 -1 1 0 2
+	2 1 1.00 90.00 120.00
+	 4800 3150 5550 3150
+2 2 0 1 11 7 50 -1 -1 0.000 0 0 -1 0 0 5
+	 1200 1200 4800 1200 4800 3600 1200 3600 1200 1200
+4 0 0 50 -1 0 12 0.0000 4 180 165 4425 1050 (x\001
+4 0 0 50 -1 0 12 0.0000 4 135 180 4725 1050 , y\001
+4 0 0 50 -1 0 9 0.0000 4 105 75 4590 1106 1\001
+4 0 0 50 -1 0 12 0.0000 4 180 75 5025 1050 )\001
+4 0 0 50 -1 0 9 0.0000 4 105 75 4905 1106 1\001
+4 0 0 50 -1 2 18 0.0000 4 195 210 5475 2400 N\001

Modified: short/3D/PyLith/trunk/doc/userguide/userguide.lyx
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/userguide.lyx	2008-03-05 23:13:36 UTC (rev 11334)
+++ short/3D/PyLith/trunk/doc/userguide/userguide.lyx	2008-03-05 23:16:00 UTC (rev 11335)
@@ -269,7 +269,13 @@
 
 \end_inset
 
- 
+
+\begin_inset Include \input{analyticalsolns/analyticalsolns.lyx}
+preview false
+
+\end_inset
+
+
 \begin_inset Include \input{license.lyx}
 preview false
 
@@ -440,5 +446,21 @@
 , 154 pp.
 \end_layout
 
+\begin_layout Bibliography
+\begin_inset LatexCommand bibitem
+label "9"
+key "Timoshenko:Goodier:1987"
+
+\end_inset
+
+Timoshenko, S.P.
+ and J.N.
+ Goodier (1987), 
+\shape italic
+Theory of Elasticity, Third Edition
+\shape default
+, McGraw-Hill, New York, 567 pp.
+\end_layout
+
 \end_body
 \end_document



More information about the cig-commits mailing list