From 83131ba56169122bbc14300b15b411dbab19d66e Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Wed, 22 Feb 2012 10:07:10 +0000 Subject: [PATCH] documentation: update model descriptions for 1p, 2p, 2pni, richards and Mp-Nc models --- doc/handbook/models.tex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/handbook/models.tex b/doc/handbook/models.tex index a16f19f4b..d1851d696 100644 --- a/doc/handbook/models.tex +++ b/doc/handbook/models.tex @@ -150,7 +150,12 @@ The following description of the available models is automatically extracted from the Doxygen documentation. % \textbf{TODO}: Unify notation. -\subsection{Fully coupled models} +\subsection{Fully-implicit models} + +The fully-implicit models described in this section are using the box +scheme as described in~\ref{box} for spatial and the implicit euler +method as temporal discretization. The models itself are located in +subdirectories of \texttt{dumux/boxmodels} of the \Dumux distribution. \subsubsection{The single-phase model: OnePBoxModel} \input{ModelDescriptions/1pboxmodel}