Skip to content
Snippets Groups Projects
Commit fff05448 authored by Gabi Seitz's avatar Gabi Seitz
Browse files

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
parent 35f692be
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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
......
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