PCILUSetPivotInBlocks

Determines if pivoting is done while factoring each block with BAIJ or SBAIJ matrices

Synopsis

#include "petscpc.h"  
int PCILUSetPivotInBlocks(PC pc,PetscTruth pivot)
Collective on PC

Input Parameters

pc - the preconditioner context
pivot - PETSC_TRUE or PETSC_FALSE

Options Database Key

-pc_ilu_pivot_in_blocks <true,false> -

See Also

PCIILUSetMatOrdering(), PCILUSetPivoting()

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