From dc506bf65a9209e2435c9dc58328d6af9ea3a690 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Tue, 20 Sep 2016 08:13:51 +0200 Subject: [PATCH] [handbook] Minor changes in sequential tutorial --- doc/handbook/3_tutorialsequential.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/handbook/3_tutorialsequential.tex b/doc/handbook/3_tutorialsequential.tex index c085de98e9..e2d8754671 100644 --- a/doc/handbook/3_tutorialsequential.tex +++ b/doc/handbook/3_tutorialsequential.tex @@ -119,14 +119,14 @@ a problem class is attached to the new type tag, while the grid which is going to be used is defined in line \ref{tutorial-sequential:set-grid-type} -- in this case an \texttt{YaspGrid} is created. Since there's no uniform mechanism to allocate grids in \Dune, \Dumux features the concept of grid creators. -In this case the generic \texttt{CubeGridCreator} (line \ref{tutorial-sequential:set-gridcreator}) which creates a +In this case the generic \texttt{CubeGridCreator} which creates a structured hexahedron grid of a specified size and resolution. For this grid creator the physical domain of the grid is specified via the run-time parameters \texttt{Grid.UpperRight} and \texttt{Grid.Cells}. These parameters can be specified via the command-line or in a parameter file. For more information about the \Dune grid interface, the different grid types -that are supported and the generation of different grids consult +that are supported and the generation of different grids, consult chapter \ref{sec:gridhandling} of this document and the \textit{Dune Grid Interface HOWTO} \cite{DUNE-HP}. Next, we select the material of the simulation: In the case of a pure two-phase -- GitLab