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])

+class="cmtt-12"> p%set(solver,info [,ilev,ilmax,pos])
  • link the code implementing the various methods into the application @@ -143,10 +171,13 @@ cellspacing="0" cellpadding="0" id="TBL-21-1">

    smoother

    class(amg_x_base_smoother_type) +class="td11">

    smoother

    class(amg_x_base_smoother_type)

    The user-defined new smoother to be employed in t class="cmr-12">preconditioner.

    solver

    class(amg_x_base_solver_type) +class="td11">

    solver

    class(amg_x_base_solver_type)

    pass it as follows:  
      call prec%smoothers_build(a,desc_a,info)  
    -

    +

    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 info

    integer,intent(out). +class="cmr-12">.

    Error code. If no error, 0 is returned. See Section 7 for details. +class="cmr-12">for details.

    iout iout

    integer,in), optional. +class="cmr-12">.

    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. +class="cmr-12">printed; the default is the standard output. +class="td11">

    root

    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. + -