1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>PCASMType</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<A NAME="PCASMType"><H1>PCASMType</H1></A>
Type of additive Schwarz method to use
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
typedef enum {PC_ASM_BASIC = 3,PC_ASM_RESTRICT = 1,PC_ASM_INTERPOLATE = 2,PC_ASM_NONE = 0} PCASMType;
</PRE>
<pre>
PC_ASM_BASIC - symmetric version where residuals from the ghost points are used
</pre>
<pre>
and computed values in ghost regions are added together. Classical
</pre>
<pre>
standard additive Schwarz
</pre>
<pre>
PC_ASM_RESTRICT - residuals from ghost points are used but computed values in ghost
</pre>
<pre>
region are discarded. Default
</pre>
<pre>
PC_ASM_INTERPOLATE - residuals from ghost points are not used, computed values in ghost
</pre>
<pre>
region are added back in
</pre>
<pre>
PC_ASM_NONE - ghost point residuals are not used, computed ghost values are discarded
</pre>
<pre>
not very good.
</pre>
<P>
<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
<A HREF="../PC/PCASMSetType.html#PCASMSetType">PCASMSetType</A>()
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>beginner
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/ksp/pc/../../../include/petscpc.h.html#PCASMType">src/ksp/pc/../../../include/petscpc.h</A>
<BR><A HREF="./index.html">Index of all PC routines</A>
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
</BODY></HTML>
|