From fc4b6e4ee180b924ee7f807d817acc733935e13e Mon Sep 17 00:00:00 2001 From: Johannes Hommel <johannes.hommel@iws.uni-stuttgart.de> Date: Mon, 29 Feb 2016 13:55:36 +0100 Subject: [PATCH] Update Handbook 2.9 updated the version to 2.9, edited the quick installation guide and adapted the path to the models in the model descriptions. --- doc/handbook/0_dumux-handbook.tex | 2 +- doc/handbook/2_quickinstall.tex | 5 +++-- doc/handbook/5_models.tex | 9 ++++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/handbook/0_dumux-handbook.tex b/doc/handbook/0_dumux-handbook.tex index b70729bdb8..f10a4e88e6 100644 --- a/doc/handbook/0_dumux-handbook.tex +++ b/doc/handbook/0_dumux-handbook.tex @@ -39,7 +39,7 @@ % Dune and Dumux logo \newcommand{\Dune}{{DUNE}\xspace} \newcommand{\Dumux}{\texorpdfstring{Du\-Mu$^\text{x}$\xspace}{DuMuX\xspace}} -\newcommand{\DumuxVersion}{2.8} +\newcommand{\DumuxVersion}{2.9} \definecolor{dumuxYellow}{HTML}{E19417} \definecolor{dumuxBlue}{HTML}{0C73CF} diff --git a/doc/handbook/2_quickinstall.tex b/doc/handbook/2_quickinstall.tex index 5352f044de..7a0b681fa0 100644 --- a/doc/handbook/2_quickinstall.tex +++ b/doc/handbook/2_quickinstall.tex @@ -9,8 +9,9 @@ instructions in Section \ref{install}. \subsection{Obtaining the Code with the Script \texttt{checkout-dumux}} -The shell-script \texttt{checkout-dumux} facilitates setting up a {\Dune}/{\Dumux} directory tree. -It is available at \cite{DUMUX-DOWNLOAD}. +The shell-script \texttt{checkout-dumux} +facilitates setting up a {\Dune}/{\Dumux} directory tree. +It is available after obtaining a download link, but not directly from the \texttt{dumux} website \cite{DUMUX-DOWNLOAD}. For example the second line below will check out the required \Dune modules and \texttt{dumux}, \texttt{dumux-devel} and the \texttt{external} folder, which contains some useful external software and libraries. Again, \texttt{joeuser} needs to be replaced by the actual user name. diff --git a/doc/handbook/5_models.tex b/doc/handbook/5_models.tex index c873cb5dc8..c74a9b778f 100644 --- a/doc/handbook/5_models.tex +++ b/doc/handbook/5_models.tex @@ -127,15 +127,16 @@ $\boldsymbol{v}_\alpha$ & velocity (Darcy or free flow)& & \\ \subsection{Available Models} We distinguish fully-implicit and sequential models. A list of all available models can be found in the Doxygen documentation at -\url{http://www.dumux.org/doxygen-stable/html-2.8/modules.php}. +\url{http://www.dumux.org/doxygen-stable/html-2.9/modules.php}. The documentation includes a detailed description for every model. \subsubsection{Fully-Implicit Models} The fully-implicit models are using the box or the cell-centered finite volume method as described in section \ref{box} and \ref{cc} for spatial and the implicit Euler -method as temporal discretization. The models are located in -subdirectories of \texttt{dumux/implicit}. +method as temporal discretization. The fully-implicit models are located in +subdirectories of \texttt{dumux/freeflow}, \texttt{dumux/geomechanics}, +and \texttt{dumux/porousmediumflow}. \subsubsection{Sequential Models} The basic idea of the sequential models is to reformulate the @@ -153,3 +154,5 @@ so far only available for the two-phase pressure equation, are cell-centered fin volumes with multi-point flux approximation (MPFA O-method) and mimetic finite differences. An $h$-adaptive implementation of both sequential models is provided for two dimensions. +The sequential models are located in +subdirectories of \texttt{dumux/porousmediumflow}. -- GitLab