diff --git a/docs/html/node13.html b/docs/html/node13.html index 26b49b23..ed74739a 100644 --- a/docs/html/node13.html +++ b/docs/html/node13.html @@ -262,8 +262,8 @@ end \begin{tabbing} \quad \=\quad \=\quad... ...[1mm] -\>endif \\ [1mm] -\>return $u^k$\ \\ [1mm] +\>endif [1mm] +\>return $u^k$ [1mm] end \end{tabbing}\end{minipage}}"> diff --git a/docs/html/node20.html b/docs/html/node20.html index f22f9a27..12074b7b 100644 --- a/docs/html/node20.html +++ b/docs/html/node20.html @@ -54,7 +54,7 @@ Method set
-
call p%set(what,val,info [,ilev, ilmax, pos])
+call p%set(what,val,info [,ilev, ilmax, pos, idx])
@@ -139,7 +139,16 @@ contained in val
.
or to the post-smoother ('POST'
). If pos
is not present,
the other arguments are applied to both smoothers.
If the preconditioner is one-level or the parameter identified by what
- does not concern the smoothers, pos
is ignored.
+ does not concern the smoothers, pos
is ignored.
+
+
idx
integer, optional, intent(in)
.
-However, in this case the optional arguments ilev
, ilmax
, and pos
+However, in this case the optional arguments ilev
,
+ilmax
, pos
and idx
cannot be used.
@@ -245,9 +255,16 @@ therefore, if SuperLu_Dist has been previously set, the coarsest-level solver is changed to the default sequential solver.
+Remark 4. The argument idx
can be used to allow finer
+control for those solvers; for instance, by specifying the keyword
+MUMPS_IPAR_ENTRY
and an appropriate value for idx
, it is
+possible to set any entry in the MUMPS integer control array.
+See also Sec. 7.
+
+