diff --git a/docs/amg4psblas_1.0-guide.pdf b/docs/amg4psblas_1.0-guide.pdf index cc332a19..9d0733c5 100644 Binary files a/docs/amg4psblas_1.0-guide.pdf and b/docs/amg4psblas_1.0-guide.pdf differ diff --git a/docs/html/userhtmlsu6.html b/docs/html/userhtmlsu6.html index c0eb1e37..71c829cd 100644 --- a/docs/html/userhtmlsu6.html +++ b/docs/html/userhtmlsu6.html @@ -71,38 +71,38 @@ class="cmr-12">The part of the code dealing with reading and assembling the spar right-hand side vector and the deallocation of the relevant data structures, performed through the PSBLAS routines for sparse matrix and vector management, is not +class="cmr-12">through the PSBLAS routines for sparse matrix and vector management, reported here for the sake of conciseness. The complete code can be found in the +class="cmr-12">is not reported here for the sake of conciseness. The complete code can be example program file found in the example program file amg_dexample_ml.f90, in the directory examples/fileread of -the AMG4PSBLAS implementation (see Section, in the directory +samples/simple/fileread of the AMG4PSBLAS implementation (see Section 3.5). A sample test problem along +class="cmr-12">). A with the relevant input data is available in examples/fileread/runs. For details on +class="cmr-12">sample test problem along with the relevant input data is available in +samples/simple/fileread/runs. For details on the use of the PSBLAS routines, see the use of the PSBLAS routines, see the PSBLAS User’s Guidethe PSBLAS User’s Guide [20]. -

The setup and application of the default multilevel preconditioner for the real single +

The setup and application of the default multilevel preconditioner for the real single precision and the complex, single and double precision, versions are obtained for details). If these versions are installed, the corresponding codes are available in examples/fileread/samples/simple/fileread/. @@ -277,7 +277,7 @@ class="cmr-12">For all the previous preconditioners, example programs where the class="cmr-12">and the right-hand side are generated by discretizing a PDE with Dirichlet boundary conditions are also available in the directory examples/pdegensamples/simple/pdegen. diff --git a/docs/src/gettingstarted.tex b/docs/src/gettingstarted.tex index cf3ecaca..5dba3495 100644 --- a/docs/src/gettingstarted.tex +++ b/docs/src/gettingstarted.tex @@ -129,9 +129,9 @@ relevant data structures, performed through the PSBLAS routines for sparse matrix and vector management, is not reported here for the sake of conciseness. The complete code can be found in the example program file \verb|amg_dexample_ml.f90|, -in the directory \verb|examples/fileread| of the AMG4PSBLAS implementation (see +in the directory \verb|samples/simple/fileread| of the AMG4PSBLAS implementation (see Section~\ref{sec:ex_and_test}). A sample test problem along with the relevant -input data is available in \verb|examples/fileread/runs|. +input data is available in \verb|samples/simple/fileread/runs|. For details on the use of the PSBLAS routines, see the PSBLAS User's Guide~\cite{PSBLASGUIDE}. @@ -139,7 +139,7 @@ The setup and application of the default multilevel preconditioner for the real single precision and the complex, single and double precision, versions are obtained with straightforward modifications of the previous example (see Section~\ref{sec:userinterface} for details). If these versions are installed, -the corresponding codes are available in \verb|examples/fileread/|. +the corresponding codes are available in \verb|samples/simple/fileread/|. \begin{listing}[tbp] \begin{center} @@ -300,7 +300,7 @@ The corresponding example program is available in the file For all the previous preconditioners, example programs where the sparse matrix and the right-hand side are generated by discretizing a PDE with Dirichlet -boundary conditions are also available in the directory \verb|examples/pdegen|. +boundary conditions are also available in the directory \verb|samples/simple/pdegen|. \vspace{-1em}\begin{listing}[tbh] \ifpdf% \begin{minted}[breaklines=true,bgcolor=bg,fontsize=\small]{fortran}