[cig-commits] [commit] master, python-removal, rajesh-petsc-schur: Updated Cookbook 6 in the CitcomS manual to the pure C version (255fd82)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:01:59 PST 2014


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

On branches: master,python-removal,rajesh-petsc-schur
Link       : https://github.com/geodynamics/citcoms/compare/464e1b32299b15819f93efd98d969cddb84dfe51...f97ae655a50bdbd6dac1923a3471ee4dae178fbd

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

commit 255fd82ed7b1d4b78ce38470672290ed30dbe2ef
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Wed Jun 25 15:53:47 2014 -0700

    Updated Cookbook 6 in the CitcomS manual to the pure C version


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

255fd82ed7b1d4b78ce38470672290ed30dbe2ef
 doc/citcoms-manual.pdf | Bin 10839001 -> 10838935 bytes
 doc/citcoms-manual.tex |  13 ++++++-------
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/doc/citcoms-manual.pdf b/doc/citcoms-manual.pdf
index a9dd490..1eade31 100644
Binary files a/doc/citcoms-manual.pdf and b/doc/citcoms-manual.pdf differ
diff --git a/doc/citcoms-manual.tex b/doc/citcoms-manual.tex
index 5e229a2..2c7a82a 100644
--- a/doc/citcoms-manual.tex
+++ b/doc/citcoms-manual.tex
@@ -2976,8 +2976,7 @@ compensated by the deformed surface. This type of boundary condition
 works well for long-wavelength topography, but a free-surface formulation
 becomes necessary in cases where intermediate to short wavelength
 topography is of interest or the lithosphere has a very high effective
-viscosity. Another situation where free-surface formulation is desired
-is when two Pyre solvers, Snac and Citcom, are coupled.
+viscosity.
 
 The basic algorithm \cite{Zhong et al Free-surface formulation,Zhong et al Three-dimensional}
 consists of four steps. 
@@ -3008,15 +3007,15 @@ of the radial dimension placed at the center of the domain
 \end{itemize}
 The pseudo-free-surface boundary condition is enabled by:
 \begin{lyxcode}
-{[}CitcomS.solver.bc{]}~\\
-topvbc~=~2~\\
-pseudo\_free\_surf~=~on
+\# CitcomS.solver.bc\\
+topvbc=2\\
+pseudo\_free\_surf=on
 \end{lyxcode}
 The time step size is fixed to $7.77\times10^{-10}$ (about 1000 yrs),
 instead of determined dynamically by the velocity solution.
 \begin{lyxcode}
-{[}CitcomS.solver.tsolver{]}~\\
-fixed\_timestep~=~7.77e-10
+\# CitcomS.solver.tsolver\\
+fixed\_timestep=7.77e-10
 \end{lyxcode}
 
 \subsection{Discussion}



More information about the CIG-COMMITS mailing list