From fff05448c4eee25cb1676e2f6eb80999311dd774 Mon Sep 17 00:00:00 2001 From: Gabi Seitz <gabriele.seitz@iws.uni-stuttgart.de> Date: Wed, 29 Jul 2015 09:29:05 +0000 Subject: [PATCH] added ToDos in the handbook and a section about advice to further practice in dumux git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15184 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- doc/handbook/3_tutorialdecoupled.tex | 26 ++++++++++++++++++++++++++ doc/handbook/4_developingdumux.tex | 2 ++ 2 files changed, 28 insertions(+) diff --git a/doc/handbook/3_tutorialdecoupled.tex b/doc/handbook/3_tutorialdecoupled.tex index 9fdd91340b..8b91139787 100644 --- a/doc/handbook/3_tutorialdecoupled.tex +++ b/doc/handbook/3_tutorialdecoupled.tex @@ -531,6 +531,32 @@ no matter if we model coupled or decoupled. Try to formulate a spatial parameter file that works with both problems, the coupled and the decoupled. Therein, only use functions at the position. + + +\section{Further Practice}\label{tutorial-furtherpractice} + +If there is a request for further practice, we refer here to the problems, that are already implemented in \Dumux. +Several examples for coupled and decoupled models can be found in the test-directory. +An overview of the available tests cases can be found ... +\todo{Sollte es auch eine Liste der vorhandenen Tests geben (und auf die Homepage gestellt werden?)?} +If the handling of certain features is of special interest, the according test cases can be found via the FeatureList +on the \Dumux-homepage. +\todo{FeatureList: wie wird diese gehandhabt? Wann und in welcher Form kommt sie auf +die Homepage?} +\\ + +Another possibility to gain experience with \Dumux is the \Dumux-lecture module. It contains several test cases +designed to illustrate the lecture contents. It contains the numerical problems such as the Buckley-Leverett +and the McWorther-problems but also examples of current research subjects. +An overview over the different examples is given on the Dumux-homepage. +\todo{Verweis auf Dumux-lecture auf der homepage} + +The \Dumux-lecture module can be obtained as follows: +\begin{lstlisting}[style=Bash] +$ # make sure you are in DUMUX-Root +$ svn checkout --username=anonymous --password='' svn://svn.iws.uni-stuttgart.de/DUMUX/dumux-lecture/trunk dumux-lecture +\end{lstlisting} + %%% Local Variables: %%% mode: latex %%% TeX-master: "dumux-handbook" diff --git a/doc/handbook/4_developingdumux.tex b/doc/handbook/4_developingdumux.tex index 8305f9f82a..8100b0e3c3 100644 --- a/doc/handbook/4_developingdumux.tex +++ b/doc/handbook/4_developingdumux.tex @@ -37,6 +37,8 @@ can lead to a speedup of factor up to ten! In contrast programs that are compiled with optimization can hardly be debugged. You can modify the files and add third-party dependencies or additional compiler flags. +\todo{Hinweis/Beispiel, wie ein anderer Compiler eingebunden werden kann} + \paragraph{Dunecontrol for selected modules} A complete build using \texttt{dunecontrol} takes some time. In many cases not all modules need to be re-built. Pass the flag \texttt{--only=dumux} to \texttt{dunecontrol} for configuring or building only \Dumux. A more -- GitLab