[cig-commits] [commit] master: Misc changes (68fc395)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri May 9 15:24:16 PDT 2014


Repository : https://github.com/geodynamics/cigma

On branch  : master
Link       : https://github.com/geodynamics/cigma/compare/65c02138d3ae8b87c088cc14fe4f98e21e3f0805...a26f592c25c89a40622404999ba1effcdf6df9e3

>---------------------------------------------------------------

commit 68fc395974c6fe781d3911d7527de7dc30e9d077
Author: Luis Armendariz <luis>
Date:   Wed Mar 12 18:05:38 2008 +0000

    Misc changes


>---------------------------------------------------------------

68fc395974c6fe781d3911d7527de7dc30e9d077
 cigma.lyx | 68 ++++++++-------------------------------------------------------
 1 file changed, 8 insertions(+), 60 deletions(-)

diff --git a/cigma.lyx b/cigma.lyx
index 0cc527b..31ec25a 100644
--- a/cigma.lyx
+++ b/cigma.lyx
@@ -199,25 +199,15 @@ The current version of Cigma is intended for the calculation of
  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 @@ reference "sub:Comparing-against-a"
 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 @@ Another way of checking the accuracy of a solution is by rerunning the same
 \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,7 +1576,11 @@ Different Element Types
 \end_layout
 
 \begin_layout Standard
-Different codes
+Here we compare
+\end_layout
+
+\begin_layout Section
+Different FEM Codes
 \end_layout
 
 \begin_layout Chapter



More information about the CIG-COMMITS mailing list