:orphan:
# PCGAMGSetReuseInterpolation
Reuse prolongation when rebuilding a `PCGAMG` algebraic multigrid preconditioner 
## Synopsis
```
#include "petscpc.h" 
#include "petscksp.h" 
PetscErrorCode PCGAMGSetReuseInterpolation(PC pc, PetscBool n)
```
Collective


## Input Parameters

- ***pc -*** the preconditioner context
- ***n -*** `PETSC_TRUE` or `PETSC_FALSE`



## Options Database Key

- ***-pc_gamg_reuse_interpolation <true,false> -*** reuse the previous interpolation





## Note
May negatively affect the convergence rate of the method on new matrices if the matrix entries change a great deal, but allows
rebuilding the preconditioner quicker.


## See Also
 `PCGAMG`

## Level
intermediate

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

## Implementations

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


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