[cig-commits] r9173 - doc/cigma/manual

sue at geodynamics.org sue at geodynamics.org
Tue Jan 29 11:03:22 PST 2008


Author: sue
Date: 2008-01-29 11:03:22 -0800 (Tue, 29 Jan 2008)
New Revision: 9173

Modified:
   doc/cigma/manual/cigma.lyx
Log:
handled TODOs and improved sentence struc

Modified: doc/cigma/manual/cigma.lyx
===================================================================
--- doc/cigma/manual/cigma.lyx	2008-01-29 17:33:51 UTC (rev 9172)
+++ doc/cigma/manual/cigma.lyx	2008-01-29 19:03:22 UTC (rev 9173)
@@ -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
@@ -219,10 +219,10 @@
 \end_layout
 
 \begin_layout Standard
-At its core, Cigma draws from a variety of libraries, particularly the FIAT
- Python Library from Cigma extends and generalizes the functionality therein
- to handle other types of elements as well as adding the ability to compare
- vector fields.
+At its core, Cigma draws from a variety of libraries.
+ The FIAT Python Library used in Cigma in particular extends and generalizes
+ its functionality so it can handle other types of elements and offer the
+ ability to compare vector fields.
 \end_layout
 
 \begin_layout Section
@@ -425,13 +425,20 @@
 
 \begin_layout Standard
 NumPy is a Python module which adds support for large multi-dimensional
- arrays and matrices, and is available for download from [TODO]numpy.scipy.org.
+ arrays and matrices, and is available for download from the 
+\begin_inset LatexCommand htmlurl
+name "NumPy Home Page"
+target "numpy.scipy.org "
+
+\end_inset
+
+.
  To install this extension module from source, download it and issue the
  following command in the NumPy source directory
 \end_layout
 
-\begin_layout Standard
-$ sudo python setup.py install[TODO:lyxcode]
+\begin_layout LyX-Code
+$ sudo python setup.py install
 \end_layout
 
 \begin_layout Subsection
@@ -443,7 +450,14 @@
  of arbitrary order instances of the Lagrange elements, as well as arbitrary
  order instances of the Jacobi-type quadrature rules on the same element
  shapes.
- It is available from [TODO]http://www.fenics.org/wiki/FIAT
+ It is available from 
+\begin_inset LatexCommand htmlurl
+name "The FEniCS Project"
+target "www.fenics.org/wiki/FIAT"
+
+\end_inset
+
+.
 \end_layout
 
 \begin_layout Standard
@@ -451,8 +465,8 @@
  the FIAT source directory:
 \end_layout
 
-\begin_layout Standard
-$ sudo python setup.py install[TODO:lyxcode]
+\begin_layout LyX-Code
+$ sudo python setup.py install
 \end_layout
 
 \begin_layout Subsection
@@ -826,57 +840,16 @@
  shown below.
  The location of each element is indexed into a spatial database in order
  to speed up the evaluation process.
- [TODO: drop the tet4, hex8 images but keep the formulas --adding more element
- types, so will use single image]
+ 
 \end_layout
 
-\begin_layout Standard
-
-\newpage
-
-\end_layout
-
-\begin_layout Standard
+\begin_layout Paragraph*
 Function Space 
 \bar under
 tet4
 \end_layout
 
 \begin_layout Standard
-\noindent
-\align center
-\begin_inset Float figure
-placement H
-wide false
-sideways false
-status open
-
-\begin_layout Standard
-\noindent
-\align center
-\begin_inset Graphics
-	filename figures/reference-tet4.png
-	lyxscale 35
-	width 35page%
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-Reference tetrahedral element
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
 \begin_inset Formula \begin{eqnarray*}
 TN_{a} & = & \frac{1}{2}(-1-x-y-z)\\
 TN_{b} & = & \frac{1}{2}(1+x)\\
@@ -888,58 +861,13 @@
 
 \end_layout
 
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-
-\newpage
-
-\end_layout
-
-\begin_layout Standard
+\begin_layout Paragraph*
 Function Space 
 \bar under
 hex8
 \end_layout
 
 \begin_layout Standard
-\noindent
-\align center
-\begin_inset Float figure
-placement H
-wide false
-sideways false
-status open
-
-\begin_layout Standard
-\noindent
-\align center
-\begin_inset Graphics
-	filename figures/reference-hex8.png
-	lyxscale 35
-	width 35page%
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-Reference hexahedral element
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
 \begin_inset Formula \begin{eqnarray*}
 HN_{a} & = & \frac{1}{8}\left(1-x\right)\left(1-y\right)\left(1-z\right)\\
 HN_{b} & = & \frac{1}{8}\left(1+x\right)\left(1-y\right)\left(1-z\right)\\
@@ -955,11 +883,6 @@
 
 \end_layout
 
-\end_inset
-
-
-\end_layout
-
 \begin_layout Section
 Input Formats
 \end_layout



More information about the cig-commits mailing list