:orphan: # PCFactorGetMatrix Gets the factored matrix from the preconditioner context. This routine is valid only for the `PCLU`, `PCILU`, `PCCHOLESKY`, and `PCICC` methods. ## Synopsis ``` #include "petscksp.h" PetscErrorCode PCFactorGetMatrix(PC pc, Mat *mat) ``` Not Collective though mat is parallel if pc is parallel ## Input Parameter - ***pc -*** the preconditioner context ## Output parameters - ***mat -*** the factored matrix ## Note Does not increase the reference count for the matrix so DO NOT destroy it ## See Also `PC`, `PCLU`, `PCILU`, `PCCHOLESKY`, `PCICC` ## Level advanced ## Location src/ksp/pc/interface/precon.c ## Examples src/ksp/ksp/tutorials/ex52.c
src/ksp/ksp/tutorials/ex52f.F90
src/ksp/ksp/tutorials/ex57f.F90
src/ksp/ksp/tutorials/ex77.c
src/ksp/ksp/tutorials/ex77f.F90
src/ksp/pc/tutorials/ex1.c
src/ksp/pc/tutorials/ex2.c
## Implementations PCFactorGetMatrix_Factor in src/ksp/pc/impls/factor/factimpl.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/interface/precon.c) [Index of all PC routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)