:orphan:
# PCJacobiSetFixDiagonal
Check for zero values on the diagonal and replace them with 1.0 
## Synopsis
```
#include "petscpc.h" 
PetscErrorCode PCJacobiSetFixDiagonal(PC pc, PetscBool flg)
```
Logically Collective


## Input Parameters

- ***pc -*** the preconditioner context
- ***flg -*** the boolean flag



## Options Database Key

- ***-pc_jacobi_fixdiagonal <bool> -*** check for zero values on the diagonal



## Note
This takes affect at the next construction of the preconditioner




## See Also
 `PCJACOBI`, `PCJacobiSetType()`, `PCJacobiGetFixDiagonal()`, `PCJacobiSetUseAbs()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/pc/impls/jacobi/jacobi.c.html#PCJacobiSetFixDiagonal">src/ksp/pc/impls/jacobi/jacobi.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/pc/impls/jacobi/jacobi.c.html#PCJacobiSetFixDiagonal_Jacobi">PCJacobiSetFixDiagonal_Jacobi in src/ksp/pc/impls/jacobi/jacobi.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/jacobi/jacobi.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)  
