mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
change namespace from Dumux to Ewoms
eWoms hereby declares full independence. Humor aside, the main technical advantage of this is, that it is now possible to easily install both, Dumux and eWoms on a system using a package management system without bad tricks.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
We briefly describe the directory structure of \eWoms in terms
|
||||
of subdirectories, source files, and tests. For more details,
|
||||
the Doxygen documentation should be considered.
|
||||
\eWoms comes in form of a DUNE module \texttt{dumux}.
|
||||
\eWoms comes in form of a DUNE module \texttt{ewoms}.
|
||||
It has a similar structure as other DUNE modules like \texttt{dune-grid}.
|
||||
The following subdirectories are within the module's root directory,
|
||||
from now on assumed to be \texttt{/}:
|
||||
@@ -17,16 +17,16 @@ DUNE modules.
|
||||
this handbook in \texttt{handbook}, and the \eWoms logo in various formats in
|
||||
\texttt{logo}. The html documentation produced by Doxygen can be accessed as usual,
|
||||
namely, by opening \texttt{doc/doxygen/html/index.html} with a web browser.
|
||||
\item \texttt{dumux}: the \eWoms source files. See Section \ref{sec:dumux} for details.
|
||||
\item \texttt{ewoms}: the \eWoms source files. See Section \ref{sec:ewoms} for details.
|
||||
\item \texttt{test}: tests for each numerical model and the property system.
|
||||
See Section \ref{sec:test} for details.
|
||||
\item \texttt{tutorial}: contains the tutorials described in Chapter \ref{chp:tutorial}.
|
||||
\end{itemize}
|
||||
|
||||
|
||||
\subsection{The \texttt{dumux} directory}\label{sec:dumux}
|
||||
\subsection{The \texttt{ewoms} directory}\label{sec:ewoms}
|
||||
|
||||
The directory \texttt{dumux} contains the \eWoms source files. It consists of the following subdirectories (see Figure \ref{fig:dumux-structure}):
|
||||
The directory \texttt{ewoms} contains the \eWoms source files. It consists of the following subdirectories (see Figure \ref{fig:ewoms-structure}):
|
||||
|
||||
\begin{itemize}
|
||||
|
||||
@@ -117,8 +117,8 @@ considered.
|
||||
\centering
|
||||
\includegraphics[width=\linewidth, keepaspectratio]{EPS/ewoms_structure.eps}
|
||||
\caption{
|
||||
\label{fig:dumux-structure}
|
||||
Structure \texttt{dumux} sub-directory of the \eWoms source tree.
|
||||
\label{fig:ewoms-structure}
|
||||
Structure \texttt{ewoms} sub-directory of the \eWoms source tree.
|
||||
}
|
||||
\end{figure}
|
||||
\end{landscape}
|
||||
|
||||
Reference in New Issue
Block a user