petsc-3.7.5 2017-01-01
Report Typos and Errors

PCFactorGetLevels

Gets the number of levels of fill to use.

Synopsis

#include "petscpc.h" 
PetscErrorCode  PCFactorGetLevels(PC pc,PetscInt *levels)
Logically Collective on PC

Input Parameters

pc -the preconditioner context

Output Parameter

levels -number of levels of fill

Keywords

PC, levels, fill, factorization, incomplete, ILU

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