[cig-commits] [commit] master: update manual (f1ab3db)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu May 22 09:52:19 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/9e2ada16bd6f0bd33a51d8085b87e3df5192d3e2...b28a5faed4b83ec166a54c58154d1e1137a43bd5

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

commit f1ab3dbe068a41c879946605751870d560bdd8cb
Author: Timo Heister <timo.heister at gmail.com>
Date:   Wed May 21 19:03:04 2014 -0400

    update manual


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

f1ab3dbe068a41c879946605751870d560bdd8cb
 .../manual/cookbooks/benchmarks/solkz.prm          |  2 +-
 doc/manual/manual.tex                              | 78 +---------------------
 2 files changed, 3 insertions(+), 77 deletions(-)

diff --git a/benchmark/solkz/sol_kz.prm b/doc/manual/cookbooks/benchmarks/solkz.prm
similarity index 96%
copy from benchmark/solkz/sol_kz.prm
copy to doc/manual/cookbooks/benchmarks/solkz.prm
index af41245..82eebfc 100644
--- a/benchmark/solkz/sol_kz.prm
+++ b/doc/manual/cookbooks/benchmarks/solkz.prm
@@ -67,7 +67,7 @@ end
 
 subsection Mesh refinement
   set Initial adaptive refinement              = 0
-  set Initial global refinement                = 5
+  set Initial global refinement                = 4
 end
 
 
diff --git a/doc/manual/manual.tex b/doc/manual/manual.tex
index c838d73..417aa56 100644
--- a/doc/manual/manual.tex
+++ b/doc/manual/manual.tex
@@ -5862,83 +5862,9 @@ variation is again $10^6$. The forcing is again chosen by imposing a spatially
 variable density variation. For details, refer again to \cite{DMGT11}.
 
 The following input file, only a small variation of the one in the previous
-section, solves this benchmark:
+section, solves the benchmark (see \url{benchmark/solkz/}):
 
-\begin{lstlisting}[frame=single,language=prmfile]
-############### Global parameters
-
-set Dimension                              = 2
-
-set Start time                             = 0
-set End time                               = 0
-
-set Output directory                       = output
-
-set Pressure normalization                 = volume
-
-
-############### Parameters describing the model
-
-subsection Geometry model
-  set Model name = box
-
-  subsection Box
-    set X extent = 1
-    set Y extent = 1
-  end
-end
-
-
-subsection Model settings
-  set Prescribed velocity boundary indicators =
-  set Tangential velocity boundary indicators = 0,1,2,3
-  set Zero velocity boundary indicators       =
-end
-
-
-subsection Material model
-  set Model name = SolKz
-end
-
-
-subsection Gravity model
-  set Model name = vertical
-end
-
-
-############### Parameters describing the temperature field
-
-subsection Boundary temperature model
-  set Model name = box
-end
-
-
-subsection Initial conditions
-  set Model name = perturbed box
-end
-
-
-
-############### Parameters describing the discretization
-
-subsection Discretization
-  set Stokes velocity polynomial degree       = 2
-  set Use locally conservative discretization = false
-end
-
-
-subsection Mesh refinement
-  set Initial adaptive refinement              = 0
-  set Initial global refinement                = 4
-end
-
-
-############### Parameters describing the what to do with the solution
-
-subsection Postprocess
-  set List of postprocessors = DuretzEtAl error, visualization
-end
-\end{lstlisting}
+\lstinputlisting[frame=single,language=prmfile]{cookbooks/benchmarks/solkz.prm}
 
 The output when running \aspect{} on this parameter file looks similar to the
 one shown for the SolCx case. The solution when computed with one more level



More information about the CIG-COMMITS mailing list