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

« back to all changes in this revision

Viewing changes to docs/manualpages/PC/PCLUSetZeroPivot.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:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
 
2
<HTML>
 
3
<HEAD>
 
4
<META NAME="GENERATOR" CONTENT="DOCTEXT">
 
5
<TITLE>PCLUSetZeroPivot</TITLE>
 
6
</HEAD>
 
7
<BODY BGCOLOR="FFFFFF">
 
8
<A NAME="PCLUSetZeroPivot"><H1>PCLUSetZeroPivot</H1></A>
 
9
Sets the <A HREF="../Sys/size.html#size">size</A> at which smaller pivots are declared to be zero 
 
10
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
 
11
<PRE>
 
12
#include "petscpc.h" 
 
13
int PCLUSetZeroPivot(PC pc,PetscReal zero)
 
14
</PRE>
 
15
Collective on <A HREF="../PC/PC.html#PC">PC</A>
 
16
<P>
 
17
<H3><FONT COLOR="#CC3333">Input Parameters</FONT></H3>
 
18
<TABLE border="0" cellpadding="0" cellspacing="0">
 
19
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>pc </B></TD><TD>- the preconditioner context
 
20
</TD></TR>
 
21
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>zero </B></TD><TD>- all pivots smaller than this will be considered zero
 
22
</TD></TR></TABLE>
 
23
<P>
 
24
<H3><FONT COLOR="#CC3333">Options Database Key</FONT></H3>
 
25
<DT><B>-pc_lu_zeropivot &lt;zero&gt; </B> -Sets the zero pivot <A HREF="../Sys/size.html#size">size</A>
 
26
<br>
 
27
<P>
 
28
 
 
29
<P>
 
30
<H3><FONT COLOR="#CC3333">Keywords</FONT></H3>
 
31
 <A HREF="../PC/PC.html#PC">PC</A>, set, factorization, direct, fill
 
32
<BR>
 
33
<P>
 
34
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
 
35
 <A HREF="../PC/PCLUSetFill.html#PCLUSetFill">PCLUSetFill</A>(), PCLUSetDamp(), <A HREF="../PC/PCILUSetZeroPivot.html#PCILUSetZeroPivot">PCILUSetZeroPivot</A>()
 
36
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>intermediate
 
37
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/ksp/pc/impls/lu/lu.c.html#PCLUSetZeroPivot">src/ksp/pc/impls/lu/lu.c</A>
 
38
<BR><A HREF="./index.html">Index of all PC routines</A>
 
39
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
 
40
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
 
41
</BODY></HTML>