File: SNESFAS.html

package info (click to toggle)
petsc 3.4.2.dfsg1-8.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 129,104 kB
  • ctags: 516,422
  • sloc: ansic: 395,939; cpp: 47,201; python: 34,788; makefile: 17,193; fortran: 16,251; f90: 1,592; objc: 954; sh: 822; xml: 621; java: 381; lisp: 293; csh: 241
file content (55 lines) | stat: -rw-r--r-- 3,922 bytes parent folder | download
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
52
53
54
55
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/SNES/SNESFAS.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>SNESFAS</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
   <div id="version" align=right><b>petsc-3.4.2 2013-07-02</b></div>
<A NAME="SNESFAS"><H1>SNESFAS</H1></A>
Full Approximation Scheme nonlinear multigrid solver. The nonlinear problem is solved by correction using coarse versions
of the nonlinear problem.  This problem is perturbed so that a projected
solution of the fine problem elicits no correction from the coarse problem.
<P>
<H3><FONT COLOR="#CC3333">Options Database</FONT></H3>
<TABLE border="0" cellpadding="0" cellspacing="0">
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-snes_fas_levels </B></TD><TD>- The number of levels
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-snes_fas_cycles&lt;1&gt; </B></TD><TD>- The number of cycles -- 1 for V, 2 for W
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-snes_fas_type&lt;additive, multiplicative&gt;  </B></TD><TD>- Additive or multiplicative cycle
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-snes_fas_galerkin&lt;<A HREF="../Sys/PETSC_FALSE.html#PETSC_FALSE">PETSC_FALSE</A>&gt; </B></TD><TD>- Form coarse problems by projection back upon the fine problem
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-snes_fas_smoothup&lt;1&gt; </B></TD><TD>- The number of iterations of the post-smoother
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-snes_fas_smoothdown&lt;1&gt; </B></TD><TD>- The number of iterations of the pre-smoother
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-snes_fas_monitor </B></TD><TD>- Monitor progress of all of the levels
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-fas_levels_snes_ </B></TD><TD>- <A HREF="../SNES/SNES.html#SNES">SNES</A> options for all smoothers
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-fas_levels_cycle_snes_ </B></TD><TD>- <A HREF="../SNES/SNES.html#SNES">SNES</A> options for all cycles
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-fas_levels_i_snes_ </B></TD><TD>- <A HREF="../SNES/SNES.html#SNES">SNES</A> options for the smoothers on level i
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-fas_levels_i_cycle_snes_ </B></TD><TD>- <A HREF="../SNES/SNES.html#SNES">SNES</A> options for the cycle on level i
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-fas_coarse_snes_ </B></TD><TD>- <A HREF="../SNES/SNES.html#SNES">SNES</A> options for the coarsest smoother
</TD></TR></TABLE>
<P>
<H3><FONT COLOR="#CC3333">Notes</FONT></H3>
The organization of the FAS solver is slightly different from the organization of <A HREF="../PC/PCMG.html#PCMG">PCMG</A>
As each level has smoother <A HREF="../SNES/SNES.html#SNES">SNES</A> instances(down and potentially up) and a cycle <A HREF="../SNES/SNES.html#SNES">SNES</A> instance.
The cycle <A HREF="../SNES/SNES.html#SNES">SNES</A> instance may be used for monitoring convergence on a particular level.
<P>

<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
 <A HREF="../PC/PCMG.html#PCMG">PCMG</A>, <A HREF="../SNES/SNESCreate.html#SNESCreate">SNESCreate</A>(), <A HREF="../SNES/SNES.html#SNES">SNES</A>, <A HREF="../SNES/SNESSetType.html#SNESSetType">SNESSetType</A>(), <A HREF="../SNES/SNESType.html#SNESType">SNESType</A> (for list of available types)
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>beginner
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/snes/impls/fas/fas.c.html#SNESFAS">src/snes/impls/fas/fas.c</A>
<BR><A HREF="./index.html">Index of all SNES 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>