You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
151 lines
4.0 KiB
HTML
151 lines
4.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<!--Converted with LaTeX2HTML 2018 (Released Feb 1, 2018) -->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>init -- Initialize a preconditioner</TITLE>
|
|
<META NAME="description" CONTENT="init -- Initialize a preconditioner">
|
|
<META NAME="keywords" CONTENT="userhtml">
|
|
<META NAME="resource-type" CONTENT="document">
|
|
<META NAME="distribution" CONTENT="global">
|
|
|
|
<META NAME="Generator" CONTENT="LaTeX2HTML v2018">
|
|
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
|
|
|
<LINK REL="STYLESHEET" HREF="userhtml.css">
|
|
|
|
<LINK REL="next" HREF="node130.html">
|
|
<LINK REL="previous" HREF="node128.html">
|
|
<LINK REL="up" HREF="node128.html">
|
|
<LINK REL="next" HREF="node130.html">
|
|
</HEAD>
|
|
|
|
<BODY >
|
|
|
|
<DIV CLASS="navigation"><!--Navigation Panel-->
|
|
<A NAME="tex2html1882"
|
|
HREF="node130.html">
|
|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
|
<A NAME="tex2html1878"
|
|
HREF="node128.html">
|
|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
|
<A NAME="tex2html1872"
|
|
HREF="node128.html">
|
|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
|
<A NAME="tex2html1880"
|
|
HREF="node1.html">
|
|
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
|
<BR>
|
|
<B> Next:</B> <A NAME="tex2html1883"
|
|
HREF="node130.html">build Builds</A>
|
|
<B> Up:</B> <A NAME="tex2html1879"
|
|
HREF="node128.html">Preconditioner routines</A>
|
|
<B> Previous:</B> <A NAME="tex2html1873"
|
|
HREF="node128.html">Preconditioner routines</A>
|
|
<B> <A NAME="tex2html1881"
|
|
HREF="node1.html">Contents</A></B>
|
|
<BR>
|
|
<BR></DIV>
|
|
<!--End of Navigation Panel-->
|
|
|
|
<H2><A NAME="SECTION000111000000000000000">
|
|
init -- Initialize a preconditioner</A>
|
|
</H2>
|
|
|
|
<P>
|
|
<PRE>
|
|
call prec%init(icontxt,ptype, info)
|
|
</PRE>
|
|
|
|
<P>
|
|
<DL>
|
|
<DT><STRONG>Type:</STRONG></DT>
|
|
<DD>Asynchronous.
|
|
</DD>
|
|
<DT><STRONG><B>On Entry</B></STRONG></DT>
|
|
<DD>
|
|
</DD>
|
|
<DT><STRONG>icontxt</STRONG></DT>
|
|
<DD>the communication context.
|
|
<BR>
|
|
Scope:<B>global</B>.
|
|
<BR>
|
|
Type:<B>required</B>.
|
|
<BR>
|
|
Intent: <B>in</B>.
|
|
<BR>
|
|
Specified as: an integer value.
|
|
</DD>
|
|
<DT><STRONG>ptype</STRONG></DT>
|
|
<DD>the type of preconditioner.
|
|
Scope: <B>global</B>
|
|
<BR>
|
|
Type: <B>required</B>
|
|
<BR>
|
|
Intent: <B>in</B>.
|
|
<BR>
|
|
Specified as: a character string, see usage notes.
|
|
</DD>
|
|
<DT><STRONG><B>On Exit</B></STRONG></DT>
|
|
<DD><P>
|
|
</DD>
|
|
<DT><STRONG>prec</STRONG></DT>
|
|
<DD>Scope: <B>local</B>
|
|
<BR>
|
|
Type: <B>required</B>
|
|
<BR>
|
|
Intent: <B>inout</B>.
|
|
<BR>
|
|
Specified as: a preconditioner data structure precdata<TT>psb_prec_type</TT>.
|
|
</DD>
|
|
<DT><STRONG>info</STRONG></DT>
|
|
<DD>Scope: <B>global</B>
|
|
<BR>
|
|
Type: <B>required</B>
|
|
<BR>
|
|
Intent: <B>out</B>.
|
|
<BR>
|
|
Error code: if no error, 0 is returned.
|
|
</DD>
|
|
</DL>
|
|
<BIG CLASS="LARGE"><B>Notes</B></BIG>
|
|
Legal inputs to this subroutine are interpreted depending on the
|
|
<SPAN CLASS="MATH"><IMG
|
|
WIDTH="41" HEIGHT="29" ALIGN="MIDDLE" BORDER="0"
|
|
SRC="img165.png"
|
|
ALT="$ptype$"></SPAN> string as follows<A NAME="tex2html31"
|
|
HREF="footnode.html#foot7960"><SUP><SPAN CLASS="arabic">4</SPAN></SUP></A>:
|
|
<DL>
|
|
<DT><STRONG>NONE</STRONG></DT>
|
|
<DD>No preconditioning, i.e. the preconditioner is just a copy
|
|
operator.
|
|
</DD>
|
|
<DT><STRONG>DIAG</STRONG></DT>
|
|
<DD>Diagonal scaling; each entry of the input vector is
|
|
multiplied by the reciprocal of the sum of the absolute values of
|
|
the coefficients in the corresponding row of matrix <SPAN CLASS="MATH"><IMG
|
|
WIDTH="16" HEIGHT="15" ALIGN="BOTTOM" BORDER="0"
|
|
SRC="img1.png"
|
|
ALT="$A$"></SPAN>;
|
|
</DD>
|
|
<DT><STRONG>BJAC</STRONG></DT>
|
|
<DD>Precondition by a factorization of the
|
|
block-diagonal of matrix <SPAN CLASS="MATH"><IMG
|
|
WIDTH="16" HEIGHT="15" ALIGN="BOTTOM" BORDER="0"
|
|
SRC="img1.png"
|
|
ALT="$A$"></SPAN>, where block boundaries are determined
|
|
by the data allocation boundaries for each process; requires no
|
|
communication. Only the incomplete factorization <SPAN CLASS="MATH"><IMG
|
|
WIDTH="56" HEIGHT="31" ALIGN="MIDDLE" BORDER="0"
|
|
SRC="img166.png"
|
|
ALT="$ILU(0)$"></SPAN> is
|
|
currently implemented.
|
|
</DD>
|
|
</DL>
|
|
|
|
<P>
|
|
<BR><HR>
|
|
|
|
</BODY>
|
|
</HTML>
|