PCFactorGetUseInPlace#
Determines if an in-place factorization is being used.
Synopsis#
#include "petscpc.h" 
PetscErrorCode PCFactorGetUseInPlace(PC pc, PetscBool *flg)
Logically Collective
Input Parameter#
- pc - the preconditioner context 
Output Parameter#
- flg - - PETSC_TRUEto enable,- PETSC_FALSEto disable
See Also#
KSP: Linear System Solvers, PCLU, PCCHOLESKY, PCILU, PCICC, PCFactorSetUseInPlace()
Level#
intermediate
Location#
Implementations#
PCFactorGetUseInPlace_Factor() in src/ksp/pc/impls/factor/factor.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages