Skip to content
Snippets Groups Projects
Commit a7aaf705 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[handbook] Update multidomain, flex/yacc in install chapter.

Steffen moved the multidomain(grid) repositories.
Since UG 3.10.0 flex and yacc are no longer needed.


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13047 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent bbf35cae
No related branches found
No related tags found
No related merge requests found
...@@ -248,11 +248,11 @@ In the following list, you can find some external modules and external libraries ...@@ -248,11 +248,11 @@ In the following list, you can find some external modules and external libraries
The parallel version needs also a graph partitioner, such as \texttt{ParMETIS}. The parallel version needs also a graph partitioner, such as \texttt{ParMETIS}.
Download: \texttt{\url{http://aam.mathematik.uni-freiburg.de/IAM/Research/alugrid}} Download: \texttt{\url{http://aam.mathematik.uni-freiburg.de/IAM/Research/alugrid}}
\item \textbf{\Dune-multidomaingrid} and \textbf{\Dune-multidomaingrid}: External modules which offer a meta grid that \item \textbf{\Dune-multidomaingrid} and \textbf{\Dune-multidomain}: External modules which offer a meta grid that
has different sub-domains. Each sub-domain can have a local operator that is coupled by a coupling condition. They are has different sub-domains. Each sub-domain can have a local operator that is coupled by a coupling condition. They are
used for multi-physics approaches or domain decomposition methods. Download: used for multi-physics approaches or domain decomposition methods. Download:
\texttt{\url{http://users.dune-project.org/projects/dune-multidomaingrid}} \texttt{\url{https://github.com/smuething/dune-multidomaingrid}}
and \texttt{\url{http://users.dune-project.org/projects/dune-multidomain}} and \texttt{\url{https://github.com/smuething/dune-multidomain}}
\item \textbf{\Dune-PDELab}: External module to write more easily discretizations. PDELab provides \item \textbf{\Dune-PDELab}: External module to write more easily discretizations. PDELab provides
a sound number of discretizations like FEM or discontinuous Galerkin methods. a sound number of discretizations like FEM or discontinuous Galerkin methods.
...@@ -277,10 +277,7 @@ The following are dependencies of some of the used libraries. You will need them ...@@ -277,10 +277,7 @@ The following are dependencies of some of the used libraries. You will need them
\begin{itemize} \begin{itemize}
\item \textbf{MPI}: The parallel version of \Dune and also some of the external dependencies need MPI \item \textbf{MPI}: The parallel version of \Dune and also some of the external dependencies need MPI
when they are going to be built for parallel computing. \texttt{OpenMPI} and \texttt{MPICH} in a recent when they are going to be built for parallel computing. \texttt{OpenMPI} and \texttt{MPICH} in a recent
version have been reported to work. version have been reported to work.
\item \textbf{lex/yacc} or \textbf{flex/bison}: These are quite common developing tools, code generators
for lexical analyzers and parsers. This is a prerequisite for UG.
\item \textbf{BLAS}: Alberta and SuperLU make use of BLAS. Thus install GotoBLAS2, ATLAS, non-optimized BLAS \item \textbf{BLAS}: Alberta and SuperLU make use of BLAS. Thus install GotoBLAS2, ATLAS, non-optimized BLAS
or BLAS provided by a chip manufacturer. Take care that the installation scripts select the intended or BLAS provided by a chip manufacturer. Take care that the installation scripts select the intended
......
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