From 12e3bb8c8ea87c69120b88466d5e47d9ca5aed08 Mon Sep 17 00:00:00 2001 From: Katherina Baber <katherina.baber@gmail.com> Date: Thu, 24 Jan 2013 10:21:40 +0000 Subject: [PATCH] clarify explanation of boundary conditoins in coupled tutorial reviewed by Benjamin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10080 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- doc/handbook/tutorial-coupled.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/handbook/tutorial-coupled.tex b/doc/handbook/tutorial-coupled.tex index 32005da403..59230d22ab 100644 --- a/doc/handbook/tutorial-coupled.tex +++ b/doc/handbook/tutorial-coupled.tex @@ -177,11 +177,11 @@ available: For the typical case, in which all equations have the same boundary condition type at a certain position, there are two methods that set the appropriate conditions for all primary variables / equations: \texttt{setAllDirichlet()} and \texttt{setAllNeumann()}. -\item [vertex:] The boundary condition and the Dirichlet values are +\item [vertex:] The boundary condition type and the Dirichlet values are specified for a vertex, which represents a control volume in the box discretization. This avoids the specification of two different - boundary condition types for one equation at different control - volumes. Be aware that the second parameter is a Dune grid entity + boundary condition types for one equation at different sub-control + volumes of one control volume. Be aware that the second parameter is a Dune grid entity with the codimension \texttt{dim}. \end{description} -- GitLab