PCILUSetZeroPivot

Sets the size at which smaller pivots are declared to be zero

Synopsis

#include "petscpc.h"  
int PCILUSetZeroPivot(PC pc,PetscReal zero)
Collective on PC

Input Parameters

pc - the preconditioner context
zero - all pivots smaller than this will be considered zero

Options Database Key

-pc_ilu_zeropivot <zero> -Sets the zero pivot size

Keywords

PC, set, factorization, direct, fill

See Also

PCILUSetFill(), PCLUSetDamp(), PCLUSetZeroPivot()

Level:intermediate
Location:
src/sles/pc/impls/ilu/ilu.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages