diff --git a/docs/amg4psblas_1.0-guide.pdf b/docs/amg4psblas_1.0-guide.pdf index 9d0733c5..84b4b37a 100644 Binary files a/docs/amg4psblas_1.0-guide.pdf and b/docs/amg4psblas_1.0-guide.pdf differ diff --git a/docs/html/userhtmlsu5.html b/docs/html/userhtmlsu5.html index 34dcb5bc..2451872d 100644 --- a/docs/html/userhtmlsu5.html +++ b/docs/html/userhtmlsu5.html @@ -29,40 +29,41 @@ class="cmr-12">3.5 Example and test programs
The package contains the examples and tests directories; both of them are -further divided into The package contains a samples directory, divided in two subdirs simple and +advanced; both of them are further divided into fileread and pdegen subdirectories. Their purpose is as +class="cmr-12">subdirectories. follows: +class="cmr-12">Their purpose is as follows:
range of preconditioners implemented in the package. +
The fileread directories contain sample programs that read sparse matrices from files, diff --git a/docs/src/building.tex b/docs/src/building.tex index 282e4b34..ab1fd1a8 100644 --- a/docs/src/building.tex +++ b/docs/src/building.tex @@ -197,15 +197,16 @@ application, the test conditions, and ideally a self-contained test program reproducing the issue. \subsection{Example and test programs\label{sec:ex_and_test}} -The package contains the \verb|examples| and \verb|tests| directories; +The package contains a \verb|samples| directory, divided in two +subdirs \verb|simple| and \verb|advanced|; both of them are further divided into \verb|fileread| and \verb|pdegen| subdirectories. Their purpose is as follows: \begin{description} -\item[\tt examples] contains a set of simple example programs with a +\item[\tt simple] contains a set of simple example programs with a predefined choice of preconditioners, selectable via integer values. These are intended to get acquainted with the multilevel preconditioners available in AMG4PSBLAS. -\item[\tt tests] contains a set of more sophisticated examples that +\item[\tt advanced] contains a set of more sophisticated examples that will allow the user, via the input files in the \verb|runs| subdirectories, to experiment with the full range of preconditioners implemented in the package.