:orphan:
# KSPSetReusePreconditioner
reuse the current preconditioner, do not construct a new one even if the operator changes
## Synopsis
```
#include "petscksp.h"
#include "petscmat.h"
PetscErrorCode KSPSetReusePreconditioner(KSP ksp, PetscBool flag)
```
Collective
## Input Parameters
- ***ksp -*** iterative context obtained from `KSPCreate()`
- ***flag -*** `PETSC_TRUE` to reuse the current preconditioner
## See Also
[](ch_ksp), `KSPCreate()`, `KSPSolve()`, `KSPDestroy()`, `PCSetReusePreconditioner()`, `KSP`
## Level
intermediate
## Location
src/ksp/ksp/interface/itfunc.c
## Examples
src/ksp/ksp/tutorials/ex6f.F90
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/interface/itfunc.c)
[Index of all KSP routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)