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

luis at geodynamics.org luis at geodynamics.org
Mon Mar 2 14:57:58 PST 2009


Author: luis
Date: 2009-03-02 14:57:58 -0800 (Mon, 02 Mar 2009)
New Revision: 14187

Modified:
   doc/cigma/manual/main2.lyx
Log:
Updated figures (using a log scale)

Modified: doc/cigma/manual/main2.lyx
===================================================================
--- doc/cigma/manual/main2.lyx	2009-03-02 21:16:03 UTC (rev 14186)
+++ doc/cigma/manual/main2.lyx	2009-03-02 22:57:58 UTC (rev 14187)
@@ -4110,6 +4110,108 @@
     -o circ_inc.h5:/pressure_256_064
 \end_layout
 
+\begin_layout LyX-Code
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+width "100col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset Graphics
+	filename figures2/log_res_circular_inclusion_256_064.png
+	lyxscale 40
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout LyX-Code
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+width "100col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset Graphics
+	filename figures2/log_res_circular_inclusion_256_128.png
+	lyxscale 40
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
 \begin_layout Standard
 The analytic solution is registered under the somewhat verbose name 
 \family typewriter
@@ -4147,13 +4249,10 @@
  stresses from a single, finite strike-slip earthquake in 3D without gravity.
  In order to obtain several data points, we use the CUBIT mesh generator
  to create a sequence of meshes with a 1.2 refinement ratio on which to solve.
- In this case, we also obtain a 
+ In this case, we also calculate the displacement field over 100 timesteps,
+ saving every 10th field.
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Note
-status collapsed
-
 \begin_layout LyX-Code
 $ export a=hex8_0500m
 \end_layout
@@ -4163,12 +4262,13 @@
 \end_layout
 
 \begin_layout LyX-Code
-$ export var=displacements
+$ export d=displacements
 \end_layout
 
 \begin_layout LyX-Code
-$ export steps=`seq -f '%04g' 0 10 100`  # generates list 0 10 20 ...
- 100
+$ export steps=`seq -f '%04g' 0 10 100`  # generates list 0000 0010 0020
+ ...
+ 0100
 \end_layout
 
 \begin_layout LyX-Code
@@ -4176,10 +4276,22 @@
 \end_layout
 
 \begin_layout LyX-Code
-    echo 
+    for b in 
 \begin_inset Quotes eld
 \end_inset
 
+hex8_1000m hex8_0833m hex8_0694m hex8_0578m
+\begin_inset Quotes erd
+\end_inset
+
+; do
+\end_layout
+
+\begin_layout LyX-Code
+      echo 
+\begin_inset Quotes eld
+\end_inset
+
 Calculating ${a}-${b}-${n}
 \begin_inset Quotes erd
 \end_inset
@@ -4188,29 +4300,29 @@
 \end_layout
 
 \begin_layout LyX-Code
-    cigma compare 
+      cigma compare 
 \backslash
 
 \end_layout
 
 \begin_layout LyX-Code
-      strikeslip_${a}_t${n}.vtk:${var} 
+        -a strikeslip_${a}_t${n}.vtk:${d} 
 \backslash
 
 \end_layout
 
 \begin_layout LyX-Code
-      strikeslip_${b}_t${n}.vtk:${var} 
+        -b strikeslip_${b}_t${n}.vtk:${d} 
 \backslash
 
 \end_layout
 
 \begin_layout LyX-Code
-      -o 
+        -o 
 \begin_inset Quotes eld
 \end_inset
 
-strikeslipnog.h5:/${var}-${a}-${b}-${n}
+strikeslipnog.h5:/${d}-${a}-${b}-${n}
 \begin_inset Quotes erd
 \end_inset
 
@@ -4220,31 +4332,17 @@
 \end_layout
 
 \begin_layout LyX-Code
-      --verbose
+        --verbose
 \end_layout
 
 \begin_layout LyX-Code
-  done
+    done
 \end_layout
 
-\end_inset
-
-
+\begin_layout LyX-Code
+  done
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Note
-status open
-
-\begin_layout Plain Layout
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
 \begin_layout Section
 Laplace Problem
 \end_layout
@@ -4252,7 +4350,6 @@
 \begin_layout Standard
 Here we obtain a sequence of solutions by solving a Laplace problem inside
  a cubic domain.
- The 
 \end_layout
 
 \begin_layout Standard
@@ -4260,7 +4357,7 @@
 status open
 
 \begin_layout Plain Layout
-Discussion of higher order elements begins here.
+Discuss higher order elements here.
  For now, just show how power-plot works
 \end_layout
 



More information about the CIG-COMMITS mailing list