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

« back to all changes in this revision

Viewing changes to docs/manualpages/PC/PCSetOperators.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 matrix associated with the linear system and  a (possibly) different one associated with the preconditioner. 
10
10
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
11
11
<PRE>
12
 
#include "petscsles.h" 
 
12
#include "petscksp.h" 
13
13
int PCSetOperators(PC pc,Mat Amat,Mat Pmat,MatStructure flag)
14
14
</PRE>
15
15
Collective on <A HREF="../PC/PC.html#PC">PC</A> and <A HREF="../Mat/Mat.html#Mat">Mat</A>
74
74
<P>
75
75
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
76
76
 <A HREF="../PC/PCGetOperators.html#PCGetOperators">PCGetOperators</A>(), <A HREF="../Mat/MatZeroEntries.html#MatZeroEntries">MatZeroEntries</A>()
77
 
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>developer
78
 
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/sles/pc/interface/precon.c.html#PCSetOperators">src/sles/pc/interface/precon.c</A>
 
77
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>intermediate
 
78
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/ksp/pc/interface/precon.c.html#PCSetOperators">src/ksp/pc/interface/precon.c</A>
79
79
<BR><A HREF="./index.html">Index of all PC routines</A>
80
80
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
81
81
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
82
82
<P><H3><FONT COLOR="#CC3333">Examples</FONT></H3>
83
 
<A HREF="../../../src/sles/examples/tutorials/ex21f.F.html">src/sles/examples/tutorials/ex21f.F.html</A><BR>
 
83
<A HREF="../../../src/ksp/examples/tutorials/ex21f.F.html">src/ksp/examples/tutorials/ex21f.F.html</A><BR>
84
84
</BODY></HTML>