:orphan:
# PCFactorGetAllowDiagonalFill
Determines if all diagonal matrix entries are treated as level 0 fill even if there is no non-zero location.
## Synopsis
```
#include "petscpc.h"
PetscErrorCode PCFactorGetAllowDiagonalFill(PC pc, PetscBool *flg)
```
Logically Collective
## Input Parameter
- ***pc -*** the preconditioner context
## Output Parameter
- ***flg -*** `PETSC_TRUE` to turn on, `PETSC_FALSE` to turn off
## Note
Does not apply with 0 fill.
## See Also
`PCILU`, `PCICC`, `PCFactorSetAllowDiagonalFill()`
## Level
intermediate
## Location
src/ksp/pc/impls/factor/factor.c
## Implementations
PCFactorGetAllowDiagonalFill_Factor in src/ksp/pc/impls/factor/factimpl.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/factor/factor.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)