petsc-3.7.1 2016-05-15
PCFactorGetUseInPlace
Determines if an in-place factorization is being used.
Synopsis
#include "petscpc.h"
PetscErrorCode PCFactorGetUseInPlace(PC pc,PetscBool *flg)
Logically Collective on PC Many br
Input Parameter
pc -the preconditioner context Many br
Output Parameter
flg -PETSC_TRUE to enable, PETSC_FALSE to disable Many br
Many br
Keywords
PC, set, factorization, direct, inplace, in-place, LU
See Also
PCFactorSetUseInPlace()
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