diff --git a/doc/handbook/0_dumux-handbook.tex b/doc/handbook/0_dumux-handbook.tex index 83f9308772c47d4c4cfcd0e30fed078834ac44c8..cac88ce86d211841b298492669cc3a29b6cb7284 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 e1c270b36a5e936ad09a951f91ad40f2430f2cc0..ecb382b34fe1d35f82ade64fec5331a5915c6442 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 fdac66149f7860a567940a031ad170f486d401a5..14e1447379e0523e6260b4fed3e3ba7a6a4afa53 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}