Skip to content
Snippets Groups Projects
Commit 12e3bb8c authored by Katherina Baber's avatar Katherina Baber
Browse files

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
parent 3e349054
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment