mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
pimped Nicolas table: to be verified: please check sb when installing on a new system
Cherry picked from Dumux SVN trunk (revision 8683)
This commit is contained in:
parent
5f1b79c88b
commit
fd491ddc41
@ -4,6 +4,7 @@
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{theorem}
|
||||
\usepackage{color}
|
||||
\usepackage{listings}
|
||||
|
@ -58,24 +58,24 @@ contained in Apache Subversion of version $\geqslant$ 1.6.0 \cite{APACHE-SUBVERS
|
||||
|
||||
\begin{table}
|
||||
\centering
|
||||
\begin{tabular}{lll}
|
||||
subversion & git & libtool \\
|
||||
automake & build-essential & libboost-all-dev \\
|
||||
texlive-latex-base & doxygen & csh\\
|
||||
\hline
|
||||
for alberta: & & \\
|
||||
freeglut3-dev & & \\
|
||||
\hline
|
||||
for parallel use: & & \\
|
||||
openmpi-common & mpi-default-bin & mpi-default-dev \\
|
||||
\hline
|
||||
for ug parallel: & & \\
|
||||
flex & bison & \\
|
||||
\hline
|
||||
for alberta parallel: & & \\
|
||||
libblas-dev & & \\
|
||||
\end{tabular}
|
||||
\caption{Ubuntu package names for Ubuntu 12.04}
|
||||
\begin{tabular}{llll}
|
||||
\toprule
|
||||
\textbf{purpose} & \textbf{package names} \\
|
||||
\midrule
|
||||
general: & subversion & git & libtool \\
|
||||
& automake & build-essential & libboost-all-dev \\
|
||||
& texlive-latex-base & doxygen & csh\\
|
||||
\midrule
|
||||
for alberta: & freeglut3-dev & \\
|
||||
\midrule
|
||||
for parallel use: & openmpi-common & mpi-default-bin & mpi-default-dev \\
|
||||
\midrule
|
||||
for ug parallel: & flex & bison & \\
|
||||
\midrule
|
||||
for alberta parallel: & libblas-dev &\\
|
||||
\bottomrule
|
||||
\end{tabular}
|
||||
\label{tbl:ubuntu-pkg}
|
||||
\end{table}
|
||||
|
||||
|
@ -148,8 +148,8 @@ from the Doxygen documentation.
|
||||
\subsection{Fully-implicit models}
|
||||
|
||||
The fully-implicit models described in this section are using the box
|
||||
scheme as described in~\ref{box} for spatial and the implicit euler
|
||||
method as temporal discretization. The models itself are located in
|
||||
scheme as described in Section \ref{box} for spatial and the implicit Euler
|
||||
method as temporal discretization. The models themselves are located in
|
||||
subdirectories of \texttt{dumux/boxmodels} of the \Dumux distribution.
|
||||
|
||||
\subsubsection{The single-phase model: OnePBoxModel}
|
||||
|
Loading…
Reference in New Issue
Block a user