diff --git a/docs/amg4psblas_1.0-guide.pdf b/docs/amg4psblas_1.0-guide.pdf index e18bf1b2..2303b96c 100644 Binary files a/docs/amg4psblas_1.0-guide.pdf and b/docs/amg4psblas_1.0-guide.pdf differ diff --git a/docs/html/userhtmlse6.html b/docs/html/userhtmlse6.html index a88178d2..18de118a 100644 --- a/docs/html/userhtmlse6.html +++ b/docs/html/userhtmlse6.html @@ -73,14 +73,42 @@ class="cmr-12">routine as in the following:
-
call p%set(smoother,info [,ilev,ilmax,pos])
- p%set(smoother,info [,ilev,ilmax,pos])
+call p%set(solver,info [,ilev,ilmax,pos])
smoother
class(amg_x_base_smoother_type)
smoother
class(amg_x_base_smoother_type)
solver
class(amg_x_base_solver_type)
solver
class(amg_x_base_solver_type)
+
diff --git a/docs/html/userhtmlsu14.html b/docs/html/userhtmlsu14.html
index 6424ddd1..1abdf5b8 100644
--- a/docs/html/userhtmlsu14.html
+++ b/docs/html/userhtmlsu14.html
@@ -46,6 +46,12 @@ class="cmtt-12">, [iout, root, verbosity])
info integer,intent(out). Error code. If no error, 0 is returned. See Section 7 for details. iout integer,in), optional. The id of the file where the preconditioner description will be
+class="cmr-12">The id of the file where the preconditioner description will be
printed; the default is the standard output. root info
+class="cmr-12">.
+class="cmr-12">for details.
iout
+class="cmr-12">.
+class="cmr-12">printed; the default is the standard output.
+class="td11">
integer, intent(in), optional.
The id of the process where the preconditioner description +will be printed; the default is psb_root_.
verbosity
integer, intent(in), optional.
The verbosity level of the description. Default value is 0. For +values higher than 0, it prints out further information, e.g., for +a distributed multilevel preconditioner the size of the coarse +matrices on every process.