From dd6f5f37b726a03478d70b55b36e5352b281d65a Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Tue, 27 Sep 2016 14:07:53 +0200 Subject: [PATCH] [handbook] Adapt description of adaptive grid --- doc/handbook/5_models.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/handbook/5_models.tex b/doc/handbook/5_models.tex index a5ccdb1b34..fdac66149f 100644 --- a/doc/handbook/5_models.tex +++ b/doc/handbook/5_models.tex @@ -138,9 +138,9 @@ method as temporal discretization. The fully-implicit models are located in subdirectories of \texttt{dumux/freeflow}, \texttt{dumux/geomechanics}, and \texttt{dumux/porousmediumflow}. -Gridadaption is available for both discretization schemes, box and cc, for the incompressible -2p-model. An \texttt{adaptionhelper}-method has to be adjusted to the respective model in order to ensure conservation -of mass. To receive good results the parameters, especially the porosity, have to be assigned on +Grid adaption is available for both discretization schemes, box and cc. The \texttt{adaptionhelper}-method has to be adjusted to the respective model. +Note that the current implementation only ensures mass conservation for incompressible fluids. +In general, the spatial parameters, especially the porosity, have to be assigned on the coarsest level of discretization. \subsubsection{Sequential Models} -- GitLab