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

« back to all changes in this revision

Viewing changes to docs/manualpages/PC/PCCompositeSpecialSetAlpha.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:
10
10
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
11
11
<PRE>
12
12
#include "petscpc.h" 
13
 
#include "petscsles.h" 
 
13
#include "petscksp.h" 
14
14
int PCCompositeSpecialSetAlpha(PC pc,PetscScalar alpha)
15
15
</PRE>
16
16
Collective on <A HREF="../PC/PC.html#PC">PC</A>
27
27
<H3><FONT COLOR="#CC3333">Keywords</FONT></H3>
28
28
 <A HREF="../PC/PC.html#PC">PC</A>, set, type, composite preconditioner, additive, multiplicative
29
29
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>Developer
30
 
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/sles/pc/impls/composite/composite.c.html#PCCompositeSpecialSetAlpha">src/sles/pc/impls/composite/composite.c</A>
 
30
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/ksp/pc/impls/composite/composite.c.html#PCCompositeSpecialSetAlpha">src/ksp/pc/impls/composite/composite.c</A>
31
31
<BR><A HREF="./index.html">Index of all PC routines</A>
32
32
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
33
33
<BR><A HREF="../singleindex.html">Index of all manual pages</A>