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

luis at geodynamics.org luis at geodynamics.org
Wed Mar 12 11:05:38 PDT 2008


Author: luis
Date: 2008-03-12 11:05:38 -0700 (Wed, 12 Mar 2008)
New Revision: 11433

Modified:
   doc/cigma/manual/cigma.lyx
Log:
Misc changes


Modified: doc/cigma/manual/cigma.lyx
===================================================================
--- doc/cigma/manual/cigma.lyx	2008-03-12 18:03:38 UTC (rev 11432)
+++ doc/cigma/manual/cigma.lyx	2008-03-12 18:05:38 UTC (rev 11433)
@@ -199,25 +199,15 @@
  residuals for finite element models.
  This software was designed for performing the following three main tasks:
  (1) error analysis, (2) benchmarking, and (3) code verification.
- 
-\end_layout
-
-\begin_layout Standard
-In error analysis, Cigma can calculate a global measure of the error between
+ In error analysis, Cigma can calculate a global measure of the error between
  two solutions by performing an integration over a discretized version of
  the common domain.
  This comparison can take place even when the underlying discretizations
  do not overlap.
-\end_layout
-
-\begin_layout Standard
-In benchmarking, Cigma can help the geodynamics community agree on a standard
+ In benchmarking, Cigma can help the geodynamics community agree on a standard
  solution to specific problems by facilitating the process of comparing
  different numerical codes against each other.
-\end_layout
-
-\begin_layout Standard
-Lastly, as an automated tool, Cigma can help application developers create
+ Lastly, as an automated tool, Cigma can help application developers create
  regression tests to ensure that software changes do not affect the consistency
  of the results.
 \end_layout
@@ -895,7 +885,6 @@
 Even if the exact solution is not currently known, this normalized error
  may be used to test the accuracy between two or more numerical solutions,
  defined on successively refined meshes.
- 
 \end_layout
 
 \begin_layout Chapter
@@ -1541,51 +1530,6 @@
 \end_layout
 
 \begin_layout Standard
-To demonstrate the convergence in the FEM method, in this example we will
- compare the error incurred in representing a continuous function by finite
- elements.
- 
-\end_layout
-
-\begin_layout Standard
-You can change the function by modifying the 
-\family typewriter
-TestFunction.cpp
-\family default
- source file.
- Once you recompile cigma, you will be able to refer to it by the name 
-\family typewriter
-\bar under
-test
-\family default
-\bar default
- when using the 
-\family typewriter
-cigma eval
-\family default
- command.
-\end_layout
-
-\begin_layout Standard
-In the test directory you will find a series of successively refined meshes
- that you can use for testing.
- The original mesh files were created with the Gmsh, a three-dimensional
- finite element mesh generator, but you will be accessing the HDF5.
-\end_layout
-
-\begin_layout Standard
-In the figure (TODO: regenerate plot), we show the log of the 
-\begin_inset Formula $L_{2}$
-\end_inset
-
- error norm as a function of the log of the element size 
-\begin_inset Formula $h$
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Standard
 As can be seen from these results, the log of the error varies linearly
  with element size and the slope depends on the order of the element.
  Denoting the slope by 
@@ -1632,9 +1576,13 @@
 \end_layout
 
 \begin_layout Standard
-Different codes
+Here we compare
 \end_layout
 
+\begin_layout Section
+Different FEM Codes
+\end_layout
+
 \begin_layout Chapter
 \start_of_appendix
 File Formats



More information about the cig-commits mailing list