~ubuntu-branches/ubuntu/warty/petsc/warty

« back to all changes in this revision

Viewing changes to docs/manualpages/PC/MGSetRhs.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2004-06-07 13:41:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040607134143-92p586zrauvie0le
Tags: 2.2.0-2
* Upstream patch level 2.
* New PETSC_BOPT_EXTRA option for different BOPT and lib names, with _c++
  symlinks only for plain and single (closes: #249617).
* New DEBIAN_DIST=contrib option to link with hypre, parmetis (closes:
  #249619).
* Combined petsc-c and petsc-fortran substvars into petsc-compilers.
* Extra quote in -dev prerm eliminates "too many arguments" problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
Sets the vector space to be used to store the right-hand side on a particular level.  The user should free this space at the conclusion  of multigrid use.  
10
10
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
11
11
<PRE>
12
 
#include "petscsles.h" 
 
12
#include "petscksp.h" 
13
13
#include "petscmg.h"   
14
14
int MGSetRhs(PC pc,int l,Vec c)  
15
15
</PRE>
19
19
<TABLE border="0" cellpadding="0" cellspacing="0">
20
20
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>pc </B></TD><TD>- the multigrid context 
21
21
</TD></TR>
22
 
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>l  </B></TD><TD>- the level this is to be used for
 
22
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>l  </B></TD><TD>- the level (0 is coarsest) this is to be used for
23
23
</TD></TR>
24
24
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>c  </B></TD><TD>- the space
25
25
</TD></TR></TABLE>
33
33
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
34
34
 <A HREF="../PC/MGSetX.html#MGSetX">MGSetX</A>(), <A HREF="../PC/MGSetR.html#MGSetR">MGSetR</A>()
35
35
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>advanced
36
 
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/sles/pc/impls/mg/mgfunc.c.html#MGSetRhs">src/sles/pc/impls/mg/mgfunc.c</A>
 
36
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/ksp/pc/impls/mg/mgfunc.c.html#MGSetRhs">src/ksp/pc/impls/mg/mgfunc.c</A>
37
37
<BR><A HREF="./index.html">Index of all PC routines</A>
38
38
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
39
39
<BR><A HREF="../singleindex.html">Index of all manual pages</A>