[cig-commits] commit: Updated references

Mercurial hg at geodynamics.org
Thu Sep 1 18:33:53 PDT 2011


changeset:   70:ec74c801eb0d
parent:      57:d15fdc196d9a
user:        Matthew G. Knepley <knepley at gmail.com>
date:        Thu Sep 01 06:26:09 2011 -0500
files:       .hgignore faultRup.tex references.bib
description:
Updated references


diff -r d15fdc196d9a -r ec74c801eb0d .hgignore
--- a/.hgignore	Tue Aug 30 17:15:25 2011 -0700
+++ b/.hgignore	Thu Sep 01 06:26:09 2011 -0500
@@ -6,3 +6,4 @@ syntax: glob
 *.dvi
 *.log
 *.pdf
+faultRup\.out
diff -r d15fdc196d9a -r ec74c801eb0d faultRup.tex
--- a/faultRup.tex	Tue Aug 30 17:15:25 2011 -0700
+++ b/faultRup.tex	Thu Sep 01 06:26:09 2011 -0500
@@ -6,6 +6,7 @@
 \usepackage{rotating}
 \usepackage[centertags]{amsmath}
 \usepackage{color}
+\usepackage{hyperref}
 
 \newcommand\brad[1]{{\color{red}\bf [BRAD: #1]}}
 \newcommand\matt[1]{{\color{blue}\bf [MATT: #1]}}
@@ -173,7 +174,7 @@ In this section we summarize the formula
 In this section we summarize the formulation of the governing
 equations using the finite-element method. We augment the conventional
 finite-element formulation for elasticity with a domain decomposition
-approach \cite{Zienkiewicz:Taylor:2005} to implement the fault slip.
+approach \cite{Zienkiewicz:Taylor:2005,SmithBjorstadGropp96} to implement the fault slip.
 \citeN{PyLith:manual:1.6.2} provides a step-by-step description of the
 formulation.
 
@@ -335,7 +336,7 @@ solution.  We solve these equations usin
 solution.  We solve these equations using the Portable, Extensible
 Toolkit for Scientific Computation (PETSc), which provides a suite of
 tools for solving linear systems of algebraic equations with parallel
-processing \cite{PETSc}. In solving the system, we compute the
+processing \cite{petsc-user-ref,petsc-web-page}. In solving the system, we compute the
 residual (i.e., $\vec{r} = \vec{b} - \tensor{A} \vec{u}$ and the
 Jacobian of the system ($A$). In our case the solution is $\vec{u} =
 \left( \begin{smallmatrix} \vec{u}_m \\ \vec{l}_m \end{smallmatrix} \right)$,
diff -r d15fdc196d9a -r ec74c801eb0d references.bib
--- a/references.bib	Tue Aug 30 17:15:25 2011 -0700
+++ b/references.bib	Thu Sep 01 06:26:09 2011 -0500
@@ -613,3 +613,28 @@
                   be far more aperiodic than has been suggested. },
 }
 
+ at book{SmithBjorstadGropp96,
+  author    = {Barry F. Smith and Petter Bj{\o}rstad and William D. Gropp},
+  title     = {Domain Decomposition: Parallel Multilevel Methods for Elliptic Partial Differential Equations},
+  url       = {http://www.mcs.anl.gov/\~{ }bsmith/ddbook.html},
+  publisher = {Cambridge University Press},
+  year      = {1996}
+}
+
+ at techreport{petsc-user-ref,
+  author = {Satish Balay and Jed Brown and Kris Buschelman and Victor Eijkhout and William~D. Gropp and Dinesh Kaushik and Matthew~G. Knepley and
+            Lois Curfman McInnes and Barry~F. Smith and Hong Zhang},
+  title  = {{PETS}c Users Manual},
+  institution = {Argonne National Laboratory},
+  year   = 2010,
+  number = {ANL-95/11 - Revision 3.1},
+  url    = {http://www.mcs.anl.gov/petsc}
+}
+
+ at misc{petsc-web-page,
+  author = {Satish Balay and Jed Brown and Kris Buschelman and Victor Eijkhout and William~D. Gropp and Dinesh Kaushik and Matthew~G. Knepley and Lois Curfman McInnes and Barry~F. Smith and Hong Zhang},
+  title  = {{PETS}c {W}eb page},
+  url    = {http://www.mcs.anl.gov/petsc},
+  howpublished = {\url{http://www.mcs.anl.gov/petsc}},
+  year   = {2011}
+}



More information about the CIG-COMMITS mailing list