From e7720b7d1780dd427169abf429e2dcd2b0f1a8de Mon Sep 17 00:00:00 2001 From: Nicolas Schwenck <nicolas.schwenck@iws.uni-stuttgart.de> Date: Thu, 31 Jan 2013 13:12:17 +0000 Subject: [PATCH] added alberta version information git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10132 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- doc/handbook/install.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/handbook/install.tex b/doc/handbook/install.tex index 078c0fd1b4..25a592766c 100644 --- a/doc/handbook/install.tex +++ b/doc/handbook/install.tex @@ -296,7 +296,7 @@ Make sure that it uses the same library as \Dune when configuring the external l In the following list, you can find some external modules and external libraries, and some more libraries and tools which are prerequisites for their use. \begin{itemize} -\item \textbf{ALBERTA}: External library for use as grid. Adaptive multi Level finite element toolbox using Bisectioning refinement and Error control by Residual Techniques for scientific Applications. Building it requires a Fortran compiler \texttt{gfortran}. Download: \texttt{\url{http://www.alberta-fem.de}}. +\item \textbf{ALBERTA}: External library for use as grid. Adaptive multi Level finite element toolbox using Bisectioning refinement and Error control by Residual Techniques for scientific Applications. Building it requires a Fortran compiler \texttt{gfortran}. Download: \texttt{\url{http://www.alberta-fem.de}}. The most recent version works without patches and also in combination with SuperLU, \texttt{\url{http://www.ians.uni-stuttgart.de/nmh/downloads/alberta/snapshots/v3/alberta-3.x-20120926-3742.tar.gz}}. \item \textbf{ALUGrid}: External library for use as grid. ALUGrid is built by a \Cplusplus compiler like \texttt{g++}. If you want to build a parallel version, you will need \texttt{MPI}. It was successfully run with \texttt{openmpi}. The parallel version needs also a graph partitioner, such as \texttt{METIS}. It was run successfully in combination with \Dune using \texttt{METIS}. \\ Download: \texttt{\url{http://aam.mathematik.uni-freiburg.de/IAM/Research/alugrid}} -- GitLab