next up previous contents
Next: Subroutine apply Up: User Interface Previous: Subroutine hierarchy_bld   Contents


Subroutine smoothers_bld

call p%smoothers_bld(a,desc_a,p,info)

This routine builds the smoothers and the coarsest-level solvers for the multi-level preconditioner p, according to the requirements made by the user through the routines init and set, and based on the aggregation hierarchy produced by a previous call to hierarchy_bld (see Section 6.4).

Arguments

a type(psb_xspmat_type), intent(in).
  The sparse matrix structure containing the local part of the matrix to be preconditioned. Note that x must be chosen according to the real/complex, single/double precision version of MLD2P4 under use. See the PSBLAS User's Guide for details [16].
desc_a type(psb_desc_type), intent(in).
  The communication descriptor of a. See the PSBLAS User's Guide for details [16].
info integer, intent(out).
  Error code. If no error, 0 is returned. See Section 8 for details.