From 84ddc0266ede21dd0e71908be92d2933cb7de266 Mon Sep 17 00:00:00 2001 From: Katharina Heck <katharina.heck@iws.uni-stuttgart.de> Date: Wed, 15 Mar 2017 08:40:22 +0100 Subject: [PATCH] change to version 2.11 in all URLs --- doc/handbook/0_dumux-handbook.tex | 2 +- doc/handbook/3_tutorialimplicit.tex | 4 ++-- doc/handbook/5_models.tex | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/handbook/0_dumux-handbook.tex b/doc/handbook/0_dumux-handbook.tex index 83f9308772..cac88ce86d 100644 --- a/doc/handbook/0_dumux-handbook.tex +++ b/doc/handbook/0_dumux-handbook.tex @@ -40,7 +40,7 @@ % Dune and Dumux logo \newcommand{\Dune}{{DUNE}\xspace} \newcommand{\Dumux}{\texorpdfstring{Du\-Mu$^\text{x}$\xspace}{DuMuX\xspace}} -\newcommand{\DumuxVersion}{2.11c} +\newcommand{\DumuxVersion}{2.11} \definecolor{dumuxYellow}{HTML}{E19417} \definecolor{dumuxBlue}{HTML}{0C73CF} diff --git a/doc/handbook/3_tutorialimplicit.tex b/doc/handbook/3_tutorialimplicit.tex index e1c270b36a..ecb382b34f 100644 --- a/doc/handbook/3_tutorialimplicit.tex +++ b/doc/handbook/3_tutorialimplicit.tex @@ -248,7 +248,7 @@ of mixtures such as density or enthalpy are of interest. These interactions are defined by {\em fluid systems}, which are located in \verb+dumux/material/fluidsystems+. A more thorough overview of the \Dumux fluid framework can be found -at \url{http://www.dumux.org/doxygen-stable/html-2.10/modules.php} +at \url{http://www.dumux.org/doxygen-stable/html-2.11/modules.php} %in chapter~\ref{sec:fluidframework}. % In this example, a class for the definition of a two-phase system is used. This allows for the choice @@ -412,7 +412,7 @@ To do that, you have to select different components via the property system in t If you want to take a closer look on how the fluid classes are defined and which substances are already available please browse through the files in the directory \texttt{/dumux/material/components} and read -the doxygen documentation \url{http://www.dumux.org/doxygen-stable/html-2.10/modules.php}. +the doxygen documentation \url{http://www.dumux.org/doxygen-stable/html-2.11/modules.php}. %chapter~\ref{sec:fluidframework}. \item \textbf{Use a Full-Fledged Fluid System} \\ diff --git a/doc/handbook/5_models.tex b/doc/handbook/5_models.tex index fdac66149f..14e1447379 100644 --- a/doc/handbook/5_models.tex +++ b/doc/handbook/5_models.tex @@ -127,7 +127,7 @@ $\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.10/modules.php}. +\url{http://www.dumux.org/doxygen-stable/html-2.11/modules.php}. The documentation includes a detailed description for every model. \subsubsection{Fully-Implicit Models} -- GitLab